Repository Remote Repository Config Upstream Credentials
data class RepositoryRemoteRepositoryConfigUpstreamCredentials(val usernamePasswordCredentials: RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials? = null)
Constructors
Link copied to clipboard
constructor(usernamePasswordCredentials: RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials? = null)
Properties
Link copied to clipboard
val usernamePasswordCredentials: RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials? = null
Use username and password to access the remote repository. Structure is documented below.