Class: Google::Cloud::Dlp::V2::SecretManagerCredential

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

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



6286
6287
6288
6289
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6286

class SecretManagerCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns Required. The username.

Returns:

  • (::String)

    Required. The username.



6286
6287
6288
6289
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6286

class SecretManagerCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end