AccessPolicyEntry interface

可存取金鑰保存庫的身分識別。 陣列中的所有身分識別都必須使用與金鑰保存庫租使用者識別碼相同的租使用者識別碼。

屬性

applicationId

代表主體提出要求的用戶端應用程式識別碼

objectId

保存庫 Azure Active Directory 租使用者中使用者、服務主體或安全性群組的物件識別碼。 存取原則清單的物件識別碼必須是唯一的。

permissions

身分識別對於金鑰、秘密和憑證的許可權。

tenantId

應用來驗證金鑰保存庫要求的 Azure Active Directory 租使用者識別碼。

屬性詳細資料

applicationId

代表主體提出要求的用戶端應用程式識別碼

applicationId?: string

屬性值

string

objectId

保存庫 Azure Active Directory 租使用者中使用者、服務主體或安全性群組的物件識別碼。 存取原則清單的物件識別碼必須是唯一的。

objectId: string

屬性值

string

permissions

身分識別對於金鑰、秘密和憑證的許可權。

permissions: Permissions_2

屬性值

tenantId

應用來驗證金鑰保存庫要求的 Azure Active Directory 租使用者識別碼。

tenantId: string

屬性值

string