CreateManagementGroupProperties Class
The generic properties of a management group used during creation.
Constructor
CreateManagementGroupProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tenant_id
|
The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000. |
|
display_name
|
The friendly name of the management group. If no value is passed then this field will be set to the groupId. |
|
details
|
The details of a management group used during creation. |
|
children
|
The list of children. |
Attributes
children
The list of children.
children: list['_models.CreateManagementGroupChildInfo'] | None
details
The details of a management group used during creation.
details: _models.CreateManagementGroupDetails | None
display_name
The friendly name of the management group. If no value is passed then this field will be set to the groupId.
display_name: str | None
tenant_id
The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000.
tenant_id: str | None