Entity Info Response
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)
Properties
Link copied to clipboard
The friendly name of the management group.
Link copied to clipboard
The users specific permissions to this item.
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
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
The users specific permissions to this item.