Share via


HierarchySettingsInfo.RequireAuthorizationForGroupCreation Property

Definition

Gets or sets indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to