RegistryCredentialsArgs

data class RegistryCredentialsArgs(val identity: Output<String>? = null, val passwordSecretRef: Output<String>? = null, val server: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<RegistryCredentialsArgs>

Container App Private Registry

Constructors

Link copied to clipboard
constructor(identity: Output<String>? = null, passwordSecretRef: Output<String>? = null, server: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val identity: Output<String>? = null

A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'

Link copied to clipboard
val passwordSecretRef: Output<String>? = null

The name of the Secret that contains the registry login password

Link copied to clipboard
val server: Output<String>? = null

Container Registry Server

Link copied to clipboard
val username: Output<String>? = null

Container Registry Username

Functions

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