UserDbCredentialsUser¶
-
class
oci.identity_domains.models.
UserDbCredentialsUser
(**kwargs)¶ Bases:
object
The user linked to the database credential.
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserDbCredentialsUser object with values from keyword arguments. Attributes
display
Gets the display of this UserDbCredentialsUser. name
Gets the name of this UserDbCredentialsUser. ocid
Gets the ocid of this UserDbCredentialsUser. ref
Gets the ref of this UserDbCredentialsUser. value
[Required] Gets the value of this UserDbCredentialsUser. -
__init__
(**kwargs)¶ Initializes a new UserDbCredentialsUser 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 UserDbCredentialsUser.
- ocid (str) – The value to assign to the ocid property of this UserDbCredentialsUser.
- ref (str) – The value to assign to the ref property of this UserDbCredentialsUser.
- display (str) – The value to assign to the display property of this UserDbCredentialsUser.
- name (str) – The value to assign to the name property of this UserDbCredentialsUser.
-
display
¶ Gets the display of this UserDbCredentialsUser. The user 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 UserDbCredentialsUser. Return type: str
-
name
¶ Gets the name of this UserDbCredentialsUser. The username.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The name of this UserDbCredentialsUser. Return type: str
-
ocid
¶ Gets the ocid of this UserDbCredentialsUser. 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 UserDbCredentialsUser. Return type: str
-
ref
¶ Gets the ref of this UserDbCredentialsUser. 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 UserDbCredentialsUser. Return type: str
-
value
¶ [Required] Gets the value of this UserDbCredentialsUser. The user’s identifier.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserDbCredentialsUser. Return type: str
-