Skip to content

Commit 185033e

Browse files
authored
Merge pull request #1030 from sarette/Prisma-AIRS-updates-scan-mgmt
Added updates for Scan and Management APIs
2 parents 7631355 + 6be0514 commit 185033e

File tree

2 files changed

+398
-70
lines changed

2 files changed

+398
-70
lines changed

openapi-specs/prisma-airs/management/Managementservice.yaml renamed to openapi-specs/prisma-airs/management/mgmt_service_docs.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ tags:
2323
description: Operations related to OAuth tokens
2424
- name: Custom Topic
2525
description: Operations related to custom topic management
26-
- name: AI Security Policy
27-
description: Operations related to AI security policy management
2826
paths:
2927
/v1/mgmt/apikey:
3028
post:
@@ -974,7 +972,9 @@ components:
974972
type: string
975973
format: date-time
976974
description: API Key creation timestamp
977-
975+
customer_appId:
976+
type: string
977+
description: Customer appId associated with the key
978978
required:
979979
- api_key_id
980980
- api_key_last8
@@ -990,9 +990,6 @@ components:
990990
auth_code:
991991
type: string
992992
description: Auth Code Associated with deployment profile
993-
customer_appId:
994-
type: string
995-
description: Customer Application ID
996993
cust_app:
997994
type: string
998995
description: Customer app under deployment profile
@@ -1005,10 +1002,6 @@ components:
10051002
cust_ai_agent_framework:
10061003
type: string
10071004
description: Customer App AI Agent Framework
1008-
expiration:
1009-
type: string
1010-
format: date-time
1011-
description: Api Key Expiration Time Stamp
10121005
revoked:
10131006
type: boolean
10141007
description: Revoke the current API key
@@ -1025,10 +1018,6 @@ components:
10251018
rotation_time_unit:
10261019
type: string
10271020
description: Api Key Rotation time unit
1028-
creation_ts:
1029-
type: string
1030-
format: date-time
1031-
description: Api Key Created Time Stamp
10321021
required:
10331022
- auth_code
10341023
- revoked

0 commit comments

Comments
 (0)