Smart Web Security Audit Trails Events: CreateSecurityProfile
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- SecurityProfileDetails
- SecurityRule
- RuleCondition
- 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
- SmartProtection
- Waf
- AnalyzeRequestBody
- LogOptions
- HeadersUpstream
- HeaderUpstreamInfo
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": {
"securityProfileId": "string",
"securityProfileName": "string",
"defaultAction": "string",
"securityRules": [
{
"name": "string",
"priority": "string",
"dryRun": "boolean",
// Includes only one of the fields `ruleCondition`, `smartProtection`, `waf`
"ruleCondition": {
"action": "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
}
}
}
},
"smartProtection": {
"mode": "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
}
}
}
},
"waf": {
"mode": "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
}
}
},
"wafProfileId": "string"
},
// end of the list of possible fields
"description": "string",
"customPageId": "string"
}
],
"captchaId": "string",
"advancedRateLimiterProfileId": "string",
"disallowDataProcessing": "boolean",
"analyzeRequestBody": {
"sizeLimit": "string",
"sizeLimitAction": "string"
},
"logOptions": {
"logGroupId": "string",
"enable": "boolean",
"enabledModules": [
"string"
],
"enabledActions": [
"string"
],
"discardAllowPercentage": "string",
"outputs": [
"string"
]
},
"headersUpstream": {
"ja3": {
"enable": "boolean",
"encode": "string"
},
"tlsHash": {
"enable": "boolean",
"encode": "string"
},
"ja4": {
"enable": "boolean",
"encode": "string"
},
"botScore": {
"enable": "boolean",
"encode": "string"
},
"isVerifiedBot": {
"enable": "boolean",
"encode": "string"
},
"botName": {
"enable": "boolean",
"encode": "string"
},
"botCategory": {
"enable": "boolean",
"encode": "string"
}
},
"labels": "object",
"description": "string",
"customPageId": "string"
},
"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. |
SecurityProfileDetails
|
Field |
Description |
|
securityProfileId |
string |
|
securityProfileName |
string |
|
defaultAction |
enum (DefaultAction)
|
|
securityRules[] |
|
|
captchaId |
string |
|
advancedRateLimiterProfileId |
string |
|
disallowDataProcessing |
boolean |
|
analyzeRequestBody |
|
|
logOptions |
|
|
headersUpstream |
|
|
labels |
object (map<string, string>) |
|
description |
string |
|
customPageId |
string |
SecurityRule
|
Field |
Description |
|
name |
string |
|
priority |
string (int64) |
|
dryRun |
boolean |
|
ruleCondition |
Includes only one of the fields |
|
smartProtection |
Includes only one of the fields |
|
waf |
Includes only one of the fields |
|
description |
string |
|
customPageId |
string |
RuleCondition
|
Field |
Description |
|
action |
enum (Action)
|
|
condition |
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 |
SmartProtection
|
Field |
Description |
|
mode |
enum (Mode)
|
|
condition |
Waf
|
Field |
Description |
|
mode |
enum (Mode)
|
|
condition |
|
|
wafProfileId |
string |
AnalyzeRequestBody
|
Field |
Description |
|
sizeLimit |
string (int64) |
|
sizeLimitAction |
enum (Action)
|
LogOptions
|
Field |
Description |
|
logGroupId |
string |
|
enable |
boolean |
|
enabledModules[] |
enum (Module)
|
|
enabledActions[] |
enum (Action)
|
|
discardAllowPercentage |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
outputs[] |
enum (Output)
|
HeadersUpstream
|
Field |
Description |
|
ja3 |
|
|
tlsHash |
|
|
ja4 |
|
|
botScore |
|
|
isVerifiedBot |
|
|
botName |
|
|
botCategory |
HeaderUpstreamInfo
|
Field |
Description |
|
enable |
boolean |
|
encode |
enum (Encode)
|