| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ApplicationSecurityWafCustomRuleTagsCategory |
ApplicationSecurityWafCustomRuleTagsCategory.ATTACK_ATTEMPT |
static ApplicationSecurityWafCustomRuleTagsCategory |
ApplicationSecurityWafCustomRuleTagsCategory.BUSINESS_LOGIC |
static ApplicationSecurityWafCustomRuleTagsCategory |
ApplicationSecurityWafCustomRuleTagsCategory.SECURITY_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSecurityWafCustomRuleTagsCategory |
ApplicationSecurityWafCustomRuleTagsCategory.fromValue(String value) |
ApplicationSecurityWafCustomRuleTagsCategory |
ApplicationSecurityWafCustomRuleTags.getCategory()
The category of the WAF Rule, can be either
business_logic, attack_attempt
or security_response. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityWafCustomRuleTags |
ApplicationSecurityWafCustomRuleTags.category(ApplicationSecurityWafCustomRuleTagsCategory category) |
void |
ApplicationSecurityWafCustomRuleTagsCategory.ApplicationSecurityWafCustomRuleTagsCategorySerializer.serialize(ApplicationSecurityWafCustomRuleTagsCategory value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ApplicationSecurityWafCustomRuleTags.setCategory(ApplicationSecurityWafCustomRuleTagsCategory category) |
| Constructor and Description |
|---|
ApplicationSecurityWafCustomRuleTags(ApplicationSecurityWafCustomRuleTagsCategory category,
String type) |
| Constructor and Description |
|---|
ApplicationSecurityWafCustomRuleTagsCategorySerializer(Class<ApplicationSecurityWafCustomRuleTagsCategory> t) |
Copyright © 2026. All rights reserved.