AzureContainerRegistryScopedTokenCredential interface
Azure コンテナー レジストリスコープのトークン資格情報の定義。
- Extends
プロパティ
| acr |
Acr サーバーの URL |
| acr |
資格情報の値。 |
| credential |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| 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