Credentials Args
data class CredentialsArgs(val customRegistries: Output<Map<String, CustomRegistryCredentialsArgs>>? = null, val sourceRegistry: Output<SourceRegistryCredentialsArgs>? = null) : ConvertibleToJava<CredentialsArgs>
The parameters that describes a set of credentials that will be used when a run is invoked.
Constructors
Link copied to clipboard
constructor(customRegistries: Output<Map<String, CustomRegistryCredentialsArgs>>? = null, sourceRegistry: Output<SourceRegistryCredentialsArgs>? = null)
Properties
Link copied to clipboard
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
Link copied to clipboard
Describes the credential parameters for accessing the source registry.