| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RuleBasedViewRuleCategory |
RuleBasedViewRuleCategory.API_SECURITY |
static RuleBasedViewRuleCategory |
RuleBasedViewRuleCategory.CLOUD_CONFIGURATION |
static RuleBasedViewRuleCategory |
RuleBasedViewRuleCategory.INFRASTRUCTURE_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
static RuleBasedViewRuleCategory |
RuleBasedViewRuleCategory.fromValue(String value) |
RuleBasedViewRuleCategory |
RuleBasedViewRule.getType()
The category of the security rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBasedViewRuleCategory.RuleBasedViewRuleCategorySerializer.serialize(RuleBasedViewRuleCategory value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RuleBasedViewRule.setType(RuleBasedViewRuleCategory type) |
RuleBasedViewRule |
RuleBasedViewRule.type(RuleBasedViewRuleCategory type) |
| Constructor and Description |
|---|
RuleBasedViewRule(List<RuleBasedViewComplianceFramework> complianceFrameworks,
Boolean enabled,
String id,
String name,
List<String> resourceAttributes,
String resourceCategory,
String resourceType,
RuleBasedViewRuleStats stats,
String status,
List<String> tags,
RuleBasedViewRuleCategory type) |
| Constructor and Description |
|---|
RuleBasedViewRuleCategorySerializer(Class<RuleBasedViewRuleCategory> t) |
Copyright © 2026. All rights reserved.