MyCustomerSecretKeyUser

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

Bases: object

User linked to customer secret key

SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

display Gets the display of this MyCustomerSecretKeyUser.
name Gets the name of this MyCustomerSecretKeyUser.
ocid Gets the ocid of this MyCustomerSecretKeyUser.
ref Gets the ref of this MyCustomerSecretKeyUser.
value Gets the value of this MyCustomerSecretKeyUser.
__init__(**kwargs)

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

Gets the display of this MyCustomerSecretKeyUser. The user’s display name.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this MyCustomerSecretKeyUser.
Return type:str
name

Gets the name of this MyCustomerSecretKeyUser. The user’s name.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The name of this MyCustomerSecretKeyUser.
Return type:str
ocid

Gets the ocid of this MyCustomerSecretKeyUser. The user’s OCID.

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

Gets the ref of this MyCustomerSecretKeyUser. The URI that corresponds to the user linked to this credential.

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

Gets the value of this MyCustomerSecretKeyUser. The user’s ID.

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