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

View Source

Represents an environment variable where the value is a secret in Cloud Secret Manager.

Attributes

  • name (type: String.t, default: nil) - Required. Name of the secret environment variable.
  • secretRef (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretRef.t, default: nil) - Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretEnvVar{
  name: String.t() | nil,
  secretRef:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretRef.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.