| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceControlMitigationDefinition> |
GovernanceControlAttributes.getMitigations()
The mitigations available for a control.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlAttributes |
GovernanceControlAttributes.addMitigationsItem(GovernanceControlMitigationDefinition mitigationsItem) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControlAttributes |
GovernanceControlAttributes.mitigations(List<GovernanceControlMitigationDefinition> mitigations) |
void |
GovernanceControlAttributes.setMitigations(List<GovernanceControlMitigationDefinition> mitigations) |
| Constructor and Description |
|---|
GovernanceControlAttributes(Long activeDetectionsCount,
String category,
OffsetDateTime createdAt,
String createdBy,
String description,
Map<String,Object> detectionParameters,
List<String> insights,
OffsetDateTime lastDetectionAt,
Long mitigatedDetectionsCount,
Map<String,Object> mitigationParameters,
String mitigationType,
List<GovernanceControlMitigationDefinition> mitigations,
String name,
String priority,
String product,
String resourceType,
String resourceTypeDisplayName,
List<GovernanceControlParameterDefinition> supportedDetectionParameters,
String type) |
Copyright © 2026. All rights reserved.