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

View Source

Username-password credentials.

Attributes

  • password (type: String.t, default: nil) - Optional. Password for the Salesforce connection. Mutually exclusive with the secret_manager_stored_password field.
  • secretManagerStoredPassword (type: String.t, default: nil) - Optional. A reference to a Secret Manager resource name storing the Salesforce connection's password. Mutually exclusive with the password field.
  • secretManagerStoredSecurityToken (type: String.t, default: nil) - Optional. A reference to a Secret Manager resource name storing the Salesforce connection's security token. Mutually exclusive with the security_token field.
  • securityToken (type: String.t, default: nil) - Optional. Security token for the Salesforce connection. Mutually exclusive with the secret_manager_stored_security_token field.
  • username (type: String.t, default: nil) - Required. Username for the Salesforce connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.UserCredentials{
  password: String.t() | nil,
  secretManagerStoredPassword: String.t() | nil,
  secretManagerStoredSecurityToken: String.t() | nil,
  securityToken: String.t() | nil,
  username: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.