Management Group Details Response
data class ManagementGroupDetailsResponse(val managementGroupAncestors: List<String>? = null, val managementGroupAncestorsChain: List<ManagementGroupPathElementResponse>? = null, val parent: ParentGroupInfoResponse? = null, val path: List<ManagementGroupPathElementResponse>? = null, val updatedBy: String? = null, val updatedTime: String? = null, val version: Double? = null)
The details of a management group.
Constructors
Link copied to clipboard
constructor(managementGroupAncestors: List<String>? = null, managementGroupAncestorsChain: List<ManagementGroupPathElementResponse>? = null, parent: ParentGroupInfoResponse? = null, path: List<ManagementGroupPathElementResponse>? = null, updatedBy: String? = null, updatedTime: String? = null, version: Double? = null)
Properties
Link copied to clipboard
The ancestors of the management group.
Link copied to clipboard
The ancestors of the management group displayed in reversed order, from immediate parent to the root.
Link copied to clipboard
(Optional) The ID of the parent management group.
Link copied to clipboard
The path from the root to the current group.
Link copied to clipboard
The date and time when this object was last updated.