EntityInfoResponse

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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 entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

Link copied to clipboard

The users specific permissions to this item.

Link copied to clipboard

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

Link copied to clipboard

Number of children is the number of Groups that are exactly one level underneath the current Group.

Link copied to clipboard
val numberOfChildren: Int? = null

Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.

Link copied to clipboard
Link copied to clipboard

(Optional) The ID of the parent management group.

Link copied to clipboard

The parent display name chain from the root group to the immediate parent

Link copied to clipboard

The parent name chain from the root group to the immediate parent

Link copied to clipboard
val permissions: String? = null

The users specific permissions to this item.

Link copied to clipboard
val tenantId: String? = null

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

Link copied to clipboard

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