UserExtOAuth2ClientCredentials

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

Bases: object

A list of OAuth2 client credentials corresponding to a 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 UserExtOAuth2ClientCredentials object with values from keyword arguments.

Attributes

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

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

Gets the ocid of this UserExtOAuth2ClientCredentials. The user’s OAuth2 client credential 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 UserExtOAuth2ClientCredentials.
Return type:str
ref

Gets the ref of this UserExtOAuth2ClientCredentials. The URI of the corresponding OAuth2ClientCredential 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 UserExtOAuth2ClientCredentials.
Return type:str
value

Gets the value of this UserExtOAuth2ClientCredentials. The user’s OAuth2 client credential 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 UserExtOAuth2ClientCredentials.
Return type:str