Skip to main content

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

Body

required
    name stringrequired

    Permission Group Name

    description string

    Permission Group Description

    features object[]required

    List of Prisma Cloud Features

  • Array [
  • 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

Successful operation

Loading...