PermissionSetLicenseAssign
Manages the assignment of permission set licenses to specific users.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the permission set license assignment record. | |
| IsDeleted | Boolean | True |
Indicates whether the permission set license assignment has been deleted. | |
| CreatedDate | Datetime | True |
Date and time when the license assignment record was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the license assignment record. |
| LastModifiedDate | Datetime | True |
Date and time when the license assignment record was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the license assignment record. |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the most recent change to the record. | |
| PermissionSetLicenseId | String | False |
Identifier of the permission set license being assigned to the user. | |
| AssigneeId | String | False |
User.Id |
Identifier of the user receiving the permission set license assignment. |