你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessPolicyEntry 类

定义

有权访问密钥保管库的标识。 数组中的所有标识都必须使用与密钥保管库的租户 ID 相同的租户 ID。

public class AccessPolicyEntry
type AccessPolicyEntry = class
Public Class AccessPolicyEntry
继承
AccessPolicyEntry

构造函数

AccessPolicyEntry()

初始化 AccessPolicyEntry 类的新实例。

AccessPolicyEntry(Guid, String, Permissions, Nullable<Guid>)

初始化 AccessPolicyEntry 类的新实例。

属性

ApplicationId

获取或设置代表主体发出请求的客户端的应用程序 ID

ObjectId

获取或设置保管库的 Azure Active Directory 租户中用户、服务主体或安全组的对象 ID。 对于访问策略列表,对象 ID 必须是唯一的。

Permissions

获取或设置标识对密钥、机密和证书拥有的权限。

TenantId

获取或设置应用于对密钥保管库的请求进行身份验证的 Azure Active Directory 租户 ID。

方法

Validate()

验证 对象。

适用于