ENUM
AzureAdObjectType
Description
Entra ID object types.
link GraphQL Schema definition
- enum AzureAdObjectType {
- # Object type is Entra ID administrative unit.
- # Object type is Entra ID service application.
- # Object type is Entra ID app role assignment.
- # Object type is Entra ID authentication context.
- # Object type is Entra ID authentication strength.
- # Entra ID object type is unknown.
- # Object type is Entra ID BitLocker key.
- # Object type is Entra ID conditional access policy.
- # Object type is Entra ID device.
- # Object type is Entra ID group.
- # Object type is Entra ID local administrator password.
- # Object type is Entra ID named location.
- # Object type is Entra ID role.
- # Object type is Entra ID role assignment.
- # Object type is Entra ID service principal.
- # Object type is Entra ID terms of use.
- # Object type is Entra ID user.
- }
link Require by
- AzureAdAppRoleEntra ID app role.
- AzureAdAppRoleAssignmentEntra ID app role assignment.
- AzureAdObjectRepresents a search result for a generic Entra ID object.
- AzureAdObjectTypeInputConfiguration to retrieve Azure AD objects by type.
- ObjectInfoTypeMap of AzureAdObjectType to IDs.
- RelatedObjectsTypeRelated object type in the Azure AD reverse relationship.
- SearchAzureAdSnapshotInputConfiguration for the searchAzureAdSnapshot API.
- StartAzureAdAppUpdateInputConfiguration to initiate an update to the Azure AD directory app.