VaultProperties.EnableRbacAuthorization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 vault is created with the default value of false. Note that management actions are always authorized with RBAC.
[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
Azure SDK for .NET