Microsoft Graph · Capability

Microsoft Graph Identitygovernance — identityGovernance.identityGovernance

Microsoft Graph Identitygovernance — identityGovernance.identityGovernance. 2 operations. Lead operation: Microsoft Graph Get identityGovernance. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphidentityGovernance.identityGovernance

What You Can Do

GET
Identitygovernanceidentitygovernancegetidentitygovernance — Microsoft Graph Get identityGovernance
/v1/identitygovernance
PATCH
Identitygovernanceidentitygovernanceupdateidentitygovernance — Microsoft Graph Update identityGovernance
/v1/identitygovernance

MCP Tools

microsoft-graph-get-identitygovernance

Microsoft Graph Get identityGovernance

read-only idempotent
microsoft-graph-update-identitygovernance

Microsoft Graph Update identityGovernance

idempotent

Capability Spec

identitygovernance-identitygovernance-identitygovernance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Identitygovernance — identityGovernance.identityGovernance
  description: 'Microsoft Graph Identitygovernance — identityGovernance.identityGovernance. 2 operations. Lead operation:
    Microsoft Graph Get identityGovernance. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - identityGovernance.identityGovernance
  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: identitygovernance-identitygovernance-identitygovernance
    baseUri: ''
    description: Microsoft Graph Identitygovernance — identityGovernance.identityGovernance business capability. Self-contained,
      no shared references.
    resources:
    - name: identityGovernance
      path: /identityGovernance
      operations:
      - name: identitygovernanceidentitygovernancegetidentitygovernance
        method: GET
        description: Microsoft Graph Get identityGovernance
        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: identitygovernanceidentitygovernanceupdateidentitygovernance
        method: PATCH
        description: Microsoft Graph Update identityGovernance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: identitygovernance-identitygovernance-identitygovernance-rest
    port: 8080
    description: REST adapter for Microsoft Graph Identitygovernance — identityGovernance.identityGovernance. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identitygovernance
      name: identitygovernance
      description: REST surface for identityGovernance.
      operations:
      - method: GET
        name: identitygovernanceidentitygovernancegetidentitygovernance
        description: Microsoft Graph Get identityGovernance
        call: identitygovernance-identitygovernance-identitygovernance.identitygovernanceidentitygovernancegetidentitygovernance
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: identitygovernanceidentitygovernanceupdateidentitygovernance
        description: Microsoft Graph Update identityGovernance
        call: identitygovernance-identitygovernance-identitygovernance.identitygovernanceidentitygovernanceupdateidentitygovernance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: identitygovernance-identitygovernance-identitygovernance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Identitygovernance — identityGovernance.identityGovernance. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-identitygovernance
      description: Microsoft Graph Get identityGovernance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identitygovernance-identitygovernance-identitygovernance.identitygovernanceidentitygovernancegetidentitygovernance
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-identitygovernance
      description: Microsoft Graph Update identityGovernance
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: identitygovernance-identitygovernance-identitygovernance.identitygovernanceidentitygovernanceupdateidentitygovernance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.