Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials::UsernamePasswordCredentials (v0.13.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials::UsernamePasswordCredentials.

Username and password credentials.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password_secret_version

def password_secret_version() -> ::String
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}.

#password_secret_version=

def password_secret_version=(value) -> ::String
Parameter
  • value (::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}.
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}.

#username

def username() -> ::String
Returns
  • (::String) — The username to access the remote repository.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — The username to access the remote repository.
Returns
  • (::String) — The username to access the remote repository.