Palo Alto Networks · Capability

Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management

Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management. 2 operations. Lead operation: Palo Alto Networks Associate Policy Groups to Selected Tenant Group. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksPolicy Group to Tenant Group Management

What You Can Do

POST
Addtenantgrouppolicygroupmapping — Palo Alto Networks Associate Policy Groups to Selected Tenant Group
/v1/api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping
DELETE
Deletetenantgrouppolicygroupmapping — Palo Alto Networks Delete an Association of Policy Group from Tenant Group
/v1/api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping/{mapping-id}

MCP Tools

palo-alto-networks-associate-policy

Palo Alto Networks Associate Policy Groups to Selected Tenant Group

palo-alto-networks-delete-association

Palo Alto Networks Delete an Association of Policy Group from Tenant Group

idempotent

Capability Spec

palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management'
  description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management. 2 operations.
    Lead operation: Palo Alto Networks Associate Policy Groups to Selected Tenant Group. Self-contained Naftiko capability
    covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Policy Group to Tenant Group Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management
    baseUri: https://mssp-api.prismacloud.io
    description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management business
      capability. Self-contained, no shared references.'
    resources:
    - name: api-v1-mssp-mssp-id-tenant-group-policy-group-mapping
      path: /api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping
      operations:
      - name: addtenantgrouppolicygroupmapping
        method: POST
        description: Palo Alto Networks Associate Policy Groups to Selected Tenant Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mssp-id
          in: path
          type: string
          description: the mssp the tenant group belongs to
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-mssp-mssp-id-tenant-group-policy-group-mapping-mapping-id
      path: /api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping/{mapping-id}
      operations:
      - name: deletetenantgrouppolicygroupmapping
        method: DELETE
        description: Palo Alto Networks Delete an Association of Policy Group from Tenant Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mapping-id
          in: path
          type: string
          description: the id of the policy group to tenant group mapping. You can get this from tenantGroups[x].id of the
            policy group response.
          required: true
        - name: mssp-id
          in: path
          type: string
          description: the mssp the policy group belongs to
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management-rest
    port: 8080
    description: 'REST adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping
      name: api-v1-mssp-mssp-id-tenant-group-policy-group-mapping
      description: REST surface for api-v1-mssp-mssp-id-tenant-group-policy-group-mapping.
      operations:
      - method: POST
        name: addtenantgrouppolicygroupmapping
        description: Palo Alto Networks Associate Policy Groups to Selected Tenant Group
        call: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management.addtenantgrouppolicygroupmapping
        with:
          mssp-id: rest.mssp-id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/mssp/{mssp-id}/tenant-group-policy-group-mapping/{mapping-id}
      name: api-v1-mssp-mssp-id-tenant-group-policy-group-mapping-mapping-id
      description: REST surface for api-v1-mssp-mssp-id-tenant-group-policy-group-mapping-mapping-id.
      operations:
      - method: DELETE
        name: deletetenantgrouppolicygroupmapping
        description: Palo Alto Networks Delete an Association of Policy Group from Tenant Group
        call: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management.deletetenantgrouppolicygroupmapping
        with:
          mapping-id: rest.mapping-id
          mssp-id: rest.mssp-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Policy Group to Tenant Group Management.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: palo-alto-networks-associate-policy
      description: Palo Alto Networks Associate Policy Groups to Selected Tenant Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management.addtenantgrouppolicygroupmapping
      with:
        mssp-id: tools.mssp-id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-association
      description: Palo Alto Networks Delete an Association of Policy Group from Tenant Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-prisma-cloud-mssp-policy-group-to-tenant-group-management.deletetenantgrouppolicygroupmapping
      with:
        mapping-id: tools.mapping-id
        mssp-id: tools.mssp-id
      outputParameters:
      - type: object
        mapping: $.