Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/microsoft-graph-auditlogs-provisioningobjectsummary-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Microsoft Graph Admin Admin.admin Audit Logs.provisioning Object Summary API
description: 'Microsoft Graph API for managing administrative resources in Microsoft Entra ID.
This API enables administrators to manage Microsoft Edge browser settings, Internet Explorer mode configurations,
site lists, shared browser sites, Microsoft 365 Apps installation options, people insights, service announcements,
SharePoint settings, Copilot administration, directory administrative units, and admin consent policies.'
version: 1.0.0
contact:
name: Microsoft Graph API Support
url: https://developer.microsoft.com/graph
servers:
- url: https://graph.microsoft.com/v1.0
description: Microsoft Graph API v1.0 endpoint
tags:
- name: auditLogs.provisioningObjectSummary
x-ms-docs-toc-type: page
paths:
/auditLogs/provisioning:
description: Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.
get:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph List provisioningObjectSummary
description: 'Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. '
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0
operationId: auditLogs.ListProvisioning
parameters:
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
responses:
2XX:
$ref: '#/components/responses/microsoft.graph.provisioningObjectSummaryCollectionResponse'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-pageable:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph Create new navigation property to provisioning for auditLogs
operationId: auditLogs.CreateProvisioning
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
required: true
responses:
2XX:
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/auditLogs/provisioning/{provisioningObjectSummary-id}:
description: Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.
parameters:
- name: provisioningObjectSummary-id
in: path
description: The unique identifier of provisioningObjectSummary
required: true
schema:
type: string
x-ms-docs-key-type: provisioningObjectSummary
get:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph Get provisioning from auditLogs
operationId: auditLogs.GetProvisioning
parameters:
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
responses:
2XX:
description: Retrieved navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph Update the navigation property provisioning in auditLogs
operationId: auditLogs.UpdateProvisioning
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
required: true
responses:
2XX:
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
delete:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph Delete navigation property provisioning for auditLogs
operationId: auditLogs.DeleteProvisioning
parameters:
- name: If-Match
in: header
description: ETag
schema:
type: string
responses:
'204':
description: Success
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/auditLogs/provisioning/$count:
description: Provides operations to count the resources in the collection.
get:
tags:
- auditLogs.provisioningObjectSummary
summary: Microsoft Graph Get the number of the resource
operationId: auditLogs.provisioning.GetCount-2f99
parameters:
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
responses:
2XX:
$ref: '#/components/responses/ODataCountResponse'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
components:
schemas:
ODataCountResponse:
type: integer
format: int32
microsoft.graph.ODataErrors.ErrorDetails:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
target:
type: string
nullable: true
microsoft.graph.provisioningAction:
title: provisioningAction
enum:
- other
- create
- delete
- disable
- update
- stagedDelete
- unknownFutureValue
type: string
microsoft.graph.provisioningServicePrincipal:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identity'
- title: provisioningServicePrincipal
required:
- '@odata.type'
type: object
properties:
'@odata.type':
type: string
default: '#microsoft.graph.provisioningServicePrincipal'
x-ms-discriminator-value: '#microsoft.graph.provisioningServicePrincipal'
microsoft.graph.provisioningObjectSummary:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: provisioningObjectSummary
required:
- '@odata.type'
type: object
properties:
activityDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. SUpports $filter (eq, gt, lt) and orderby.
format: date-time
changeId:
type: string
description: Unique ID of this change in this cycle. Supports $filter (eq, contains).
nullable: true
cycleId:
type: string
description: Unique ID per job iteration. Supports $filter (eq, contains).
nullable: true
durationInMilliseconds:
maximum: 2147483647
minimum: -2147483648
type: number
description: Indicates how long this provisioning action took to finish. Measured in milliseconds.
format: int32
nullable: true
initiatedBy:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.initiator'
- type: object
nullable: true
description: Details of who initiated this provisioning. Supports $filter (eq, contains).
jobId:
type: string
description: The unique ID for the whole provisioning job. Supports $filter (eq, contains).
nullable: true
modifiedProperties:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.modifiedProperty'
description: Details of each property that was modified in this provisioning action on this object.
provisioningAction:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningAction'
- type: object
nullable: true
description: 'Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).'
provisioningStatusInfo:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo'
- type: object
nullable: true
description: Details of provisioning status.
provisioningSteps:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.provisioningStep'
description: Details of each step in provisioning.
servicePrincipal:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningServicePrincipal'
- type: object
nullable: true
description: Represents the service principal used for provisioning. Supports $filter (eq) for id and name.
sourceIdentity:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisionedIdentity'
- type: object
nullable: true
description: Details of source object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName.
sourceSystem:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningSystem'
- type: object
nullable: true
description: Details of source system of the object being provisioned. Supports $filter (eq, contains) for displayName.
targetIdentity:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisionedIdentity'
- type: object
nullable: true
description: Details of target object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName.
targetSystem:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningSystem'
- type: object
nullable: true
description: Details of target system of the object being provisioned. Supports $filter (eq, contains) for displayName.
tenantId:
type: string
description: Unique Microsoft Entra tenant ID. Supports $filter (eq, contains).
nullable: true
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.provisioningObjectSummary'
microsoft.graph.identity:
title: identity
required:
- '@odata.type'
type: object
properties:
displayName:
type: string
description: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.
nullable: true
id:
type: string
description: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
nullable: true
'@odata.type':
type: string
discriminator:
propertyName: '@odata.type'
mapping:
'#microsoft.graph.azureCommunicationServicesUserIdentity': '#/components/schemas/microsoft.graph.azureCommunicationServicesUserIdentity'
'#microsoft.graph.communicationsApplicationIdentity': '#/components/schemas/microsoft.graph.communicationsApplicationIdentity'
'#microsoft.graph.communicationsApplicationInstanceIdentity': '#/components/schemas/microsoft.graph.communicationsApplicationInstanceIdentity'
'#microsoft.graph.communicationsEncryptedIdentity': '#/components/schemas/microsoft.graph.communicationsEncryptedIdentity'
'#microsoft.graph.communicationsGuestIdentity': '#/components/schemas/microsoft.graph.communicationsGuestIdentity'
'#microsoft.graph.communicationsPhoneIdentity': '#/components/schemas/microsoft.graph.communicationsPhoneIdentity'
'#microsoft.graph.communicationsUserIdentity': '#/components/schemas/microsoft.graph.communicationsUserIdentity'
'#microsoft.graph.emailIdentity': '#/components/schemas/microsoft.graph.emailIdentity'
'#microsoft.graph.initiator': '#/components/schemas/microsoft.graph.initiator'
'#microsoft.graph.provisionedIdentity': '#/components/schemas/microsoft.graph.provisionedIdentity'
'#microsoft.graph.provisioningServicePrincipal': '#/components/schemas/microsoft.graph.provisioningServicePrincipal'
'#microsoft.graph.provisioningSystem': '#/components/schemas/microsoft.graph.provisioningSystem'
'#microsoft.graph.servicePrincipalIdentity': '#/components/schemas/microsoft.graph.servicePrincipalIdentity'
'#microsoft.graph.sharePointIdentity': '#/components/schemas/microsoft.graph.sharePointIdentity'
'#microsoft.graph.teamworkApplicationIdentity': '#/components/schemas/microsoft.graph.teamworkApplicationIdentity'
'#microsoft.graph.teamworkConversationIdentity': '#/components/schemas/microsoft.graph.teamworkConversationIdentity'
'#microsoft.graph.teamworkTagIdentity': '#/components/schemas/microsoft.graph.teamworkTagIdentity'
'#microsoft.graph.teamworkUserIdentity': '#/components/schemas/microsoft.graph.teamworkUserIdentity'
'#microsoft.graph.userIdentity': '#/components/schemas/microsoft.graph.userIdentity'
'#microsoft.graph.callRecords.userIdentity': '#/components/schemas/microsoft.graph.callRecords.userIdentity'
microsoft.graph.provisioningStepType:
title: provisioningStepType
enum:
- import
- scoping
- matching
- processing
- referenceResolution
- export
- unknownFutureValue
type: string
microsoft.graph.initiatorType:
title: initiatorType
enum:
- user
- application
- system
- unknownFutureValue
type: string
microsoft.graph.detailsInfo:
title: detailsInfo
required:
- '@odata.type'
type: object
properties:
'@odata.type':
type: string
microsoft.graph.provisioningStatusErrorCategory:
title: provisioningStatusErrorCategory
enum:
- failure
- nonServiceFailure
- success
- unknownFutureValue
type: string
microsoft.graph.ODataErrors.InnerError:
title: InnerError
required:
- '@odata.type'
type: object
properties:
request-id:
type: string
description: Request Id as tracked internally by the service
nullable: true
client-request-id:
type: string
description: Client request Id as sent by the client application.
nullable: true
date:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: Date when the error occured.
format: date-time
nullable: true
'@odata.type':
type: string
microsoft.graph.provisioningStatusInfo:
title: provisioningStatusInfo
required:
- '@odata.type'
type: object
properties:
errorInformation:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningErrorInfo'
- type: object
nullable: true
description: If status isn't success/ skipped details for the error are contained in this.
status:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningResult'
- type: object
nullable: true
description: 'The possible values are: success, warning, failure, skipped, unknownFutureValue.'
'@odata.type':
type: string
microsoft.graph.provisioningResult:
title: provisioningResult
enum:
- success
- failure
- skipped
- warning
- unknownFutureValue
type: string
microsoft.graph.provisionedIdentity:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identity'
- title: provisionedIdentity
required:
- '@odata.type'
type: object
properties:
details:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.detailsInfo'
- type: object
nullable: true
description: Details of the identity.
identityType:
type: string
description: Type of identity that has been provisioned, such as 'user' or 'group'. Supports $filter (eq, contains).
nullable: true
'@odata.type':
type: string
default: '#microsoft.graph.provisionedIdentity'
x-ms-discriminator-value: '#microsoft.graph.provisionedIdentity'
microsoft.graph.ODataErrors.MainError:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
x-ms-primary-error-message: true
target:
type: string
nullable: true
details:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails'
innerError:
$ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError'
microsoft.graph.provisioningObjectSummaryCollectionResponse:
title: Collection of provisioningObjectSummary
type: object
allOf:
- $ref: '#/components/schemas/BaseCollectionPaginationCountResponse'
- type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary'
microsoft.graph.provisioningErrorInfo:
title: provisioningErrorInfo
required:
- '@odata.type'
type: object
properties:
additionalDetails:
type: string
description: Additional details if there's error.
nullable: true
errorCategory:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningStatusErrorCategory'
- type: object
nullable: true
description: Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue
errorCode:
type: string
description: Unique error code if any occurred. Learn more
nullable: true
reason:
type: string
description: Summarizes the status and describes why the status happened.
nullable: true
recommendedAction:
type: string
description: Provides the resolution for the corresponding error.
nullable: true
'@odata.type':
type: string
microsoft.graph.modifiedProperty:
title: modifiedProperty
required:
- '@odata.type'
type: object
properties:
displayName:
type: string
description: Indicates the property name of the target attribute that was changed.
nullable: true
newValue:
type: string
description: Indicates the updated value for the propery.
nullable: true
oldValue:
type: string
description: Indicates the previous value (before the update) for the property.
nullable: true
'@odata.type':
type: string
microsoft.graph.provisioningSystem:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identity'
- title: provisioningSystem
required:
- '@odata.type'
type: object
properties:
details:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.detailsInfo'
- type: object
nullable: true
description: Details of the system.
'@odata.type':
type: string
default: '#microsoft.graph.provisioningSystem'
x-ms-discriminator-value: '#microsoft.graph.provisioningSystem'
microsoft.graph.provisioningStep:
title: provisioningStep
required:
- '@odata.type'
type: object
properties:
description:
type: string
description: Summary of what occurred during the step.
nullable: true
details:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.detailsInfo'
- type: object
nullable: true
description: Details of what occurred during the step.
name:
type: string
description: Name of the step.
nullable: true
provisioningStepType:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningStepType'
- type: object
nullable: true
description: 'Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.'
status:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.provisioningResult'
- type: object
nullable: true
description: 'Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.'
'@odata.type':
type: string
microsoft.graph.initiator:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identity'
- title: initiator
required:
- '@odata.type'
type: object
properties:
initiatorType:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.initiatorType'
- type: object
nullable: true
description: 'Type of initiator. The possible values are: user, application, system, unknownFutureValue.'
'@odata.type':
type: string
default: '#microsoft.graph.initiator'
x-ms-discriminator-value: '#microsoft.graph.initiator'
BaseCollectionPaginationCountResponse:
title: Base collection pagination and count responses
type: object
properties:
'@odata.count':
type: integer
format: int64
nullable: true
'@odata.nextLink':
type: string
nullable: true
microsoft.graph.ODataErrors.ODataError:
required:
- error
type: object
properties:
error:
$ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError'
microsoft.graph.entity:
title: entity
required:
- '@odata.type'
type: object
properties:
id:
type: string
description: The unique identifier for an entity. Read-only.
'@odata.type':
type: string
discriminator:
propertyName: '@odata.type'
mapping:
'#microsoft.graph.accessPackage': '#/components/schemas/microsoft.graph.accessPackage'
'#microsoft.graph.accessPackageAssignment': '#/components/schemas/microsoft.graph.accessPackageAssignment'
'#microsoft.graph.accessPackageAssignmentPolicy': '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy'
'#microsoft.graph.accessPackageAssignmentRequest': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest'
'#microsoft.graph.accessPackageCatalog': '#/components/schemas/microsoft.graph.accessPackageCatalog'
'#microsoft.graph.accessPackageQuestion': '#/components/schemas/microsoft.graph.accessPackageQuestion'
'#microsoft.graph.accessPackageMultipleChoiceQuestion': '#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion'
'#microsoft.graph.accessPackageTextInputQuestion': '#/components/schemas/microsoft.graph.accessPackageTextInputQuestion'
'#microsoft.graph.accessPackageResource': '#/components/schemas/microsoft.graph.accessPackageResource'
'#microsoft.graph.accessPackageResourceEnvironment': '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment'
'#microsoft.graph.accessPackageResourceRequest': '#/components/schemas/microsoft.graph.accessPackageResourceRequest'
'#microsoft.graph.accessPackageResourceRole': '#/components/schemas/microsoft.graph.accessPackageResourceRole'
'#microsoft.graph.accessPackageResourceRoleScope': '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope'
'#microsoft.graph.accessPackageResourceScope': '#/components/schemas/microsoft.graph.accessPackageResourceScope'
'#microsoft.graph.accessPackageSubject': '#/components/schemas/microsoft.graph.accessPackageSubject'
'#microsoft.graph.accessReviewHistoryDefinition': '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition'
'#microsoft.graph.accessReviewHistoryInstance': '#/components/schemas/microsoft.graph.accessReviewHistoryInstance'
'#microsoft.graph.accessReviewInstance': '#/components/schemas/microsoft.graph.accessReviewInstance'
'#microsoft.graph.accessReviewInstanceDecisionItem': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem'
'#microsoft.graph.accessReviewReviewer': '#/components/schemas/microsoft.graph.accessReviewReviewer'
'#microsoft.graph.accessReviewScheduleDefinition': '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition'
'#microsoft.graph.accessReviewSet': '#/components/schemas/microsoft.graph.accessReviewSet'
'#microsoft.graph.accessReviewStage': '#/components/schemas/microsoft.graph.accessReviewStage'
'#microsoft.graph.activitiesContainer': '#/components/schemas/microsoft.graph.activitiesContainer'
'#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem'
'#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy'
'#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps'
'#microsoft.graph.adminReportSettings': '#/components/schemas/microsoft.graph.adminReportSettings'
'#microsoft.graph.agreement': '#/components/schemas/microsoft.graph.agreement'
'#microsoft.graph.agreementAcceptance': '#/components/schemas/microsoft.graph.agreementAcceptance'
'#microsoft.graph.agreementFileProperties': '#/components/schemas/microsoft.graph.agreementFileProperties'
'#microsoft.graph.agreementFile': '#/components/schemas/microsoft.graph.agreementFile'
'#microsoft.graph.agreementFileLocalization': '#/components/schemas/microsoft.graph.agreementFileLocalization'
'#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion'
'#microsoft.graph.aiInteraction': '#/components/schemas/microsoft.graph.aiInteraction'
'#microsoft.graph.aiInteractionHistory': '#/components/schemas/microsoft.graph.aiInteractionHistory'
'#microsoft.graph.aiUser': '#/components/schemas/microsoft.graph.aiUser'
'#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert'
'#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue'
'#microsoft.graph.appCatalogs': '#/components/schemas/microsoft.graph.appCatalogs'
'#microsoft.graph.appConsentApprovalRoute': '#/components/schemas/microsoft.graph.appConsentApprovalRoute'
'#microsoft.graph.appConsentRequest': '#/components/schemas/microsoft.graph.appConsentRequest'
'#microsoft.graph.applePushNotificationCertificate': '#/components/schemas/microsoft.graph.applePushNotificationCertificate'
'#microsoft.graph.applicationTemplate': '#/components/schemas/microsoft.graph.applicationTemplate'
'#microsoft.graph.appLogCollectionRequest': '#/components/schemas/microsoft.graph.appLogCollectionRequest'
'#microsoft.graph.approval': '#/components/schemas/microsoft.graph.approval'
'#microsoft.graph.approvalStage': '#/components/schemas/microsoft.graph.approvalStage'
'#microsoft.graph.appScope': '#/components/schemas/microsoft.graph.appScope'
'#microsoft.graph.attachment': '#/components/schemas/microsoft.graph.attachment'
'#microsoft.graph.fileAttachment': '#/components/schemas/microsoft.graph.fileAttachment'
'#microsoft.graph.itemAttachment': '#/components/schemas/microsoft.graph.itemAttachment'
'#microsoft.graph.referenceAttachment': '#/components/schemas/microsoft.graph.referenceAttachment'
'#microsoft.graph.attachmentBase': '#/components/schemas/microsoft.graph.attachmentBase'
'#microsoft.graph.taskFileAttachment': '#/components/schemas/microsoft.graph.taskFileAttachment'
'#microsoft.graph.attachmentSession': '#/components/schemas/microsoft.graph.attachmentSession'
'#microsoft.graph.attackSimulationRoot': '#/components/schemas/microsoft.graph.attackSimulationRoot'
'#microsoft.graph.attendanceRecord': '#/components/schemas/microsoft.graph.attendanceRecord'
'#microsoft.graph.attributeMappingFunctionSchema': '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema'
'#microsoft.graph.attributeSet': '#/components/schemas/microsoft.graph.attributeSet'
'#microsoft.graph.audioRoutingGroup': '#/components/schemas/microsoft.graph.audioRoutingGroup'
'#microsoft.graph.auditEvent': '#/components/schemas/microsoft.graph.auditEvent'
'#microsoft.graph.auditLogRoot': '#/components/schemas/microsoft.graph.auditLogRoot'
'#microsoft.graph.authentication': '#/components/schemas/mic
# --- truncated at 32 KB (147 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-graph/refs/heads/main/openapi/microsoft-graph-auditlogs-provisioningobjectsummary-api-openapi.yml