Image Repository Credential Args
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>)