ImageCacheImageRegistryCredentialArgs

data class ImageCacheImageRegistryCredentialArgs(val password: Output<String>? = null, val server: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<ImageCacheImageRegistryCredentialArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, server: Output<String>? = null, userName: Output<String>? = null)

Properties

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

The password of the Image Registry.

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

The address of Image Registry without http:// or https://.

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

The user name of Image Registry.

Functions

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