AzureActivityLogConfiguration
AzureActivityLogConfiguration
Configurations specific to the Azure activity logs integration. Only applicable when the containing Credential has service=AZUREACTIVITYLOG
JSON Example
{
"baseCredentials": {
"clientId": "string",
"clientSecret": "string",
"tenant": "string"
},
"categoryFilter": [
"string"
]
}
array of
string
categoryFilter
Optional
A list of Azure ActivityLog categories to pull events for.Allowable values are ADMINISTRATIVE, SERVICEHEALTH, ALERT, AUTOSCALE, SECURITY
Possible values are :
ADMINISTRATIVE,
SERVICEHEALTH,
ALERT,
AUTOSCALE,
SECURITY,