| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RuleSeverity |
RuleSeverity.CRITICAL |
static RuleSeverity |
RuleSeverity.HIGH |
static RuleSeverity |
RuleSeverity.INFO |
static RuleSeverity |
RuleSeverity.LOW |
static RuleSeverity |
RuleSeverity.MEDIUM |
static RuleSeverity |
RuleSeverity.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RuleSeverity |
RuleSeverity.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleSeverity> |
Selectors.getSeverities()
The security rules severities to consider.
|
| Modifier and Type | Method and Description |
|---|---|
Selectors |
Selectors.addSeveritiesItem(RuleSeverity severitiesItem) |
void |
RuleSeverity.RuleSeveritySerializer.serialize(RuleSeverity value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
Selectors.setSeverities(List<RuleSeverity> severities) |
Selectors |
Selectors.severities(List<RuleSeverity> severities) |
| Constructor and Description |
|---|
RuleSeveritySerializer(Class<RuleSeverity> t) |
Copyright © 2025. All rights reserved.