SetupEntityAccess
Controls access settings for custom metadata types, objects, and system permissions.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the setup entity access record. | |
| ParentId | String | False |
Identifier of the parent record, such as a permission set or profile, that grants access. | |
| SetupEntityId | String | False |
Identifier of the setup entity being granted access, such as an Apex class or custom setting. | |
| SetupEntityType | String | True |
Type of the setup entity being referenced, such as ApexClass, CustomMetadata, or CustomSetting. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to the access record. |