GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretEnvVar (google_api_ai_platform v0.27.0)
View SourceRepresents 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
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretEnvVar{ name: String.t() | nil, secretRef: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretRef.t() | nil }