Skip to main content

Get Permission Group by ID

GET 

/authz/v1/permission_group/:id

Queries existing Permission Groups by ID and returns a specific permission group that matches the Permission Group ID

Request

Path Parameters

    id stringrequired

    Permission Group ID

Query Parameters

    includeAssociatedRoles boolean

    To include associated roles in the response

Responses

Successful operation

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