ImageRepositoryCredentialsArgs

data class ImageRepositoryCredentialsArgs(val password: Output<String>, val registryUrl: Output<String>, val username: Output<String>) : ConvertibleToJava<ImageRepositoryCredentialsArgs>

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>

The password or token used to access an image in the target repository.

Link copied to clipboard
val registryUrl: Output<String>

The URL of the authentication server used to validate the repository credentials.

Link copied to clipboard
val username: Output<String>

The username used to access an image in the target repository.

Functions

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