ContainerRegistryBasicCredentialsArgs

data class ContainerRegistryBasicCredentialsArgs(val password: Output<String>, val server: Output<String>, val type: Output<String>, val username: Output<String>) : ConvertibleToJava<ContainerRegistryBasicCredentialsArgs>

The basic authentication properties for the container registry resource.

Constructors

Link copied to clipboard
constructor(password: Output<String>, server: Output<String>, type: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

The password of the Container Registry.

Link copied to clipboard
val server: Output<String>

The login server of the Container Registry.

Link copied to clipboard
val type: Output<String>

The credential type of the container registry credentials. Expected value is 'BasicAuth'.

Link copied to clipboard
val username: Output<String>

The username of the Container Registry.

Functions

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