Newer Version Available

This content describes an older version of this product. View Latest

PermissionSetGroupComponent

A junction object that relates the PermissionSetGroup and PermissionSet objects via their respective IDs; enables permission set group recalculation to determine the aggregated permissions for the group. Available in Tooling API version 45.0 and later.

Supported Calls

create(), delete(), describeSObject() , query(), retrieve()

Supported REST HTTP Methods

Query, GET, POST, PATCH, DELETE

Special Access Rules

As of Spring ’20 and later, only users with the View Setup and Configuration permission can access this object.

Fields

Field Name Details
PermissionSet
Type
sObject
Properties
Create, Filter, Group, Sort
Description
The permission set containing the permission set component.
PermissionSetGroup
Type
PermissionSetGroup
Properties
Create, Filter, Group, Sort
Description
The name of the permission set group.
PermissionSetGroupId
Type
ID
Properties
Create, Filter, Group, Sort
Description
The ID of the permission set group containing the permission set component.
PermissionSetId
Type
ID
Properties
Create, Filter, Group, Sort
Description
The ID of the permission set.

Usage

Use the PermissionSetGroupComponent object to add members to or delete members from a permission set group, or to query for group members.