HierarchySettings.RequireAuthorizationForGroupCreation 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 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
Azure SDK for .NET