CreateOrUpdateSettingsRequest Class
Parameters for creating or updating Management Group settings.
- Inheritance
-
msrest.serialization.ModelCreateOrUpdateSettingsRequest
Constructor
CreateOrUpdateSettingsRequest(*, require_authorization_for_group_creation: bool | None = None, default_management_group: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
require_authorization_for_group_creation
Required
|
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
Required
|
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup. |
Keyword-Only Parameters
Name | Description |
---|---|
require_authorization_for_group_creation
Required
|
|
default_management_group
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python