From ad9477c398df78483720bd2c05b6b3a309001453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Sebasti=C3=A1n=20Can=C3=B3s?= Date: Fri, 22 Apr 2022 10:46:28 +0200 Subject: [PATCH] Add files via upload --- .../CustomTables/ADFSSignInLogs.json | 185 ++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 .script/tests/KqlvalidationsTests/CustomTables/ADFSSignInLogs.json diff --git a/.script/tests/KqlvalidationsTests/CustomTables/ADFSSignInLogs.json b/.script/tests/KqlvalidationsTests/CustomTables/ADFSSignInLogs.json new file mode 100644 index 0000000000..b7d68b5d2a --- /dev/null +++ b/.script/tests/KqlvalidationsTests/CustomTables/ADFSSignInLogs.json @@ -0,0 +1,185 @@ +{ + "Name": "ADFSSignInLogs", + "Properties": [ + { + "name": "TenantId", + "type": "String" + }, + { + "name": "SourceSystem", + "type": "String" + }, + { + "name": "TimeGenerated", + "type": "DateTime" + }, + { + "name": "OperationName", + "type": "String" + }, + { + "name": "OperationVersion", + "type": "String" + }, + { + "name": "Category", + "type": "String" + }, + { + "name": "ResultType", + "type": "String" + }, + { + "name": "ResultSignature", + "type": "String" + }, + { + "name": "ResultDescription", + "type": "String" + }, + { + "name": "DurationMs", + "type": "Double" + }, + { + "name": "CorrelationId", + "type": "String" + }, + { + "name": "ResourceGroup", + "type": "String" + }, + { + "name": "Identity", + "type": "String" + }, + { + "name": "Level", + "type": "String" + }, + { + "name": "Location", + "type": "String" + }, + { + "name": "AlternateSignInName", + "type": "String" + }, + { + "name": "AppDisplayName", + "type": "String" + }, + { + "name": "AppId", + "type": "String" + }, + { + "name": "AuthenticationDetails", + "type": "String" + }, + { + "name": "AuthenticationProcessingDetails", + "type": "String" + }, + { + "name": "AuthenticationRequirement", + "type": "String" + }, + { + "name": "AuthenticationRequirementPolicies", + "type": "String" + }, + { + "name": "ConditionalAccessPolicies", + "type": "String" + }, + { + "name": "ConditionalAccessStatus", + "type": "String" + }, + { + "name": "CreatedDateTime", + "type": "DateTime" + }, + { + "name": "DeviceDetail", + "type": "String" + }, + { + "name": "IsInteractive", + "type": "Bool" + }, + { + "name": "Id", + "type": "String" + }, + { + "name": "IPAddress", + "type": "String" + }, + { + "name": "NetworkLocationDetails", + "type": "String" + }, + { + "name": "OriginalRequestId", + "type": "String" + }, + { + "name": "ProcessingTimeInMs", + "type": "String" + }, + { + "name": "ResourceDisplayName", + "type": "String" + }, + { + "name": "ResourceIdentity", + "type": "String" + }, + { + "name": "ResourceTenantId", + "type": "String" + }, + { + "name": "Requirement", + "type": "String" + }, + { + "name": "Status", + "type": "String" + }, + { + "name": "TokenIssuerName", + "type": "String" + }, + { + "name": "TokenIssuerType", + "type": "String" + }, + { + "name": "UniqueTokenIdentifier", + "type": "String" + }, + { + "name": "UserAgent", + "type": "String" + }, + { + "name": "UserDisplayName", + "type": "String" + }, + { + "name": "UserId", + "type": "String" + }, + { + "name": "UserPrincipalName", + "type": "String" + }, + { + "name": "Type", + "type": "String" + } + ] +} \ No newline at end of file