CreateManagementGroupDetails Class

The details of a management group used during creation.

Constructor

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

Variables

Name Description
version
int

The version number of the object.

updated_time

The date and time when this object was last updated.

updated_by
str

The identity of the principal or process that updated the object.

parent

(Optional) The ID of the parent management group used during creation.

Attributes

parent

(Optional) The ID of the parent management group used during creation.

parent: _models.CreateParentGroupInfo | 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