EntityInfoProperties Class

The generic properties of an entity.

Constructor

EntityInfoProperties(*args: Any, **kwargs: Any)

Variables

Name Description
tenant_id
str

The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000.

display_name
str

The friendly name of the management group.

parent

(Optional) The ID of the parent management group.

permissions

The users specific permissions to this item. Known values are: "noaccess", "view", "edit", and "delete".

inherited_permissions

The users specific permissions to this item. Known values are: "noaccess", "view", "edit", and "delete".

number_of_descendants
int

Number of Descendants.

number_of_children
int

Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.

number_of_child_groups
int

Number of children is the number of Groups that are exactly one level underneath the current Group.

parent_display_name_chain

The parent display name chain from the root group to the immediate parent.

parent_name_chain

The parent name chain from the root group to the immediate parent.

Attributes

display_name

The friendly name of the management group.

display_name: str | None

inherited_permissions

"noaccess", "view", "edit", and "delete".

inherited_permissions: str | _models.Permissions | None

number_of_child_groups

Number of children is the number of Groups that are exactly one level underneath the current Group.

number_of_child_groups: int | None

number_of_children

Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.

number_of_children: int | None

number_of_descendants

Number of Descendants.

number_of_descendants: int | None

parent

(Optional) The ID of the parent management group.

parent: _models.EntityParentGroupInfo | None

parent_display_name_chain

The parent display name chain from the root group to the immediate parent.

parent_display_name_chain: list[str] | None

parent_name_chain

The parent name chain from the root group to the immediate parent.

parent_name_chain: list[str] | None

permissions

"noaccess", "view", "edit", and "delete".

permissions: str | _models.Permissions | None

tenant_id

The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000.

tenant_id: str | None