Add a Permission Group
POST/authz/v1/permission_group
Creates a new custom permission group with granular permissions that restrict access to the Prisma Cloud administrative console. Values include name, optional description and selection of enabled features and functions.
Request
- application/json
Body
required
- Array [
- ]
name stringrequired
Permission Group Name
description string
Permission Group Description
features object[]required
List of Prisma Cloud Features
featureName stringrequired
Prisma Cloud Feature Name. Prisma Cloud feature names can be retreived from GET: /authz/v1/feature API Endpoint
operations objectrequired
A mapping of operations and a boolean value representing whether the privilege to perform the operation needs to be granted.
property name* object
A mapping of operations and a boolean value representing whether the privilege to perform the operation needs to be granted.
Responses
- 201
- 4XX
Successful operation
Client error
Response Headers
x-redlock-status string
error description
Loading...