AzureCredentials interface
容器應用程式認證。
屬性
| client |
用戶端識別碼。 |
| client |
客戶端密碼。 |
| subscription |
訂用帳戶標識碼。 |
| tenant |
租用戶標識碼。 |
屬性詳細資料
clientId
用戶端識別碼。
clientId?: string
屬性值
string
clientSecret
客戶端密碼。
clientSecret?: string
屬性值
string
subscriptionId
訂用帳戶標識碼。
subscriptionId?: string
屬性值
string
tenantId
租用戶標識碼。
tenantId?: string
屬性值
string