UserExtDevices¶
-
class
oci.identity_domains.models.
UserExtDevices
(**kwargs)¶ Bases:
object
A list of devices enrolled by the user.
Added In: 18.3.6
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtDevices object with values from keyword arguments. Attributes
authentication_method
Gets the authentication_method of this UserExtDevices. display
Gets the display of this UserExtDevices. factor_status
Gets the factor_status of this UserExtDevices. factor_type
Gets the factor_type of this UserExtDevices. last_sync_time
Gets the last_sync_time of this UserExtDevices. ref
Gets the ref of this UserExtDevices. status
Gets the status of this UserExtDevices. third_party_vendor_name
Gets the third_party_vendor_name of this UserExtDevices. value
[Required] Gets the value of this UserExtDevices. -
__init__
(**kwargs)¶ Initializes a new UserExtDevices 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 UserExtDevices.
- ref (str) – The value to assign to the ref property of this UserExtDevices.
- display (str) – The value to assign to the display property of this UserExtDevices.
- status (str) – The value to assign to the status property of this UserExtDevices.
- last_sync_time (str) – The value to assign to the last_sync_time property of this UserExtDevices.
- factor_type (str) – The value to assign to the factor_type property of this UserExtDevices.
- factor_status (str) – The value to assign to the factor_status property of this UserExtDevices.
- authentication_method (str) – The value to assign to the authentication_method property of this UserExtDevices.
- third_party_vendor_name (str) – The value to assign to the third_party_vendor_name property of this UserExtDevices.
-
authentication_method
¶ Gets the authentication_method of this UserExtDevices. The authentication method.
Added In: 2009232244
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The authentication_method of this UserExtDevices. Return type: str
-
display
¶ Gets the display of this UserExtDevices. A human readable name, primarily used for display purposes. READ-ONLY.
Added In: 18.3.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtDevices. Return type: str
-
factor_status
¶ Gets the factor_status of this UserExtDevices. The device authentication factor status.
Added In: 18.4.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The factor_status of this UserExtDevices. Return type: str
-
factor_type
¶ Gets the factor_type of this UserExtDevices. The device authentication factor type.
Added In: 18.4.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The factor_type of this UserExtDevices. Return type: str
-
last_sync_time
¶ Gets the last_sync_time of this UserExtDevices. The last sync time for device.
Added In: 18.4.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
Returns: The last_sync_time of this UserExtDevices. Return type: str
-
ref
¶ Gets the ref of this UserExtDevices. The URI of the corresponding Device resource which belongs to user.
Added In: 18.3.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtDevices. Return type: str
-
status
¶ Gets the status of this UserExtDevices. The device’s status.
Added In: 18.4.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The status of this UserExtDevices. Return type: str
-
third_party_vendor_name
¶ Gets the third_party_vendor_name of this UserExtDevices. The third-party factor vendor name.
Added In: 2009232244
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The third_party_vendor_name of this UserExtDevices. Return type: str
-
value
¶ [Required] Gets the value of this UserExtDevices. The user’s device identifier.
Added In: 18.3.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtDevices. Return type: str
-