EntityHierarchyItem Class

The management group details for the hierarchy view.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
EntityHierarchyItem

Constructor

EntityHierarchyItem(*, display_name: Optional[str] = None, permissions: Optional[Union[str, azure.mgmt.managementgroups.models._management_groups_api_enums.Permissions]] = None, children: Optional[List[azure.mgmt.managementgroups.models._models_py3.EntityHierarchyItem]] = None, **kwargs)

Parameters

display_name
str
Required

The friendly name of the management group.

permissions
str or Permissions
Required

The users specific permissions to this item. Possible values include: "noaccess", "view", "edit", "delete".

children
list[EntityHierarchyItem]
Required

The list of children.

Variables

id
str

The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

type
str

The type of the resource. For example, Microsoft.Management/managementGroups.

name
str

The name of the management group. For example, 00000000-0000-0000-0000-000000000000.