UserExtAuthTokens

class oci.identity_domains.models.UserExtAuthTokens(**kwargs)

Bases: object

A list of Auth tokens corresponding to user.

Added In: 2012271618

SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

Methods

__init__(**kwargs) Initializes a new UserExtAuthTokens object with values from keyword arguments.

Attributes

ocid Gets the ocid of this UserExtAuthTokens.
ref Gets the ref of this UserExtAuthTokens.
value Gets the value of this UserExtAuthTokens.
__init__(**kwargs)

Initializes a new UserExtAuthTokens 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 UserExtAuthTokens.
  • ocid (str) – The value to assign to the ocid property of this UserExtAuthTokens.
  • ref (str) – The value to assign to the ref property of this UserExtAuthTokens.
ocid

Gets the ocid of this UserExtAuthTokens. The user’s Auth token OCID.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The ocid of this UserExtAuthTokens.
Return type:str
ref

Gets the ref of this UserExtAuthTokens. The URI of the corresponding AuthToken resource to which the user belongs.

Added In: 2012271618

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this UserExtAuthTokens.
Return type:str
value

Gets the value of this UserExtAuthTokens. The user’s Auth token identifier.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this UserExtAuthTokens.
Return type:str