GroupImageRegistryCredential

data class GroupImageRegistryCredential(val password: String? = null, val server: String, val userAssignedIdentityId: String? = null, val username: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

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

Link copied to clipboard

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

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

Link copied to clipboard
val username: String? = null

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