Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification

Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification. 6 operations. Lead operation: Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphservicePrincipals.delegatedPermissionClassification

What You Can Do

GET
Serviceprincipalslistdelegatedpermissionclassifications — Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications
POST
Serviceprincipalscreatedelegatedpermissionclassifications — Microsoft Graph Create delegatedPermissionClassification
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications
GET
Serviceprincipalsdelegatedpermissionclassificationsgetcount31f9 — Microsoft Graph Get the number of the resource
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/count
GET
Serviceprincipalsgetdelegatedpermissionclassifications — Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/{delegatedpermissionclassification-id}
PATCH
Serviceprincipalsupdatedelegatedpermissionclassifications — Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/{delegatedpermissionclassification-id}
DELETE
Serviceprincipalsdeletedelegatedpermissionclassifications — Microsoft Graph Delete delegatedPermissionClassification
/v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/{delegatedpermissionclassification-id}

MCP Tools

microsoft-graph-list-delegatedpermissionclassifications-collection

Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal

read-only idempotent
microsoft-graph-create-delegatedpermissionclassification

Microsoft Graph Create delegatedPermissionClassification

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-delegatedpermissionclassifications-serviceprincipals

Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals

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

Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals

idempotent
microsoft-graph-delete-delegatedpermissionclassification

Microsoft Graph Delete delegatedPermissionClassification

idempotent

Capability Spec

microsoft-graph-serviceprincipals-delegatedpermissionclassification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification.
    6 operations. Lead operation: Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - servicePrincipals.delegatedPermissionClassification
  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-serviceprincipals-delegatedpermissionclassification
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification
      business capability. Self-contained, no shared references.
    resources:
    - name: servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications
      path: /servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications
      operations:
      - name: serviceprincipalslistdelegatedpermissionclassifications
        method: GET
        description: Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal
        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: serviceprincipalscreatedelegatedpermissionclassifications
        method: POST
        description: Microsoft Graph Create delegatedPermissionClassification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications-$count
      path: /servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count
      operations:
      - name: serviceprincipalsdelegatedpermissionclassificationsgetcount31f9
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications-delegat
      path: /servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}
      operations:
      - name: serviceprincipalsgetdelegatedpermissionclassifications
        method: GET
        description: Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals
        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: serviceprincipalsupdatedelegatedpermissionclassifications
        method: PATCH
        description: Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: serviceprincipalsdeletedelegatedpermissionclassifications
        method: DELETE
        description: Microsoft Graph Delete delegatedPermissionClassification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-serviceprincipals-delegatedpermissionclassification-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications
      name: serviceprincipals-serviceprincipal-id-delegatedpermissionclassifications
      description: REST surface for servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications.
      operations:
      - method: GET
        name: serviceprincipalslistdelegatedpermissionclassifications
        description: Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalslistdelegatedpermissionclassifications
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: serviceprincipalscreatedelegatedpermissionclassifications
        description: Microsoft Graph Create delegatedPermissionClassification
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalscreatedelegatedpermissionclassifications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/count
      name: serviceprincipals-serviceprincipal-id-delegatedpermissionclassifications-count
      description: REST surface for servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications-$count.
      operations:
      - method: GET
        name: serviceprincipalsdelegatedpermissionclassificationsgetcount31f9
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsdelegatedpermissionclassificationsgetcount31f9
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/serviceprincipals/{serviceprincipal-id}/delegatedpermissionclassifications/{delegatedpermissionclassification-id}
      name: serviceprincipals-serviceprincipal-id-delegatedpermissionclassifications-delegat
      description: REST surface for servicePrincipals-servicePrincipal-id-delegatedPermissionClassifications-delegat.
      operations:
      - method: GET
        name: serviceprincipalsgetdelegatedpermissionclassifications
        description: Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsgetdelegatedpermissionclassifications
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: serviceprincipalsupdatedelegatedpermissionclassifications
        description: Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsupdatedelegatedpermissionclassifications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: serviceprincipalsdeletedelegatedpermissionclassifications
        description: Microsoft Graph Delete delegatedPermissionClassification
        call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsdeletedelegatedpermissionclassifications
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-serviceprincipals-delegatedpermissionclassification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — servicePrincipals.delegatedPermissionClassification.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-delegatedpermissionclassifications-collection
      description: Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalslistdelegatedpermissionclassifications
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-delegatedpermissionclassification
      description: Microsoft Graph Create delegatedPermissionClassification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalscreatedelegatedpermissionclassifications
      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-serviceprincipals-delegatedpermissionclassification.serviceprincipalsdelegatedpermissionclassificationsgetcount31f9
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-delegatedpermissionclassifications-serviceprincipals
      description: Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsgetdelegatedpermissionclassifications
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsupdatedelegatedpermissionclassifications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-delegatedpermissionclassification
      description: Microsoft Graph Delete delegatedPermissionClassification
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-serviceprincipals-delegatedpermissionclassification.serviceprincipalsdeletedelegatedpermissionclassifications
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.