Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy

Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy. 3 operations. Lead operation: Microsoft Graph Get authenticationFlowsPolicy. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphpolicies.authenticationFlowsPolicy

What You Can Do

GET
Policiesgetauthenticationflowspolicy — Microsoft Graph Get authenticationFlowsPolicy
/v1/policies/authenticationflowspolicy
PATCH
Policiesupdateauthenticationflowspolicy — Microsoft Graph Update authenticationFlowsPolicy
/v1/policies/authenticationflowspolicy
DELETE
Policiesdeleteauthenticationflowspolicy — Microsoft Graph Delete navigation property authenticationFlowsPolicy for policies
/v1/policies/authenticationflowspolicy

MCP Tools

microsoft-graph-get-authenticationflowspolicy

Microsoft Graph Get authenticationFlowsPolicy

read-only idempotent
microsoft-graph-update-authenticationflowspolicy

Microsoft Graph Update authenticationFlowsPolicy

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property authenticationFlowsPolicy for policies

idempotent

Capability Spec

microsoft-graph-policies-authenticationflowspolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy. 3 operations.
    Lead operation: Microsoft Graph Get authenticationFlowsPolicy. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - policies.authenticationFlowsPolicy
  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-policies-authenticationflowspolicy
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy business
      capability. Self-contained, no shared references.
    resources:
    - name: policies-authenticationFlowsPolicy
      path: /policies/authenticationFlowsPolicy
      operations:
      - name: policiesgetauthenticationflowspolicy
        method: GET
        description: Microsoft Graph Get authenticationFlowsPolicy
        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: policiesupdateauthenticationflowspolicy
        method: PATCH
        description: Microsoft Graph Update authenticationFlowsPolicy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: policiesdeleteauthenticationflowspolicy
        method: DELETE
        description: Microsoft Graph Delete navigation property authenticationFlowsPolicy for policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-policies-authenticationflowspolicy-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/policies/authenticationflowspolicy
      name: policies-authenticationflowspolicy
      description: REST surface for policies-authenticationFlowsPolicy.
      operations:
      - method: GET
        name: policiesgetauthenticationflowspolicy
        description: Microsoft Graph Get authenticationFlowsPolicy
        call: microsoft-graph-policies-authenticationflowspolicy.policiesgetauthenticationflowspolicy
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: policiesupdateauthenticationflowspolicy
        description: Microsoft Graph Update authenticationFlowsPolicy
        call: microsoft-graph-policies-authenticationflowspolicy.policiesupdateauthenticationflowspolicy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: policiesdeleteauthenticationflowspolicy
        description: Microsoft Graph Delete navigation property authenticationFlowsPolicy for policies
        call: microsoft-graph-policies-authenticationflowspolicy.policiesdeleteauthenticationflowspolicy
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-policies-authenticationflowspolicy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — policies.authenticationFlowsPolicy.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-authenticationflowspolicy
      description: Microsoft Graph Get authenticationFlowsPolicy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-policies-authenticationflowspolicy.policiesgetauthenticationflowspolicy
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-authenticationflowspolicy
      description: Microsoft Graph Update authenticationFlowsPolicy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-policies-authenticationflowspolicy.policiesupdateauthenticationflowspolicy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property authenticationFlowsPolicy for policies
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-policies-authenticationflowspolicy.policiesdeleteauthenticationflowspolicy
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.