GetManagementGroupResult

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of children.

Link copied to clipboard

The details of a management group.

Link copied to clipboard
val displayName: String? = null

The friendly name of the management group.

Link copied to clipboard
val id: String

The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

Link copied to clipboard

The name of the management group. For example, 00000000-0000-0000-0000-000000000000

Link copied to clipboard
val tenantId: String? = null

The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000

Link copied to clipboard

The type of the resource. For example, Microsoft.Management/managementGroups