Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityInfo

Package version

interface

An interface representing EntityInfo. The entity.

Hierarchy

  • EntityInfo

Index

Properties

Optional displayName

displayName: undefined | string
member

{string} [displayName] The friendly name of the management group.

Optional id

id: undefined | string
member

{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.

Optional inheritedPermissions

inheritedPermissions: InheritedPermissions
member

{InheritedPermissions} [inheritedPermissions] Inherited Permissions. Possible values include: 'noaccess', 'view', 'edit', 'delete'

Optional name

name: undefined | string
member

{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.

Optional numberOfChildGroups

numberOfChildGroups: undefined | number
member

{number} [numberOfChildGroups] Number of Child Groups. Number of child groups is the number of Groups that are exactly one level underneath the current Group.

Optional numberOfChildren

numberOfChildren: undefined | number
member

{number} [numberOfChildren] Number of Children. Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.

Optional numberOfDescendants

numberOfDescendants: undefined | number
member

{number} [numberOfDescendants] Number of Descendants.

Optional parent

member

{EntityParentGroupInfo} [parent] Parent.

Optional parentDisplayNameChain

parentDisplayNameChain: string[]
member

{string[]} [parentDisplayNameChain] The parent display name chain from the root group to the immediate parent

Optional parentNameChain

parentNameChain: string[]
member

{string[]} [parentNameChain] The parent name chain from the root group to the immediate parent

Optional permissions

permissions: Permissions
member

{Permissions} [permissions] Permissions. Possible values include: 'noaccess', 'view', 'edit', 'delete'

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000

Optional type

type: undefined | string
member

{string} [type] The type of the resource. For example, /providers/Microsoft.Management/managementGroups NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc