GoogleApi.Transcoder.V1.Model.SecretManagerSource (google_api_transcoder v0.4.2)

View Source

Configuration for secrets stored in Google Secret Manager.

Attributes

  • secretVersion (type: String.t, default: nil) - Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number} Note that only numbered versions are supported. Aliases like "latest" are not supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.SecretManagerSource{
  secretVersion: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.