CloudGateOauthClient

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

Bases: object

A reference to the OAuth client App used by this Cloud Gate instance.

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

Methods

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

Attributes

client_id Gets the client_id of this CloudGateOauthClient.
ref Gets the ref of this CloudGateOauthClient.
value Gets the value of this CloudGateOauthClient.
__init__(**kwargs)

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

Gets the client_id of this CloudGateOauthClient. The Client ID of the OAuth app for this CloudGate.

Added In: 19.2.1

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

Gets the ref of this CloudGateOauthClient. The URI of the OAuth app for this CloudGate.

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

Gets the value of this CloudGateOauthClient. The id of the OAuth app for this CloudGate.

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