RegistryTaskRegistryCredentialCustom

data class RegistryTaskRegistryCredentialCustom(val identity: String? = null, val loginServer: String, val password: String? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(identity: String? = null, loginServer: String, password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

The managed identity assigned to this custom credential. For user assigned identity, the value is the client ID of the identity. For system assigned identity, the value is [system].

Link copied to clipboard

The login server of the custom Container Registry.

Link copied to clipboard
val password: String? = null

The password for logging into the custom Container Registry. It can be either a plain text of password, or a Keyvault Secret ID.

Link copied to clipboard
val username: String? = null

The username for logging into the custom Container Registry. It can be either a plain text of username, or a Keyvault Secret ID.