Credentials interface
The parameters that describes a set of credentials that will be used when a run is invoked.
Properties
custom |
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. |
source |
Describes the credential parameters for accessing the source registry. |
Property Details
customRegistries
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.
customRegistries?: {[propertyName: string]: CustomRegistryCredentials}
Property Value
{[propertyName: string]: CustomRegistryCredentials}
sourceRegistry
Describes the credential parameters for accessing the source registry.
sourceRegistry?: SourceRegistryCredentials