-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy pathPingOneAuditLogs_Table.json
More file actions
35 lines (35 loc) · 1.39 KB
/
PingOneAuditLogs_Table.json
File metadata and controls
35 lines (35 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"name": "PingOne_AuditActivitiesV2_CL",
"type": "Microsoft.OperationalInsights/workspaces/tables",
"apiVersion": "2025-02-01",
"properties": {
"schema": {
"name": "PingOne_AuditActivitiesV2_CL",
"columns": [
{ "name": "Id", "type": "string" },
{ "name": "CorrelationId", "type": "string" },
{ "name": "RecordedAt", "type": "datetime" },
{ "name": "CreatedAt", "type": "datetime" },
{ "name": "InternalCorrelationSessionId", "type": "string" },
{ "name": "ClientId", "type": "string" },
{ "name": "ClientName", "type": "string" },
{ "name": "ClientType", "type": "string" },
{ "name": "UserId", "type": "string" },
{ "name": "UserName", "type": "string" },
{ "name": "UserEnvironmentId", "type": "string" },
{ "name": "UserPopulationId", "type": "string" },
{ "name": "UserType", "type": "string" },
{ "name": "SourceUserAgent", "type": "string" },
{ "name": "SourceIpAddress", "type": "string" },
{ "name": "ActionType", "type": "string" },
{ "name": "ActionDescription", "type": "string" },
{ "name": "Resources", "type": "dynamic" },
{ "name": "ResultStatus", "type": "string" },
{ "name": "ResultDescription", "type": "string" },
{ "name": "TimeGenerated", "type": "datetime"}
]
}
}
}
]