UserExtCustomerSecretKeys

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

Bases: object

A list of customer secret keys corresponding to user.

Added In: 2102181953

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

Methods

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

Attributes

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

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

Gets the ocid of this UserExtCustomerSecretKeys. The user’s customer secret key OCID.

Added In: 2102181953

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

Gets the ref of this UserExtCustomerSecretKeys. The URI of the corresponding CustomerSecretKey resource to which the user belongs.

Added In: 2102181953

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

Gets the value of this UserExtCustomerSecretKeys. The user’s customer secret key identifier.

Added In: 2102181953

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