Skip to content

Commit

Permalink
This is for the GA version of the Netskope CCP Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellgulledge2 committed Feb 7, 2025
1 parent 55e38c1 commit 71cc9ea
Show file tree
Hide file tree
Showing 24 changed files with 20,288 additions and 5,332 deletions.
809 changes: 809 additions & 0 deletions .script/tests/KqlvalidationsTests/CustomTables/NetskopeAlerts_CL.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"Name": "NetskopeEventsAudit_CL",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "audit_log_event",
"Type": "string"
},
{
"Name": "ccl",
"Type": "string"
},
{
"Name": "count_i",
"Type": "int"
},
{
"Name": "organization_unit",
"Type": "string"
},
{
"Name": "sAMAccountName",
"Type": "string"
},
{
"Name": "severity_level",
"Type": "int"
},
{
"Name": "supporting_data",
"Type": "dynamic"
},
{
"Name": "timestamp",
"Type": "int"
},
{
"Name": "type_s",
"Type": "string"
},
{
"Name": "ur_normalized",
"Type": "string"
},
{
"Name": "user",
"Type": "string"
},
{
"Name": "userPrincipalName",
"Type": "string"
}
]
}
Loading

0 comments on commit 71cc9ea

Please sign in to comment.