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 all active features
Returns a list of Prisma Cloud features that can be added to Custom Permission Groups
📄️ Get an existing Permission Group by ID
Queries a list of existing permission groups by ID and returns a specific permission group that matches the Permission Group ID.
📄️ Update an existing Permission Group
Updates the parameters of an existing permission group.
📄️ Delete an existing Permission Group by ID
Deletes the default or custom permission group with the specified ID.
📄️ Get all existing Permission Groups
Returns a list of all existing Permission Groups.
📄️ Add new Custom 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.