ManagementGroupChildInfoResponse

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of children.

Link copied to clipboard
val displayName: String? = null

The friendly name of the child resource.

Link copied to clipboard
val id: String? = null

The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

Link copied to clipboard
val name: String? = null

The name of the child entity.

Link copied to clipboard
val type: String? = null

The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups)