Package-level declarations

Types

Link copied to clipboard
data class DescendantParentGroupInfoResponse(val id: String? = null)

The ID of the parent management group.

Link copied to clipboard
data class EntityInfoResponse(val displayName: String? = null, val id: String, val inheritedPermissions: String? = null, val name: String, val numberOfChildGroups: Int? = null, val numberOfChildren: Int? = null, val numberOfDescendants: Int? = null, val parent: EntityParentGroupInfoResponse? = null, val parentDisplayNameChain: List<String>? = null, val parentNameChain: List<String>? = null, val permissions: String? = null, val tenantId: String? = null, val type: String)

The entity.

Link copied to clipboard
data class EntityParentGroupInfoResponse(val id: String? = null)

(Optional) The ID of the parent management group.

Link copied to clipboard
data class GetEntityResult(val count: Int, val nextLink: String, val value: List<EntityInfoResponse>? = null)

Describes the result of the request to view entities.

Link copied to clipboard
data class GetHierarchySettingResult(val defaultManagementGroup: String? = null, val id: String, val name: String, val requireAuthorizationForGroupCreation: Boolean? = null, val tenantId: String? = null, val type: String)

Settings defined at the Management Group scope.

Link copied to clipboard
data class GetManagementGroupResult(val children: List<ManagementGroupChildInfoResponse>? = null, val details: ManagementGroupDetailsResponse? = null, val displayName: String? = null, val id: String, val name: String, val tenantId: String? = null, val type: String)

The management group details.

Link copied to clipboard
data class GetManagementGroupSubscriptionResult(val displayName: String? = null, val id: String, val name: String, val parent: DescendantParentGroupInfoResponse? = null, val state: String? = null, val tenant: String? = null, val type: String)

The details of subscription under management group.

Link copied to clipboard
data class ManagementGroupChildInfoResponse(val children: List<ManagementGroupChildInfoResponse>? = null, val displayName: String? = null, val id: String? = null, val name: String? = null, val type: String? = null)

The child information of a management group.

Link copied to clipboard
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.

Link copied to clipboard
data class ManagementGroupPathElementResponse(val displayName: String? = null, val name: String? = null)

A path element of a management group ancestors.

Link copied to clipboard
data class ParentGroupInfoResponse(val displayName: String? = null, val id: String? = null, val name: String? = null)

(Optional) The ID of the parent management group.