CreateOrUpdateSettingsProperties Class
The properties of the request to create or update Management Group settings.
Constructor
CreateOrUpdateSettingsProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
require_authorization_for_group_creation
|
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. |
|
default_management_group
|
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup. |
Attributes
default_management_group
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup.
default_management_group: str | None
require_authorization_for_group_creation
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.
require_authorization_for_group_creation: bool | None