Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary

Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary. 6 operations. Lead operation: Microsoft Graph List provisioningObjectSummary. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphauditLogs.provisioningObjectSummary

What You Can Do

GET
Auditlogslistprovisioning — Microsoft Graph List provisioningObjectSummary
/v1/auditlogs/provisioning
POST
Auditlogscreateprovisioning — Microsoft Graph Create new navigation property to provisioning for auditLogs
/v1/auditlogs/provisioning
GET
Auditlogsprovisioninggetcount2f99 — Microsoft Graph Get the number of the resource
/v1/auditlogs/provisioning/count
GET
Auditlogsgetprovisioning — Microsoft Graph Get provisioning from auditLogs
/v1/auditlogs/provisioning/{provisioningobjectsummary-id}
PATCH
Auditlogsupdateprovisioning — Microsoft Graph Update the navigation property provisioning in auditLogs
/v1/auditlogs/provisioning/{provisioningobjectsummary-id}
DELETE
Auditlogsdeleteprovisioning — Microsoft Graph Delete navigation property provisioning for auditLogs
/v1/auditlogs/provisioning/{provisioningobjectsummary-id}

MCP Tools

microsoft-graph-list-provisioningobjectsummary

Microsoft Graph List provisioningObjectSummary

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to provisioning for auditLogs

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-provisioning-auditlogs

Microsoft Graph Get provisioning from auditLogs

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property provisioning in auditLogs

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property provisioning for auditLogs

idempotent

Capability Spec

microsoft-graph-auditlogs-provisioningobjectsummary.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary. 6 operations.
    Lead operation: Microsoft Graph List provisioningObjectSummary. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - auditLogs.provisioningObjectSummary
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-auditlogs-provisioningobjectsummary
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary business
      capability. Self-contained, no shared references.
    resources:
    - name: auditLogs-provisioning
      path: /auditLogs/provisioning
      operations:
      - name: auditlogslistprovisioning
        method: GET
        description: Microsoft Graph List provisioningObjectSummary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: auditlogscreateprovisioning
        method: POST
        description: Microsoft Graph Create new navigation property to provisioning for auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: auditLogs-provisioning-$count
      path: /auditLogs/provisioning/$count
      operations:
      - name: auditlogsprovisioninggetcount2f99
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: auditLogs-provisioning-provisioningObjectSummary-id
      path: /auditLogs/provisioning/{provisioningObjectSummary-id}
      operations:
      - name: auditlogsgetprovisioning
        method: GET
        description: Microsoft Graph Get provisioning from auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: auditlogsupdateprovisioning
        method: PATCH
        description: Microsoft Graph Update the navigation property provisioning in auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: auditlogsdeleteprovisioning
        method: DELETE
        description: Microsoft Graph Delete navigation property provisioning for auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-auditlogs-provisioningobjectsummary-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/auditlogs/provisioning
      name: auditlogs-provisioning
      description: REST surface for auditLogs-provisioning.
      operations:
      - method: GET
        name: auditlogslistprovisioning
        description: Microsoft Graph List provisioningObjectSummary
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogslistprovisioning
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: auditlogscreateprovisioning
        description: Microsoft Graph Create new navigation property to provisioning for auditLogs
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogscreateprovisioning
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/provisioning/count
      name: auditlogs-provisioning-count
      description: REST surface for auditLogs-provisioning-$count.
      operations:
      - method: GET
        name: auditlogsprovisioninggetcount2f99
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsprovisioninggetcount2f99
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/provisioning/{provisioningobjectsummary-id}
      name: auditlogs-provisioning-provisioningobjectsummary-id
      description: REST surface for auditLogs-provisioning-provisioningObjectSummary-id.
      operations:
      - method: GET
        name: auditlogsgetprovisioning
        description: Microsoft Graph Get provisioning from auditLogs
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsgetprovisioning
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: auditlogsupdateprovisioning
        description: Microsoft Graph Update the navigation property provisioning in auditLogs
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsupdateprovisioning
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: auditlogsdeleteprovisioning
        description: Microsoft Graph Delete navigation property provisioning for auditLogs
        call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsdeleteprovisioning
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-auditlogs-provisioningobjectsummary-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.provisioningObjectSummary.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-provisioningobjectsummary
      description: Microsoft Graph List provisioningObjectSummary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogslistprovisioning
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to provisioning for auditLogs
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogscreateprovisioning
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsprovisioninggetcount2f99
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-provisioning-auditlogs
      description: Microsoft Graph Get provisioning from auditLogs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsgetprovisioning
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property provisioning in auditLogs
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsupdateprovisioning
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property provisioning for auditLogs
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-auditlogs-provisioningobjectsummary.auditlogsdeleteprovisioning
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.