Class SecretEnvVar (1.97.0)

SecretEnvVar(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
name str
Required. Name of the secret environment variable.
secret_ref google.cloud.aiplatform_v1.types.SecretRef
Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

Methods

SecretEnvVar

SecretEnvVar(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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