ScimClientCredentials¶
-
class
oci.identity.models.
ScimClientCredentials
(**kwargs)¶ Bases:
object
The OAuth2 client credentials.
Methods
__init__
(**kwargs)Initializes a new ScimClientCredentials object with values from keyword arguments. Attributes
client_id
Gets the client_id of this ScimClientCredentials. client_secret
Gets the client_secret of this ScimClientCredentials. -
__init__
(**kwargs)¶ Initializes a new ScimClientCredentials object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - client_id (str) – The value to assign to the client_id property of this ScimClientCredentials.
- client_secret (str) – The value to assign to the client_secret property of this ScimClientCredentials.
-
client_id
¶ Gets the client_id of this ScimClientCredentials. The client identifier.
Returns: The client_id of this ScimClientCredentials. Return type: str
-
client_secret
¶ Gets the client_secret of this ScimClientCredentials. The client secret.
Returns: The client_secret of this ScimClientCredentials. Return type: str
-