ENUM
AzureAdObjectType
Description
Azure AD object types.
link GraphQL Schema definition
- enum AzureAdObjectType {
- # Object type is Azure AD administrative unit.
- # Object type is Azure AD service application.
- # Object type is Azure AD app role assignment.
- # Object type is Azure AD authentication context.
- # Object type is Azure AD authentication strength.
- # Azure AD object type is unknown.
- # Object type is Azure AD conditional access policy.
- # Object type is Azure AD group.
- # Object type is Azure AD named location.
- # Object type is Azure AD role.
- # Object type is Azure AD role assignment.
- # Object type is Azure AD service principal.
- # Object type is Azure AD terms of use.
- # Object type is Azure AD user.
- }
link Require by
- AzureAdAppRoleAzure AD app role.
- AzureAdAppRoleAssignmentAzure AD app role assignment.
- AzureAdObjectResponse to the azureAdObjectsByType API.
- 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.