Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot

Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot. 9 operations. Lead operation: Microsoft Graph Get triggerTypes from security. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsecurity.triggerTypesRoot

What You Can Do

GET
Securitygettriggertypes — Microsoft Graph Get triggerTypes from security
/v1/security/triggertypes
PATCH
Securityupdatetriggertypes — Microsoft Graph Update the navigation property triggerTypes in security
/v1/security/triggertypes
DELETE
Securitydeletetriggertypes — Microsoft Graph Delete navigation property triggerTypes for security
/v1/security/triggertypes
GET
Securitytriggertypeslistretentioneventtypes — Microsoft Graph List retentionEventTypes
/v1/security/triggertypes/retentioneventtypes
POST
Securitytriggertypescreateretentioneventtypes — Microsoft Graph Create retentionEventType
/v1/security/triggertypes/retentioneventtypes
GET
Securitytriggertypesretentioneventtypesgetcounte3fe — Microsoft Graph Get the number of the resource
/v1/security/triggertypes/retentioneventtypes/count
GET
Securitytriggertypesgetretentioneventtypes — Microsoft Graph Get retentionEventType
/v1/security/triggertypes/retentioneventtypes/{retentioneventtype-id}
PATCH
Securitytriggertypesupdateretentioneventtypes — Microsoft Graph Update the navigation property retentionEventTypes in security
/v1/security/triggertypes/retentioneventtypes/{retentioneventtype-id}
DELETE
Securitytriggertypesdeleteretentioneventtypes — Microsoft Graph Delete retentionEventType
/v1/security/triggertypes/retentioneventtypes/{retentioneventtype-id}

MCP Tools

microsoft-graph-get-triggertypes-security

Microsoft Graph Get triggerTypes from security

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

Microsoft Graph Update the navigation property triggerTypes in security

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property triggerTypes for security

idempotent
microsoft-graph-list-retentioneventtypes

Microsoft Graph List retentionEventTypes

read-only idempotent
microsoft-graph-create-retentioneventtype

Microsoft Graph Create retentionEventType

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-retentioneventtype

Microsoft Graph Get retentionEventType

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

Microsoft Graph Update the navigation property retentionEventTypes in security

idempotent
microsoft-graph-delete-retentioneventtype

Microsoft Graph Delete retentionEventType

idempotent

Capability Spec

microsoft-graph-security-triggertypesroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot. 9 operations. Lead
    operation: Microsoft Graph Get triggerTypes from security. Self-contained Naftiko capability covering one Microsoft Graph
    business surface.'
  tags:
  - Microsoft Graph
  - security.triggerTypesRoot
  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-security-triggertypesroot
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot business capability.
      Self-contained, no shared references.
    resources:
    - name: security-triggerTypes
      path: /security/triggerTypes
      operations:
      - name: securitygettriggertypes
        method: GET
        description: Microsoft Graph Get triggerTypes from security
        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: securityupdatetriggertypes
        method: PATCH
        description: Microsoft Graph Update the navigation property triggerTypes in security
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: securitydeletetriggertypes
        method: DELETE
        description: Microsoft Graph Delete navigation property triggerTypes for security
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: security-triggerTypes-retentionEventTypes
      path: /security/triggerTypes/retentionEventTypes
      operations:
      - name: securitytriggertypeslistretentioneventtypes
        method: GET
        description: Microsoft Graph List retentionEventTypes
        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: securitytriggertypescreateretentioneventtypes
        method: POST
        description: Microsoft Graph Create retentionEventType
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: security-triggerTypes-retentionEventTypes-$count
      path: /security/triggerTypes/retentionEventTypes/$count
      operations:
      - name: securitytriggertypesretentioneventtypesgetcounte3fe
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: security-triggerTypes-retentionEventTypes-retentionEventType-id
      path: /security/triggerTypes/retentionEventTypes/{retentionEventType-id}
      operations:
      - name: securitytriggertypesgetretentioneventtypes
        method: GET
        description: Microsoft Graph Get retentionEventType
        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: securitytriggertypesupdateretentioneventtypes
        method: PATCH
        description: Microsoft Graph Update the navigation property retentionEventTypes in security
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: securitytriggertypesdeleteretentioneventtypes
        method: DELETE
        description: Microsoft Graph Delete retentionEventType
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-security-triggertypesroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/security/triggertypes
      name: security-triggertypes
      description: REST surface for security-triggerTypes.
      operations:
      - method: GET
        name: securitygettriggertypes
        description: Microsoft Graph Get triggerTypes from security
        call: microsoft-graph-security-triggertypesroot.securitygettriggertypes
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: securityupdatetriggertypes
        description: Microsoft Graph Update the navigation property triggerTypes in security
        call: microsoft-graph-security-triggertypesroot.securityupdatetriggertypes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: securitydeletetriggertypes
        description: Microsoft Graph Delete navigation property triggerTypes for security
        call: microsoft-graph-security-triggertypesroot.securitydeletetriggertypes
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/security/triggertypes/retentioneventtypes
      name: security-triggertypes-retentioneventtypes
      description: REST surface for security-triggerTypes-retentionEventTypes.
      operations:
      - method: GET
        name: securitytriggertypeslistretentioneventtypes
        description: Microsoft Graph List retentionEventTypes
        call: microsoft-graph-security-triggertypesroot.securitytriggertypeslistretentioneventtypes
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: securitytriggertypescreateretentioneventtypes
        description: Microsoft Graph Create retentionEventType
        call: microsoft-graph-security-triggertypesroot.securitytriggertypescreateretentioneventtypes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/security/triggertypes/retentioneventtypes/count
      name: security-triggertypes-retentioneventtypes-count
      description: REST surface for security-triggerTypes-retentionEventTypes-$count.
      operations:
      - method: GET
        name: securitytriggertypesretentioneventtypesgetcounte3fe
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-security-triggertypesroot.securitytriggertypesretentioneventtypesgetcounte3fe
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/security/triggertypes/retentioneventtypes/{retentioneventtype-id}
      name: security-triggertypes-retentioneventtypes-retentioneventtype-id
      description: REST surface for security-triggerTypes-retentionEventTypes-retentionEventType-id.
      operations:
      - method: GET
        name: securitytriggertypesgetretentioneventtypes
        description: Microsoft Graph Get retentionEventType
        call: microsoft-graph-security-triggertypesroot.securitytriggertypesgetretentioneventtypes
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: securitytriggertypesupdateretentioneventtypes
        description: Microsoft Graph Update the navigation property retentionEventTypes in security
        call: microsoft-graph-security-triggertypesroot.securitytriggertypesupdateretentioneventtypes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: securitytriggertypesdeleteretentioneventtypes
        description: Microsoft Graph Delete retentionEventType
        call: microsoft-graph-security-triggertypesroot.securitytriggertypesdeleteretentioneventtypes
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-security-triggertypesroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — security.triggerTypesRoot.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-triggertypes-security
      description: Microsoft Graph Get triggerTypes from security
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitygettriggertypes
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property triggerTypes in security
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securityupdatetriggertypes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property triggerTypes for security
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitydeletetriggertypes
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-retentioneventtypes
      description: Microsoft Graph List retentionEventTypes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitytriggertypeslistretentioneventtypes
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-retentioneventtype
      description: Microsoft Graph Create retentionEventType
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-security-triggertypesroot.securitytriggertypescreateretentioneventtypes
      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-security-triggertypesroot.securitytriggertypesretentioneventtypesgetcounte3fe
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-retentioneventtype
      description: Microsoft Graph Get retentionEventType
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitytriggertypesgetretentioneventtypes
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property retentionEventTypes in security
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitytriggertypesupdateretentioneventtypes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-retentioneventtype
      description: Microsoft Graph Delete retentionEventType
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-security-triggertypesroot.securitytriggertypesdeleteretentioneventtypes
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.