Source Registry Credentials Args
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
fun SourceRegistryCredentialsArgs(loginMode: Output<Either<String, SourceRegistryLoginMode>>? = null)