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

VaultPatchProperties.EnableRbacAuthorization 属性

定义

获取或设置控制数据操作的授权方式的属性。 如果为 true,密钥保管库将使用基于角色访问控制 (RBAC) 来授权数据操作,保管库属性中指定的访问策略将被忽略 (警告:这是) 预览功能。 如果为 false,则密钥保管库将使用保管库属性中指定的访问策略,并且将忽略存储在 Azure 资源管理器上的任何策略。 如果为 null 或未指定,则此属性的值不会更改。

[Newtonsoft.Json.JsonProperty(PropertyName="enableRbacAuthorization")]
public bool? EnableRbacAuthorization { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableRbacAuthorization")>]
member this.EnableRbacAuthorization : Nullable<bool> with get, set
Public Property EnableRbacAuthorization As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于