SessionRegistryCredentialsArgs

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

Session pool private registry credentials.

Constructors

Link copied to clipboard
constructor(identity: Output<String>? = null, passwordSecretRef: Output<String>? = null, server: Output<String>? = null, 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. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'

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

The name of the secret that contains the registry login password

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

Container registry server.

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

Container registry username.

Functions

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