| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.CRITICAL |
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.HIGH |
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.INFO |
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.LOW |
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.MEDIUM |
| Modifier and Type | Method and Description |
|---|---|
static SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributesSeverity.fromValue(String value) |
SecurityEntityRiskScoreAttributesSeverity |
SecurityEntityRiskScoreAttributes.getSeverity()
Severity level based on risk score
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityEntityRiskScoreAttributesSeverity.SecurityEntityRiskScoreAttributesSeveritySerializer.serialize(SecurityEntityRiskScoreAttributesSeverity value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SecurityEntityRiskScoreAttributes.setSeverity(SecurityEntityRiskScoreAttributesSeverity severity) |
SecurityEntityRiskScoreAttributes |
SecurityEntityRiskScoreAttributes.severity(SecurityEntityRiskScoreAttributesSeverity severity) |
| Constructor and Description |
|---|
SecurityEntityRiskScoreAttributes(List<String> accountIds,
SecurityEntityConfigRisks configRisks,
SecurityEntityMetadata entityMetadata,
List<String> entityProviders,
List<String> entitySubTypes,
Long firstDetected,
String lastActivityTitle,
Long lastDetected,
Long riskScore,
Long riskScoreEvolution,
SecurityEntityRiskScoreAttributesSeverity severity,
Long signalsDetected) |
| Constructor and Description |
|---|
SecurityEntityRiskScoreAttributesSeveritySerializer(Class<SecurityEntityRiskScoreAttributesSeverity> t) |
Copyright © 2026. All rights reserved.