Class Oauth2ClientCredentials (1.14.0)

Oauth2ClientCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)

OAuth2 Client Credentials.

Attributes

Name Description
client_id str
Required. Client ID for Salesforce OAuth2 Client Credentials.
client_secret str
Optional. Client secret for Salesforce OAuth2 Client Credentials. Mutually exclusive with the secret_manager_stored_client_secret field.
secret_manager_stored_client_secret str
Optional. A reference to a Secret Manager resource name storing the Salesforce OAuth2 client_secret. Mutually exclusive with the client_secret field.