ManagementGroupDetails Class
The details of a management group.
Constructor
ManagementGroupDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
version
|
The version number of the object. |
|
updated_time
|
The date and time when this object was last updated. |
|
updated_by
|
The identity of the principal or process that updated the object. |
|
parent
|
(Optional) The ID of the parent management group. |
|
path
|
The path from the root to the current group. |
|
management_group_ancestors
|
The ancestors of the management group. |
|
management_group_ancestors_chain
|
The ancestors of the management group displayed in reversed order, from immediate parent to the root. |
Attributes
management_group_ancestors
The ancestors of the management group.
management_group_ancestors: list[str] | None
management_group_ancestors_chain
The ancestors of the management group displayed in reversed order, from immediate parent to the root.
management_group_ancestors_chain: list['_models.ManagementGroupPathElement'] | None
parent
(Optional) The ID of the parent management group.
parent: _models.ParentGroupInfo | None
path
The path from the root to the current group.
path: list['_models.ManagementGroupPathElement'] | None
updated_by
The identity of the principal or process that updated the object.
updated_by: str | None
updated_time
The date and time when this object was last updated.
updated_time: datetime | None
version
The version number of the object.
version: int | None