Class Secrets (3.9.1)

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

Secrets and secret environment variables.

Attributes

NameDescription
secret_manager Sequence[google.cloud.devtools.cloudbuild_v1.types.SecretManagerSecret]
Secrets in Secret Manager and associated secret environment variable.
inline Sequence[google.cloud.devtools.cloudbuild_v1.types.InlineSecret]
Secrets encrypted with KMS key and the associated secret environment variable.

Inheritance

builtins.object > proto.message.Message > Secrets