RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials

data class RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials(val passwordSecretVersion: String? = null, val username: String? = null)

Constructors

constructor(passwordSecretVersion: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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}.

Link copied to clipboard
val username: String? = null

The username to access the remote repository.