GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretRef (google_api_ai_platform v0.27.0)

View Source

Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

Attributes

  • secret (type: String.t, default: nil) - Required. The name of the secret in Cloud Secret Manager. Format: {secret_name}.
  • version (type: String.t, default: nil) - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretRef{
  secret: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.