ContainerGroupImageRegistryCredentialArgs

data class ContainerGroupImageRegistryCredentialArgs(val password: Output<String>, val server: Output<String>, val userName: Output<String>) : ConvertibleToJava<ContainerGroupImageRegistryCredentialArgs>

Constructors

constructor(password: Output<String>, server: Output<String>, userName: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

The password used to log on to the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard
val server: Output<String>

The address of the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard
val userName: Output<String>

The username used to log on to the image repository. It is required when image_registry_credential is configured.

Functions

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