{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "special_access_rules", "wsdl_segment" ], "title": "PermissionSetGroupComponent - Tooling API", "description": "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_soap_calls": "`create()`, `delete()`, `describeSObject()`, `query()`, `retrieve()`", "supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`", "fields_columns": [ "type", "properties", "description" ], "fields": { "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." } }, "special_access_rules": "As of Spring ’20 and later, only users with the View Setup and Configuration permission can access this object.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }