Skip to main content

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

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...