Class: Google::Cloud::Dlp::V2::SecretManagerCredential
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::SecretManagerCredential
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A credential consisting of a username and password, where the password is stored in a Secret Manager resource. Note: Secret Manager charges apply.
Instance Attribute Summary collapse
-
#password_secret_version_name ⇒ ::String
Required.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#password_secret_version_name ⇒ ::String
Returns Required. The name of the Secret Manager resource that stores the password,
in the form projects/project-id/secrets/secret-name/versions/version
.
7240 7241 7242 7243 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7240 class SecretManagerCredential include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. The username.
7240 7241 7242 7243 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7240 class SecretManagerCredential include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |