GoogleApi.Datastream.V1.Model.Oauth2ClientCredentials (google_api_datastream v0.10.0)

View Source

OAuth2 Client Credentials.

Attributes

  • clientId (type: String.t, default: nil) - Required. Client ID for Salesforce OAuth2 Client Credentials.
  • clientSecret (type: String.t, default: nil) - Optional. Client secret for Salesforce OAuth2 Client Credentials. Mutually exclusive with the secret_manager_stored_client_secret field.
  • secretManagerStoredClientSecret (type: String.t, default: nil) - Optional. A reference to a Secret Manager resource name storing the Salesforce OAuth2 client_secret. Mutually exclusive with the client_secret field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.Oauth2ClientCredentials{
  clientId: String.t() | nil,
  clientSecret: String.t() | nil,
  secretManagerStoredClientSecret: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.