PermissionSetAssignment
Assigns permission sets to users, extending their security and access beyond standard profiles.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the permission set assignment record. | |
| PermissionSetId | String | False |
Identifier of the permission set that is being assigned to the user or entity. | |
| AssigneeId | String | False |
User.Id |
Identifier of the user or entity to whom the permission set is assigned. |
| SystemModstamp | Datetime | True |
Timestamp indicating when the assignment was created or last modified in the system. |