AzureContainerRegistryScopedTokenCredential interface
The azure container registry scoped token credential definition.
- Extends
Properties
acr |
The Acr server url |
acr |
The credential value. |
credential |
Polymorphic discriminator, which specifies the different types this object can be |
expiry | The UTC time when credential will expire. |
repositories | The repositories that could be accessed using the current credential. |
username | The username of the credential. |
Property Details
acrServerUrl
The Acr server url
acrServerUrl?: string
Property Value
string
acrToken
The credential value.
acrToken?: string
Property Value
string
credentialType
Polymorphic discriminator, which specifies the different types this object can be
credentialType: "AzureContainerRegistryScopedToken"
Property Value
"AzureContainerRegistryScopedToken"
expiry
The UTC time when credential will expire.
expiry?: Date
Property Value
Date
repositories
The repositories that could be accessed using the current credential.
repositories?: string[]
Property Value
string[]
username
The username of the credential.
username?: string
Property Value
string
Azure SDK for JavaScript