Reference documentation and code samples for the Data Loss Prevention V2 Client class SecretManagerCredential.
A credential consisting of a username and password, where the password is stored in a Secret Manager resource.
Note: Secret Manager charges apply .
Generated from protobuf message google.privacy.dlp.v2.SecretManagerCredential
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ username
string
Required. The username.
↳ password_secret_version_name
string
Required. The name of the Secret Manager resource that stores the password, in the form projects/project-id/secrets/secret-name/versions/version
.
getUsername
Required. The username.
string
setUsername
Required. The username.
var
string
$this
getPasswordSecretVersionName
Required. The name of the Secret Manager resource that stores the password,
in the form projects/project-id/secrets/secret-name/versions/version
.
string
setPasswordSecretVersionName
Required. The name of the Secret Manager resource that stores the password,
in the form projects/project-id/secrets/secret-name/versions/version
.
var
string
$this