SourceRegistryCredentialsArgs

data class SourceRegistryCredentialsArgs(val loginMode: Output<Either<String, SourceRegistryLoginMode>>? = null) : ConvertibleToJava<SourceRegistryCredentialsArgs>

Describes the credential parameters for accessing the source registry.

Constructors

Link copied to clipboard
constructor(loginMode: Output<Either<String, SourceRegistryLoginMode>>? = null)

Properties

Link copied to clipboard
val loginMode: Output<Either<String, SourceRegistryLoginMode>>? = null

The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.

Functions

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