Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagementGroup

Package version

interface

An interface representing ManagementGroup. The management group details.

extends

BaseResource

Hierarchy

  • any
    • ManagementGroup

Index

Properties

Optional children

member

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

Optional details

member

{ManagementGroupDetails} [details] Details.

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 roles

roles: string[]
member

{string[]} [roles] The role definitions associated with the management group.

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] The AAD Tenant ID associated with the management group. 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