AppRegistryArgs

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

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

Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.

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

The name of the Secret Reference containing the password value for this user on the Container Registry, username must also be supplied.

Link copied to clipboard
val server: Output<String>

The hostname for the Container Registry. The authentication details must also be supplied, identity and username/password_secret_name are mutually exclusive.

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

The username to use for this Container Registry, password_secret_name must also be supplied..

Functions

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