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