UserExtApplicableAuthenticationTargetApp¶
-
class
oci.identity_domains.models.
UserExtApplicableAuthenticationTargetApp
(**kwargs)¶ Bases:
object
The app against which the user will authenticate. The value is not persisted but rather calculated. If the user’s delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user’s applicable Delegated Authentication Policy is returned.
Added In: 18.1.6
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: false - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtApplicableAuthenticationTargetApp object with values from keyword arguments. Attributes
display
Gets the display of this UserExtApplicableAuthenticationTargetApp. ref
Gets the ref of this UserExtApplicableAuthenticationTargetApp. target_request_timeout
Gets the target_request_timeout of this UserExtApplicableAuthenticationTargetApp. type
[Required] Gets the type of this UserExtApplicableAuthenticationTargetApp. value
Gets the value of this UserExtApplicableAuthenticationTargetApp. -
__init__
(**kwargs)¶ Initializes a new UserExtApplicableAuthenticationTargetApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtApplicableAuthenticationTargetApp.
- ref (str) – The value to assign to the ref property of this UserExtApplicableAuthenticationTargetApp.
- type (str) – The value to assign to the type property of this UserExtApplicableAuthenticationTargetApp.
- display (str) – The value to assign to the display property of this UserExtApplicableAuthenticationTargetApp.
- target_request_timeout (int) – The value to assign to the target_request_timeout property of this UserExtApplicableAuthenticationTargetApp.
-
display
¶ Gets the display of this UserExtApplicableAuthenticationTargetApp. App Display Name
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtApplicableAuthenticationTargetApp. Return type: str
-
ref
¶ Gets the ref of this UserExtApplicableAuthenticationTargetApp. App URI
Added In: 18.1.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtApplicableAuthenticationTargetApp. Return type: str
-
target_request_timeout
¶ Gets the target_request_timeout of this UserExtApplicableAuthenticationTargetApp. Timeout interval for Synchronization TargetAction in milliseconds
Added In: 18.2.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The target_request_timeout of this UserExtApplicableAuthenticationTargetApp. Return type: int
-
type
¶ [Required] Gets the type of this UserExtApplicableAuthenticationTargetApp. A label that indicates whether this is an App or IdentitySource.
Added In: 18.1.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The type of this UserExtApplicableAuthenticationTargetApp. Return type: str
-
value
¶ Gets the value of this UserExtApplicableAuthenticationTargetApp. App identifier
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtApplicableAuthenticationTargetApp. Return type: str
-