GoogleApi.VMMigration.V1.Model.ClientSecretCredentials (google_api_vm_migration v0.11.0)

View Source

Message describing Azure Credentials using tenant ID, client ID and secret.

Attributes

  • clientId (type: String.t, default: nil) - Azure client ID.
  • clientSecret (type: String.t, default: nil) - Input only. Azure client secret.
  • tenantId (type: String.t, default: nil) - Azure tenant ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ClientSecretCredentials{
  clientId: String.t() | nil,
  clientSecret: String.t() | nil,
  tenantId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.