Class SecretManagerCredential (3.17.0)

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

A credential consisting of a username and password, where the password is stored in a Secret Manager resource. Note: Secret Manager charges apply <https://cloud.google.com/secret-manager/pricing>__.

Attributes

Name Description
username str
Required. The username.
password_secret_version_name str
Required. The name of the Secret Manager resource that stores the password, in the form projects/project-id/secrets/secret-name/versions/version.