ImageRepositoryCredentialArgs

data class ImageRepositoryCredentialArgs(val imageRepositoryUrl: Output<String>, val password: Output<AsymmetricEncryptedSecretArgs>? = null, val userName: Output<String>) : ConvertibleToJava<ImageRepositoryCredentialArgs>

Image repository credential.

Constructors

Link copied to clipboard
constructor(imageRepositoryUrl: Output<String>, password: Output<AsymmetricEncryptedSecretArgs>? = null, userName: Output<String>)

Properties

Link copied to clipboard

Image repository url (e.g.: mcr.microsoft.com).

Link copied to clipboard

Repository user password.

Link copied to clipboard
val userName: Output<String>

Repository user name.

Functions

Link copied to clipboard
open override fun toJava(): ImageRepositoryCredentialArgs