VmImageRepositoryCredentialsArgs

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

The credentials used to login to the image repository that has access to the specified image

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>

Password for accessing image repository

Link copied to clipboard
val username: Output<String>

Username for accessing image repository

Functions

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