Need KQL Query to logs for Entities , Sentinel ID, Created Date
Created Date Sentinel ID Entities Last Updated User Assigned information
You can refer to SecurityEvent that contains the columns list of SecurityEvent Table, from there you can select the columns from the table within the query.
Use project command of KQL:
SecurityEvent
| project TimeGenerated, CreatedDate, ResourceID