OBJECT
AzureAdAdministrativeUnit
Description
Entra ID administrative unit.
link GraphQL Schema definition
- type AzureAdAdministrativeUnit {
- # Description of the Entra ID administrative unit.
- : String!
- # Display name of the Entra ID administrative unit.
- : String!
- # Membership type of the Entra ID administrative unit.
- : AzureAdAdminUnitMembershipEnumType!
- # Restricted management of the Entra ID administrative unit.
- : Boolean!
- }