Class SecretManagerSecret (3.2.1)

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

Pairs a secret environment variable with a SecretVersion in Secret Manager.

Attributes

NameDescription
version_name str
Resource name of the SecretVersion. In format: projects/\ */secrets/*/versions/\*
env str
Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.