RegistryTaskRegistryCredentialCustomArgs

data class RegistryTaskRegistryCredentialCustomArgs(val identity: Output<String>? = null, val loginServer: Output<String>, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<RegistryTaskRegistryCredentialCustomArgs>

Constructors

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

Properties

Link copied to clipboard
val identity: Output<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
val loginServer: Output<String>

The login server of the custom Container Registry.

Link copied to clipboard
val password: Output<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: Output<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.

Functions

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