ManagementGroupDetailsResponse

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)

Types

Link copied to clipboard
object Companion

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
val updatedBy: String? = null

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

Link copied to clipboard
val updatedTime: String? = null

The date and time when this object was last updated.

Link copied to clipboard
val version: Double? = null

The version number of the object.