UserPasswordResetterUserToken¶
-
class
oci.identity_domains.models.
UserPasswordResetterUserToken
(**kwargs)¶ Bases:
object
The user token returned if userFlowControlledByExternalClient is set to true.
SCIM++ Properties: - type: complex - multiValued: false - required: false - caseExact: false - mutability: readOnly - returned: default - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserPasswordResetterUserToken object with values from keyword arguments. Attributes
ref
Gets the ref of this UserPasswordResetterUserToken. value
Gets the value of this UserPasswordResetterUserToken. -
__init__
(**kwargs)¶ Initializes a new UserPasswordResetterUserToken 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 UserPasswordResetterUserToken.
- ref (str) – The value to assign to the ref property of this UserPasswordResetterUserToken.
-
ref
¶ Gets the ref of this UserPasswordResetterUserToken. The user token URI.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserPasswordResetterUserToken. Return type: str
-
value
¶ Gets the value of this UserPasswordResetterUserToken. The user token identifier.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserPasswordResetterUserToken. Return type: str
-