AzureContainerRegistryScopedTokenCredential interface

The azure container registry scoped token credential definition.

Extends

Properties

acrServerUrl

The Acr server url

acrToken

The credential value.

credentialType

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