Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials::UsernamePasswordCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials::UsernamePasswordCredentials
- 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
-
#password_secret_version ⇒ ::String
The Secret Manager key version that holds the password to access the remote repository.
-
#username ⇒ ::String
The username to access the remote repository.
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}
.
189 190 191 192 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 189 class UsernamePasswordCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns The username to access the remote repository.
189 190 191 192 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 189 class UsernamePasswordCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |