ParentGroupInfoResponse

data class ParentGroupInfoResponse(val displayName: String? = null, val id: String? = null, val name: String? = null)

(Optional) The ID of the parent management group.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The friendly name of the parent management group.

Link copied to clipboard
val id: String? = null

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

Link copied to clipboard
val name: String? = null

The name of the parent management group