Permission Groups
Permission groups enable you to restrict access to one or more features available on the Prisma Cloud administrative console. Permission group APIs allow you to retrieve, update or delete one or more existing permissions groups. You can also use these APIs to create a custom permission group and then you must attach it to a role and assign the role to a user.
📄️ Get Permission Group by ID
Queries existing Permission Groups by ID and returns a specific permission group that matches the Permission Group ID
📄️ Update the Permission Group
Updates the parameters of an existing Permission Group.
📄️ Delete a Permission Group by ID
Deletes an existing permission group based on the permissionGroupId
📄️ Get All Permission Groups
Returns the list of all existing Default and Custom Permission Groups.
📄️ Add a 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.
📄️ Get All Active Features
Returns the list of Prisma Cloud features that can be added to Custom Permission Groups