Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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.