UserExtFactorIdentifier¶
-
class
oci.identity_domains.models.
UserExtFactorIdentifier
(**kwargs)¶ Bases:
object
Factor Identifier ID
Added In: 20.1.3
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtFactorIdentifier object with values from keyword arguments. Attributes
display
Gets the display of this UserExtFactorIdentifier. ref
Gets the ref of this UserExtFactorIdentifier. value
[Required] Gets the value of this UserExtFactorIdentifier. -
__init__
(**kwargs)¶ Initializes a new UserExtFactorIdentifier 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 UserExtFactorIdentifier.
- ref (str) – The value to assign to the ref property of this UserExtFactorIdentifier.
- display (str) – The value to assign to the display property of this UserExtFactorIdentifier.
-
display
¶ Gets the display of this UserExtFactorIdentifier. Factor Identifier display name
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtFactorIdentifier. Return type: str
-
ref
¶ Gets the ref of this UserExtFactorIdentifier. The URI that corresponds to the device resource
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtFactorIdentifier. Return type: str
-
value
¶ [Required] Gets the value of this UserExtFactorIdentifier. The identifier of the User’s preferred device
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtFactorIdentifier. Return type: str
-