Update the Permission Group
PUT/authz/v1/permission_group/:id
Updates the parameters of an existing Permission Group.
Request
Path Parameters
id stringrequired
Permission Group ID
- 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
- 204
- 4XX
Successful operation
Client error
Response Headers
x-redlock-status string
error description
Loading...