PoolContainerConfigurationContainerRegistryArgs

data class PoolContainerConfigurationContainerRegistryArgs(val password: Output<String>? = null, val registryServer: Output<String>, val userAssignedIdentityId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<PoolContainerConfigurationContainerRegistryArgs>

Constructors

constructor(password: Output<String>? = null, registryServer: Output<String>, userAssignedIdentityId: Output<String>? = null, userName: Output<String>? = null)

Properties

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

The password to log into the registry server. Changing this forces a new resource to be created.

Link copied to clipboard
val registryServer: Output<String>

The container registry URL. Changing this forces a new resource to be created.

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

The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password. Changing this forces a new resource to be created.

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

The user name to log into the registry server. Changing this forces a new resource to be created.

Functions

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