updated mainTemplate and zip
This commit is contained in:
Родитель
2748130893
Коммит
d091152215
Двоичные данные
Solutions/Okta Single Sign-On/Package/3.0.0.zip
Двоичные данные
Solutions/Okta Single Sign-On/Package/3.0.0.zip
Двоичный файл не отображается.
|
@ -201,7 +201,9 @@
|
||||||
"huntingQueryId10": "[resourceId('Microsoft.OperationalInsights/savedSearches', variables('_huntingQuerycontentId10'))]",
|
"huntingQueryId10": "[resourceId('Microsoft.OperationalInsights/savedSearches', variables('_huntingQuerycontentId10'))]",
|
||||||
"huntingQueryTemplateSpecName10": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-hq-',uniquestring(variables('_huntingQuerycontentId10'))))]",
|
"huntingQueryTemplateSpecName10": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-hq-',uniquestring(variables('_huntingQuerycontentId10'))))]",
|
||||||
"_huntingQuerycontentProductId10": "[concat(take(variables('_solutionId'),50),'-','hq','-', uniqueString(concat(variables('_solutionId'),'-','HuntingQuery','-',variables('_huntingQuerycontentId10'),'-', variables('huntingQueryVersion10'))))]",
|
"_huntingQuerycontentProductId10": "[concat(take(variables('_solutionId'),50),'-','hq','-', uniqueString(concat(variables('_solutionId'),'-','HuntingQuery','-',variables('_huntingQuerycontentId10'),'-', variables('huntingQueryVersion10'))))]",
|
||||||
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
|
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
|
||||||
|
"Session": "authenticationContext_externalSessionId_s",
|
||||||
|
"_Session": "[variables('Session')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
|
@ -3830,7 +3832,7 @@
|
||||||
],
|
],
|
||||||
"customDetails": {
|
"customDetails": {
|
||||||
"Location": "Location",
|
"Location": "Location",
|
||||||
"SessionId": "authenticationContext_externalSessionId_s"
|
"SessionId": "[variables('_Session')]"
|
||||||
},
|
},
|
||||||
"alertDetailsOverride": {
|
"alertDetailsOverride": {
|
||||||
"alertDescriptionFormat": "This query identifies users seen login from new geo location/country {{Location}} as well as a new device and performing critical operations\n",
|
"alertDescriptionFormat": "This query identifies users seen login from new geo location/country {{Location}} as well as a new device and performing critical operations\n",
|
||||||
|
@ -4062,7 +4064,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customDetails": {
|
"customDetails": {
|
||||||
"SessionId": "authenticationContext_externalSessionId_s"
|
"SessionId": "[variables('_Session')]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче