Package-level declarations
Types
Link copied to clipboard
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
(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
Link copied to clipboard
data class GetManagementGroupResult(val azureApiVersion: String, 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 azureApiVersion: String, 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 GetServiceGroupResult(val azureApiVersion: String, val id: String, val kind: String? = null, val name: String, val properties: ServiceGroupPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The serviceGroup details.
Link copied to clipboard
data class ListServiceGroupAncestorsResult(val nextLink: String? = null, val value: List<ServiceGroupResponse>? = null)
Response holding an array of service groups and a nextLink that supports pagination
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.
Link copied to clipboard
The details of the parent serviceGroup.
Link copied to clipboard
data class ServiceGroupPropertiesResponse(val displayName: String? = null, val parent: ParentServiceGroupPropertiesResponse? = null, val provisioningState: String)
ServiceGroup creation request body parameters.
Link copied to clipboard
data class ServiceGroupResponse(val id: String, val kind: String? = null, val name: String, val properties: ServiceGroupPropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The serviceGroup details.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.