ManagementGroupProperties Class

The generic properties of a management group.

Constructor

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

Variables

Name Description
tenant_id
str

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

display_name
str

The friendly name of the management group.

details

The details of a management group.

children

The list of children.

Attributes

children

The list of children.

children: list['_models.ManagementGroupChildInfo'] | None

details

The details of a management group.

details: _models.ManagementGroupDetails | None

display_name

The friendly name of the management group.

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