Smart Web Security Audit Trails Events: UpdateWafProfile
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- WafProfileDetails
- WafProfileRule
- WafProfileExclusionRule
- Condition
- AuthorityMatcher
- StringMatcher
- ListsMatchers
- ListsMatcher
- HttpMethodMatcher
- RequestUriMatcher
- QueryMatcher
- HeaderMatcher
- IpMatcher
- IpRangesMatcher
- GeoIpMatcher
- AsnRangesMatcher
- BodyMatcher
- CookieMatcher
- BotCategoryMatcher
- BotNameMatcher
- BotScoreMatcher
- IntMatcher
- IntLEMatcher
- IntGEMatcher
- IntEQMatcher
- IntNEMatcher
- VerifiedBotMatcher
- BoolMatcher
- FingerPrintMatcher
- ExcludeRules
- CoreRuleSet
- RuleSet
- AnalyzeRequestBody
- WafProfileRuleSet
- WafProfileCoreRuleSet
- WafProfileYaRuleSet
- RuleGroup
- WafProfileMlRuleSet
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"authentication": {
"authenticated": "boolean",
// Includes only one of the fields `subjectType`
"subjectType": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectId`
"subjectId": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectName`
"subjectName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationId`
"federationId": "string",
// end of the list of possible fields
// Includes only one of the fields `federationName`
"federationName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationType`
"federationType": "string",
// end of the list of possible fields
"tokenInfo": {
"maskedIamToken": "string",
// Includes only one of the fields `iamTokenId`
"iamTokenId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorId`
"impersonatorId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorType`
"impersonatorType": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorName`
"impersonatorName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationId`
"impersonatorFederationId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationName`
"impersonatorFederationName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationType`
"impersonatorFederationType": "string"
// end of the list of possible fields
}
},
"authorization": {
"authorized": "boolean"
},
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
// Includes only one of the fields `resourceName`
"resourceName": "string"
// end of the list of possible fields
}
]
},
"requestMetadata": {
"remoteAddress": "string",
"userAgent": "string",
"requestId": "string",
// Includes only one of the fields `remotePort`
"remotePort": "string"
// end of the list of possible fields
},
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"wafProfileId": "string",
"wafProfileName": "string",
"rules": [
{
"ruleId": "string",
"isEnabled": "string",
"isBlocking": "string"
}
],
"exclusionRules": [
{
"name": "string",
"description": "string",
"condition": {
"authority": {
"authorities": [
{
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
],
"authorityMatcher": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
},
"httpMethod": {
"httpMethods": [
{
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
],
"httpMethodMatcher": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
},
"requestUri": {
"path": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
},
"queries": [
{
"key": "string",
"value": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
}
]
},
"headers": [
{
"name": "string",
"value": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
}
],
"sourceIp": {
"ipRangesMatch": {
"ipRanges": [
"string"
]
},
"ipRangesNotMatch": {
"ipRanges": [
"string"
]
},
"geoIpMatch": {
"locations": [
"string"
]
},
"geoIpNotMatch": {
"locations": [
"string"
]
},
"ipListsMatch": {
"listIds": [
"string"
]
},
"ipListsNotMatch": {
"listIds": [
"string"
]
},
"asnRangesMatch": {
"asnRanges": [
"string"
]
},
"asnRangesNotMatch": {
"asnRanges": [
"string"
]
},
"asnListsMatch": {
"listIds": [
"string"
]
},
"asnListsNotMatch": {
"listIds": [
"string"
]
}
},
"body": {
"bodies": [
{
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
],
"bodyMatcher": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
},
"cookies": [
{
"name": "string",
"value": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
}
],
"botCategory": {
"botCategoryListsMatch": {
"listIds": [
"string"
]
},
"botCategoryListsNotMatch": {
"listIds": [
"string"
]
}
},
"botName": {
"botNameListsMatch": {
"listIds": [
"string"
]
},
"botNameListsNotMatch": {
"listIds": [
"string"
]
}
},
"botScore": {
"value": [
{
// Includes only one of the fields `leMatch`, `geMatch`, `eqMatch`, `neMatch`
"leMatch": {
"value": "string"
},
"geMatch": {
"value": "string"
},
"eqMatch": {
"value": "string"
},
"neMatch": {
"value": "string"
}
// end of the list of possible fields
}
]
},
"verifiedBot": {
"verified": {
"match": "boolean"
}
},
"fingerPrint": {
"ja3Ranges": [
{
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
],
"ja4Ranges": [
{
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
],
"ja3Matcher": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
},
"ja4Matcher": {
// Includes only one of the fields `exactMatch`, `exactNotMatch`, `prefixMatch`, `prefixNotMatch`, `pireRegexMatch`, `pireRegexNotMatch`, `defined`, `listsMatchers`
"exactMatch": "string",
"exactNotMatch": "string",
"prefixMatch": "string",
"prefixNotMatch": "string",
"pireRegexMatch": "string",
"pireRegexNotMatch": "string",
"defined": "boolean",
"listsMatchers": {
"strListsMatch": {
"listIds": [
"string"
]
},
"strListsNotMatch": {
"listIds": [
"string"
]
},
"regExpListsMatch": {
"listIds": [
"string"
]
},
"regExpListsNotMatch": {
"listIds": [
"string"
]
}
}
// end of the list of possible fields
}
}
},
"excludeRules": {
"excludeAll": "string",
"ruleIds": [
"string"
]
},
"logExcluded": "string"
}
],
// Includes only one of the fields `coreRuleSet`
"coreRuleSet": {
"inboundAnomalyScore": "string",
"paranoiaLevel": "string",
"ruleSet": {
"name": "string",
"version": "string"
}
},
// end of the list of possible fields
"analyzeRequestBody": {
"isEnabled": "string",
"sizeLimit": "string",
"sizeLimitAction": "string"
},
"labels": "object",
"description": "string",
"ruleSets": [
{
// Includes only one of the fields `coreRuleSet`, `yaRuleSet`, `mlRuleSet`
"coreRuleSet": {
"ruleSet": {
"name": "string",
"version": "string"
},
"inboundAnomalyScore": "string",
"paranoiaLevel": "string"
},
"yaRuleSet": {
"ruleSet": {
"name": "string",
"version": "string"
},
"ruleGroups": [
{
"id": "string",
"action": "string",
"inboundAnomalyScore": "string",
"isEnabled": "boolean"
}
]
},
"mlRuleSet": {
"ruleSet": {
"name": "string",
"version": "string"
},
"ruleGroups": [
{
"id": "string",
"action": "string",
"inboundAnomalyScore": "string",
"isEnabled": "boolean"
}
]
},
// end of the list of possible fields
"priority": "string",
"isEnabled": "boolean",
"action": "string"
}
],
"matchAllRuleSets": "boolean"
},
"requestParameters": "object",
"response": "object"
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
authentication |
|
|
authorization |
|
|
resourceMetadata |
|
|
requestMetadata |
|
|
eventStatus |
enum (EventStatus)
|
|
error |
The error result of the operation in case of failure or cancellation. |
|
details |
|
|
requestParameters |
object |
|
response |
object |
IamAuthentication
|
Field |
Description |
|
authenticated |
boolean |
|
subjectType |
enum (IamSubjectType) Includes only one of the fields
|
|
subjectId |
string Includes only one of the fields |
|
subjectName |
string Includes only one of the fields |
|
federationId |
string Includes only one of the fields |
|
federationName |
string Includes only one of the fields |
|
federationType |
enum (FederationType) Includes only one of the fields
|
|
tokenInfo |
IamTokenInfo
|
Field |
Description |
|
maskedIamToken |
string |
|
iamTokenId |
string Includes only one of the fields |
|
impersonatorId |
string Includes only one of the fields |
|
impersonatorType |
enum (IamSubjectType) Includes only one of the fields
|
|
impersonatorName |
string Includes only one of the fields |
|
impersonatorFederationId |
string Includes only one of the fields |
|
impersonatorFederationName |
string Includes only one of the fields |
|
impersonatorFederationType |
enum (FederationType) Includes only one of the fields
|
Authorization
|
Field |
Description |
|
authorized |
boolean |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string Includes only one of the fields |
RequestMetadata
|
Field |
Description |
|
remoteAddress |
string |
|
userAgent |
string |
|
requestId |
string |
|
remotePort |
string (int64) Includes only one of the fields |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
WafProfileDetails
|
Field |
Description |
|
wafProfileId |
string |
|
wafProfileName |
string |
|
rules[] |
|
|
exclusionRules[] |
|
|
coreRuleSet |
Includes only one of the fields |
|
analyzeRequestBody |
|
|
labels |
object (map<string, string>) |
|
description |
string |
|
ruleSets[] |
|
|
matchAllRuleSets |
boolean |
WafProfileRule
|
Field |
Description |
|
ruleId |
string |
|
isEnabled |
string |
|
isBlocking |
string |
WafProfileExclusionRule
|
Field |
Description |
|
name |
string |
|
description |
string |
|
condition |
|
|
excludeRules |
|
|
logExcluded |
string |
Condition
|
Field |
Description |
|
authority |
|
|
httpMethod |
|
|
requestUri |
|
|
headers[] |
|
|
sourceIp |
|
|
body |
|
|
cookies[] |
|
|
botCategory |
|
|
botName |
|
|
botScore |
|
|
verifiedBot |
|
|
fingerPrint |
AuthorityMatcher
|
Field |
Description |
|
authorities[] |
|
|
authorityMatcher |
StringMatcher
|
Field |
Description |
|
exactMatch |
string Includes only one of the fields |
|
exactNotMatch |
string Includes only one of the fields |
|
prefixMatch |
string Includes only one of the fields |
|
prefixNotMatch |
string Includes only one of the fields |
|
pireRegexMatch |
string Includes only one of the fields |
|
pireRegexNotMatch |
string Includes only one of the fields |
|
defined |
boolean Includes only one of the fields |
|
listsMatchers |
Includes only one of the fields |
ListsMatchers
|
Field |
Description |
|
strListsMatch |
|
|
strListsNotMatch |
|
|
regExpListsMatch |
|
|
regExpListsNotMatch |
ListsMatcher
|
Field |
Description |
|
listIds[] |
string |
HttpMethodMatcher
|
Field |
Description |
|
httpMethods[] |
|
|
httpMethodMatcher |
RequestUriMatcher
|
Field |
Description |
|
path |
|
|
queries[] |
QueryMatcher
|
Field |
Description |
|
key |
string |
|
value |
HeaderMatcher
|
Field |
Description |
|
name |
string |
|
value |
IpMatcher
|
Field |
Description |
|
ipRangesMatch |
|
|
ipRangesNotMatch |
|
|
geoIpMatch |
|
|
geoIpNotMatch |
|
|
ipListsMatch |
|
|
ipListsNotMatch |
|
|
asnRangesMatch |
|
|
asnRangesNotMatch |
|
|
asnListsMatch |
|
|
asnListsNotMatch |
IpRangesMatcher
|
Field |
Description |
|
ipRanges[] |
string |
GeoIpMatcher
|
Field |
Description |
|
locations[] |
string |
AsnRangesMatcher
|
Field |
Description |
|
asnRanges[] |
string (int64) |
BodyMatcher
|
Field |
Description |
|
bodies[] |
|
|
bodyMatcher |
CookieMatcher
|
Field |
Description |
|
name |
string |
|
value |
BotCategoryMatcher
|
Field |
Description |
|
botCategoryListsMatch |
|
|
botCategoryListsNotMatch |
BotNameMatcher
|
Field |
Description |
|
botNameListsMatch |
|
|
botNameListsNotMatch |
BotScoreMatcher
|
Field |
Description |
|
value[] |
IntMatcher
|
Field |
Description |
|
leMatch |
Includes only one of the fields |
|
geMatch |
Includes only one of the fields |
|
eqMatch |
Includes only one of the fields |
|
neMatch |
Includes only one of the fields |
IntLEMatcher
|
Field |
Description |
|
value |
string (int64) |
IntGEMatcher
|
Field |
Description |
|
value |
string (int64) |
IntEQMatcher
|
Field |
Description |
|
value |
string (int64) |
IntNEMatcher
|
Field |
Description |
|
value |
string (int64) |
VerifiedBotMatcher
|
Field |
Description |
|
verified |
BoolMatcher
|
Field |
Description |
|
match |
boolean |
FingerPrintMatcher
|
Field |
Description |
|
ja3Ranges[] |
|
|
ja4Ranges[] |
|
|
ja3Matcher |
|
|
ja4Matcher |
ExcludeRules
|
Field |
Description |
|
excludeAll |
string |
|
ruleIds[] |
string |
CoreRuleSet
|
Field |
Description |
|
inboundAnomalyScore |
string (int64) |
|
paranoiaLevel |
string (int64) |
|
ruleSet |
RuleSet
|
Field |
Description |
|
name |
string |
|
version |
string |
AnalyzeRequestBody
|
Field |
Description |
|
isEnabled |
string |
|
sizeLimit |
string (int64) |
|
sizeLimitAction |
enum (Action)
|
WafProfileRuleSet
|
Field |
Description |
|
coreRuleSet |
Includes only one of the fields |
|
yaRuleSet |
Includes only one of the fields |
|
mlRuleSet |
Includes only one of the fields |
|
priority |
string (int64) Acceptable values are 1 to 999999, inclusive. |
|
isEnabled |
boolean |
|
action |
enum (RuleSetAction)
|
WafProfileCoreRuleSet
|
Field |
Description |
|
ruleSet |
|
|
inboundAnomalyScore |
string (int64) Acceptable values are 2 to 10000, inclusive. |
|
paranoiaLevel |
string (int64) |
WafProfileYaRuleSet
|
Field |
Description |
|
ruleSet |
|
|
ruleGroups[] |
RuleGroup
|
Field |
Description |
|
id |
string |
|
action |
enum (Action)
|
|
inboundAnomalyScore |
string (int64) Acceptable values are 1 to 10000, inclusive. |
|
isEnabled |
boolean |
WafProfileMlRuleSet
|
Field |
Description |
|
ruleSet |
|
|
ruleGroups[] |