AzureContainerRegistryScopedTokenCredential interface

Azure コンテナー レジストリ スコープのトークン資格情報の定義。

Extends

プロパティ

acrServerUrl

Acr サーバーの URL

acrToken

資格情報の値。

credentialType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

expiry

資格情報の有効期限が切れる UTC 時刻。

repositories

現在の資格情報を使用してアクセスできるリポジトリ。

username

資格情報のユーザー名。

プロパティの詳細

acrServerUrl

Acr サーバーの URL

acrServerUrl?: string

プロパティ値

string

acrToken

資格情報の値。

acrToken?: string

プロパティ値

string

credentialType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

credentialType: "AzureContainerRegistryScopedToken"

プロパティ値

"AzureContainerRegistryScopedToken"

expiry

資格情報の有効期限が切れる UTC 時刻。

expiry?: Date

プロパティ値

Date

repositories

現在の資格情報を使用してアクセスできるリポジトリ。

repositories?: string[]

プロパティ値

string[]

username

資格情報のユーザー名。

username?: string

プロパティ値

string