Skip to main content

Get All Permission Groups

GET 

/authz/v1/permission_group

Returns the list of all existing Default and Custom Permission Groups.

Request

Query Parameters

    includeAssociatedRoles boolean

    To include associated roles in the response

    includeFeatures boolean

    To include permitted features in the response

Responses

Successful operation

Schema
  • Array [
  • name string

    Permission Group Name

    description string

    Permission Group Description

    type string

    Possible values: [Default, Custom]

    Permission Group Type

    lastModifiedBy string
    lastModifiedTs int64
    associatedRoles object

    Map of associated role Ids and Names

    property name* object

    Map of associated role Ids and Names

    features object

    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.

    acceptAccountGroups boolean

    acceptAccountGroups

    acceptResourceLists boolean

    acceptResourceLists

    acceptCodeRepositories boolean

    acceptCodeRepositories

    custom boolean

    Boolean value signifying whether this is a custom (i.e. user-defined) permission group. Is set to true if the attribute value of permissionGroupType is set to CUSTOM

    id string

    Permission Group ID

  • ]
Loading...