username Password Credentials
suspend fun usernamePasswordCredentials(value: Output<RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs>)
suspend fun usernamePasswordCredentials(value: RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs?)
Parameters
value
Use username and password to access the remote repository. Structure is documented below.
suspend fun usernamePasswordCredentials(argument: suspend RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgsBuilder.() -> Unit)
Parameters
argument
Use username and password to access the remote repository. Structure is documented below.