-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathad_export_sample.jsonl
More file actions
12 lines (12 loc) · 4.13 KB
/
ad_export_sample.jsonl
File metadata and controls
12 lines (12 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
{"id": "ad_user:a1b2c3d4-e5f6-7890-abcd-ef1234567890", "type": "ad_user", "attributes": {"sAMAccountName": "jdoe", "mail": "john.doe@example.com", "displayName": "John Doe", "userPrincipalName": "jdoe@example.com", "cn": "John Doe", "description": "Software Engineer", "distinguishedName": "CN=John Doe,OU=Engineering,OU=Employees,DC=example,DC=com", "ou_path": ["Employees", "Engineering"]}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"}}
{"id": "ad_user:b2c3d4e5-f6a7-8901-bcde-f12345678901", "type": "ad_user", "attributes": {"sAMAccountName": "asmith", "mail": "alice.smith@example.com", "displayName": "Alice Smith", "userPrincipalName": "asmith@example.com", "cn": "Alice Smith", "description": "Senior Engineer", "distinguishedName": "CN=Alice Smith,OU=Engineering,OU=Employees,DC=example,DC=com", "ou_path": ["Employees", "Engineering"]}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "b2c3d4e5-f6a7-8901-bcde-f12345678901"}}
{"id": "ad_group:c3d4e5f6-a7b8-9012-cdef-123456789012", "type": "ad_group", "attributes": {"sAMAccountName": "Engineering-Team", "cn": "Engineering Team", "description": "Engineering department group", "distinguishedName": "CN=Engineering Team,OU=Groups,DC=example,DC=com", "ou_path": ["Groups"]}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "c3d4e5f6-a7b8-9012-cdef-123456789012"}}
{"id": "ad_group:d4e5f6a7-b8c9-0123-def1-234567890123", "type": "ad_group", "attributes": {"sAMAccountName": "Data-Admins", "cn": "Data Administrators", "description": "Database administrators with full data access", "distinguishedName": "CN=Data Administrators,OU=Groups,DC=example,DC=com", "ou_path": ["Groups"]}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "d4e5f6a7-b8c9-0123-def1-234567890123"}}
{"id": "ad_ou:e5f6a7b8-c9d0-1234-ef12-345678901234", "type": "ad_ou", "attributes": {"ou": "Engineering", "description": "Engineering department", "distinguishedName": "OU=Engineering,OU=Employees,DC=example,DC=com"}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "e5f6a7b8-c9d0-1234-ef12-345678901234"}}
{"id": "ad_ou:f6a7b8c9-d0e1-2345-f123-456789012345", "type": "ad_ou", "attributes": {"ou": "Employees", "description": "All employees", "distinguishedName": "OU=Employees,DC=example,DC=com"}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000", "guid": "f6a7b8c9-d0e1-2345-f123-456789012345"}}
{"id": "edge:a1b2c3d4e5f6a7b8", "type": "MEMBER_OF", "source": "ad_user:a1b2c3d4-e5f6-7890-abcd-ef1234567890", "target": "ad_group:c3d4e5f6-a7b8-9012-cdef-123456789012", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}
{"id": "edge:b2c3d4e5f6a7b8c9", "type": "MEMBER_OF", "source": "ad_user:b2c3d4e5-f6a7-8901-bcde-f12345678901", "target": "ad_group:c3d4e5f6-a7b8-9012-cdef-123456789012", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}
{"id": "edge:c3d4e5f6a7b8c9d0", "type": "MEMBER_OF", "source": "ad_user:b2c3d4e5-f6a7-8901-bcde-f12345678901", "target": "ad_group:d4e5f6a7-b8c9-0123-def1-234567890123", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}
{"id": "edge:d4e5f6a7b8c9d0e1", "type": "IN_OU", "source": "ad_user:a1b2c3d4-e5f6-7890-abcd-ef1234567890", "target": "ad_ou:e5f6a7b8-c9d0-1234-ef12-345678901234", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}
{"id": "edge:e5f6a7b8c9d0e1f2", "type": "IN_OU", "source": "ad_user:b2c3d4e5-f6a7-8901-bcde-f12345678901", "target": "ad_ou:e5f6a7b8-c9d0-1234-ef12-345678901234", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}
{"id": "edge:f6a7b8c9d0e1f2a3", "type": "CHILD_OF", "source": "ad_ou:e5f6a7b8-c9d0-1234-ef12-345678901234", "target": "ad_ou:f6a7b8c9-d0e1-2345-f123-456789012345", "attributes": {}, "metadata": {"source": "ldap_export", "export_time": "2026-02-18T20:00:00.000000"}}