Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityHierarchyItem

Package version

interface

An interface representing EntityHierarchyItem. The management group details for the hierarchy view.

extends

BaseResource

Hierarchy

  • any
    • EntityHierarchyItem

Index

Properties

Optional children

member

{EntityHierarchyItem[]} [children] The list of children.

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 management group. 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 name

name: undefined | string
member

{string} [name] The name of the management group. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.

Optional permissions

permissions: Permissions1
member

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

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