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