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
msrest.serialization.Model
EntityHierarchyItem

Constructor

EntityHierarchyItem(*, display_name: str | None = None, permissions: str | Permissions | None = None, children: List[EntityHierarchyItem] | None = None, **kwargs)

Parameters

Name Description
display_name
Required
str

The friendly name of the management group.

permissions
Required

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

children
Required

The list of children.

Keyword-Only Parameters

Name Description
display_name
Required
permissions
Required
children
Required

Variables

Name Description
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.