ManagementGroupDetails interface
The details of a management group.
Properties
management |
The ancestors of the management group. |
management |
The ancestors of the management group displayed in reversed order, from immediate parent to the root. |
parent | (Optional) The ID of the parent management group. |
path | The path from the root to the current group. |
updated |
The identity of the principal or process that updated the object. |
updated |
The date and time when this object was last updated. |
version | The version number of the object. |
Property Details
managementGroupAncestors
The ancestors of the management group.
managementGroupAncestors?: string[]
Property Value
string[]
managementGroupAncestorsChain
The ancestors of the management group displayed in reversed order, from immediate parent to the root.
managementGroupAncestorsChain?: ManagementGroupPathElement[]
Property Value
parent
(Optional) The ID of the parent management group.
parent?: ParentGroupInfo
Property Value
path
The path from the root to the current group.
path?: ManagementGroupPathElement[]
Property Value
updatedBy
The identity of the principal or process that updated the object.
updatedBy?: string
Property Value
string
updatedTime
The date and time when this object was last updated.
updatedTime?: Date
Property Value
Date
version
The version number of the object.
version?: number
Property Value
number