Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials::UsernamePasswordCredentials

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

Username and password credentials.

Instance Attribute Summary collapse

Instance Attribute Details

#password_secret_version::String

Returns The Secret Manager key version that holds the password to access the remote repository. Must be in the format of projects/{project}/secrets/{secret}/versions/{version}.

Returns:

  • (::String)

    The Secret Manager key version that holds the password to access the remote repository. Must be in the format of projects/{project}/secrets/{secret}/versions/{version}.



181
182
183
184
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 181

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

#username::String

Returns The username to access the remote repository.

Returns:

  • (::String)

    The username to access the remote repository.



181
182
183
184
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 181

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