File tree Expand file tree Collapse file tree 2 files changed +398
-70
lines changed
openapi-specs/prisma-airs Expand file tree Collapse file tree 2 files changed +398
-70
lines changed Original file line number Diff line number Diff line change 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
2826paths :
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
You can’t perform that action at this time.
0 commit comments