Share via


VaultPatchProperties.EnableRbacAuthorization Property

Definition

Gets or sets property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored (warning: this is a preview feature). When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the value of this property will not change.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to