OBJECT

AzureAdAdministrativeUnit

Description

Entra ID administrative unit.

link GraphQL Schema definition

  • type AzureAdAdministrativeUnit {
  • # Description of the Entra ID administrative unit.
  • description: String!
  • # Display name of the Entra ID administrative unit.
  • displayName: String!
  • # Membership type of the Entra ID administrative unit.
  • membershipType: AzureAdAdminUnitMembershipEnumType!
  • # Restricted management of the Entra ID administrative unit.
  • restrictedManagement: Boolean!
  • }