Newer Version Available

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

PermissionSetGroupComponent (Pilot)

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.

We provide this feature to selected customers through a pilot program that requires agreement to specific terms and conditions. To be nominated to participate in the program, contact Salesforce. Because pilot programs are subject to change, we can’t guarantee acceptance. This pilot feature isn’t generally available, as referenced in this document or in press releases or public statements. 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 features.

Note

Supported Calls

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

Supported REST HTTP Methods

Query, GET, POST, PATCH, DELETE

Fields

Field Name Details
IsDeleted
Type
boolean
Properties
Create, Filter, Group, Sort
Description
Indicates if the permission set group component is deleted (true) or not (false).
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.