CertificateDatastoreCredentials interface
憑證數據存放區認證設定。
- Extends
屬性
authority |
用於驗證的授權單位 URL。 |
client |
[必要]服務主體用戶端識別碼。 |
credentials |
多型歧視性,指定這個物件可以是的不同類型 |
resource |
服務主體可以存取的資源。 |
secrets | [必要]服務主體秘密。 |
tenant |
[必要]服務主體所屬租用戶的標識碼。 |
thumbprint | [必要]用於驗證的憑證指紋。 |
屬性詳細資料
authorityUrl
用於驗證的授權單位 URL。
authorityUrl?: string
屬性值
string
clientId
[必要]服務主體用戶端識別碼。
clientId: string
屬性值
string
credentialsType
多型歧視性,指定這個物件可以是的不同類型
credentialsType: "Certificate"
屬性值
"Certificate"
resourceUrl
服務主體可以存取的資源。
resourceUrl?: string
屬性值
string
secrets
tenantId
[必要]服務主體所屬租用戶的標識碼。
tenantId: string
屬性值
string
thumbprint
[必要]用於驗證的憑證指紋。
thumbprint: string
屬性值
string