Newer Version Available

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

PermissionSetGroupComponent (Beta)

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.

As a beta feature, PermissionSetGroupComponent is a preview and isn’t part of the “Services” under your master subscription agreement with Salesforce. Use this feature at your sole discretion, and make your purchase decisions only on the basis of generally available products and features. Salesforce doesn’t guarantee general availability of this feature within any particular time frame or at all, and we can discontinue it at any time. This feature is for evaluation purposes only, not for production use. It’s offered as is and isn’t supported, and Salesforce has no liability for any harm or damage arising out of or in connection with it. All restrictions, Salesforce reservation of rights, obligations concerning the Services, and terms for related Non-Salesforce Applications and Content apply equally to your use of this feature. You can provide feedback and suggestions for PermissionSetGroupComponent in the Trailblazer Community.

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.