JobRegistryArgs

data class JobRegistryArgs(val identity: Output<String>? = null, val passwordSecretName: Output<String>? = null, val server: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<JobRegistryArgs>

Constructors

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

Properties

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

A Managed Identity to use to authenticate with Azure Container Registry.

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

The name of the Secret that contains the registry login password.

Link copied to clipboard
val server: Output<String>

The URL of the Azure Container Registry server.

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

The username to use to authenticate with Azure Container Registry.

Functions

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