Repository Remote Repository Config Upstream Credentials Args
data class RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs(val usernamePasswordCredentials: Output<RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs>? = null) : ConvertibleToJava<RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs>
Constructors
Link copied to clipboard
constructor(usernamePasswordCredentials: Output<RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs>? = null)
Properties
Link copied to clipboard
val usernamePasswordCredentials: Output<RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs>? = null
Use username and password to access the remote repository. Structure is documented below.