Skip to content

Commit

Permalink
Merge pull request #8603 from sriley0975/Authomize-Solution-v2
Browse files Browse the repository at this point in the history
Initial Branch from old Closed PR #7696
  • Loading branch information
v-atulyadav authored Nov 2, 2023
2 parents ca48610 + a3aa30f commit fa78ae1
Show file tree
Hide file tree
Showing 52 changed files with 20,553 additions and 1 deletion.
126 changes: 126 additions & 0 deletions .script/tests/KqlvalidationsTests/CustomTables/Authomize_v2_CL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"Name": "Authomize_v2_CL",
"Properties": [
{
"name": "TimeGenerated",
"type": "Datetime"
},
{
"Name": "app_s",
"Type": "String"
},
{
"Name": "assigneeId_s",
"Type": "String"
},
{
"Name": "availability_Value_d",
"Type": "Real"
},
{
"Name": "Category",
"Type": "String"
},
{
"Name": "compliance_s",
"Type": "String"
},
{
"Name": "createdAt_t",
"Type": "Datetime"
},
{
"Name": "critical_Threshold_d",
"Type": "Real"
},
{
"Name": "description_s",
"Type": "String"
},
{
"Name": "duration_d",
"Type": "Real"
},
{
"Name": "entities_s",
"Type": "String"
},
{
"Name": "ID_g",
"Type": "Guid"
},
{
"Name": "id_s",
"Type": "String"
},
{
"Name": "IsActive_s",
"Type": "String"
},
{
"Name": "isResolved_b",
"Type": "Boolean"
},
{
"Name": "measurement_Name_s",
"Type": "String"
},
{
"Name": "performance_Value_d",
"Type": "Real"
},
{
"Name": "policy_id_s",
"Type": "String"
},
{
"Name": "policy_name_s",
"Type": "String"
},
{
"Name": "policy_templateId_s",
"Type": "String"
},
{
"Name": "policyId_s",
"Type": "String"
},
{
"Name": "recommendation_s",
"Type": "String"
},
{
"Name": "severity_s",
"Type": "String"
},
{
"Name": "slot_ID_d",
"Type": "Real"
},
{
"Name": "status_s",
"Type": "String"
},
{
"Name": "tactics_s",
"Type": "String"
},
{
"Name": "techniques_s",
"Type": "String"
},
{
"Name": "updatedAt_t",
"Type": "Datetime"
},
{
"Name": "url_s",
"Type": "String"
},
{
"Name": "warning_Threshold_d",
"Type": "Real"
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"DynatraceAttacks",
"DynatraceAuditLogs",
"DynatraceProblems",
"Authomize",
"MicrosoftDefenderThreatIntelligence",
"ZeroFox_Alert_Polling",
"CortexXDR",
Expand Down
12 changes: 12 additions & 0 deletions Logos/Authomize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa78ae1

Please sign in to comment.