GroupImageRegistryCredentialArgs

data class GroupImageRegistryCredentialArgs(val password: Output<String>? = null, val server: Output<String>, val userAssignedIdentityId: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<GroupImageRegistryCredentialArgs>

Constructors

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

Properties

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

The password with which to connect to the registry. Changing this forces a new resource to be created.

Link copied to clipboard
val server: Output<String>

The address to use to connect to the registry without protocol ("https"/"http"). For example: "myacr.acr.io". Changing this forces a new resource to be created.

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

The identity ID for the private registry. Changing this forces a new resource to be created.

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

The username with which to connect to the registry. Changing this forces a new resource to be created.

Functions

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