EntityInfo interface
The entity.
Properties
display |
The friendly name of the management group. |
id | The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server. |
inherited |
The users specific permissions to this item. |
name | The name of the entity. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of children is the number of Groups that are exactly one level underneath the current Group. |
number |
Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group. |
number |
Number of Descendants |
parent | (Optional) The ID of the parent management group. |
parent |
The parent display name chain from the root group to the immediate parent |
parent |
The parent name chain from the root group to the immediate parent |
permissions | The users specific permissions to this item. |
tenant |
The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 |
type | The type of the resource. For example, Microsoft.Management/managementGroups NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
The friendly name of the management group.
displayName?: string
Property Value
string
id
The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
inheritedPermissions
The users specific permissions to this item.
inheritedPermissions?: string
Property Value
string
name
The name of the entity. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
numberOfChildGroups
Number of children is the number of Groups that are exactly one level underneath the current Group.
numberOfChildGroups?: number
Property Value
number
numberOfChildren
Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.
numberOfChildren?: number
Property Value
number
numberOfDescendants
Number of Descendants
numberOfDescendants?: number
Property Value
number
parent
(Optional) The ID of the parent management group.
parent?: EntityParentGroupInfo
Property Value
parentDisplayNameChain
The parent display name chain from the root group to the immediate parent
parentDisplayNameChain?: string[]
Property Value
string[]
parentNameChain
The parent name chain from the root group to the immediate parent
parentNameChain?: string[]
Property Value
string[]
permissions
The users specific permissions to this item.
permissions?: string
Property Value
string
tenantId
The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000
tenantId?: string
Property Value
string
type
The type of the resource. For example, Microsoft.Management/managementGroups NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string