| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FindingMuteReason |
FindingMuteReason.ACCEPTED_RISK |
static FindingMuteReason |
FindingMuteReason.FALSE_POSITIVE |
static FindingMuteReason |
FindingMuteReason.HUMAN_ERROR |
static FindingMuteReason |
FindingMuteReason.NO_LONGER_ACCEPTED_RISK |
static FindingMuteReason |
FindingMuteReason.NO_PENDING_FIX |
static FindingMuteReason |
FindingMuteReason.OTHER |
static FindingMuteReason |
FindingMuteReason.PENDING_FIX |
| Modifier and Type | Method and Description |
|---|---|
static FindingMuteReason |
FindingMuteReason.fromValue(String value) |
FindingMuteReason |
BulkMuteFindingsRequestProperties.getReason()
The reason why this finding is muted or unmuted.
|
FindingMuteReason |
FindingMute.getReason()
The reason why this finding is muted or unmuted.
|
| Modifier and Type | Method and Description |
|---|---|
BulkMuteFindingsRequestProperties |
BulkMuteFindingsRequestProperties.reason(FindingMuteReason reason) |
FindingMute |
FindingMute.reason(FindingMuteReason reason) |
void |
FindingMuteReason.FindingMuteReasonSerializer.serialize(FindingMuteReason value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
BulkMuteFindingsRequestProperties.setReason(FindingMuteReason reason) |
void |
FindingMute.setReason(FindingMuteReason reason) |
| Constructor and Description |
|---|
BulkMuteFindingsRequestProperties(Boolean muted,
FindingMuteReason reason) |
| Constructor and Description |
|---|
FindingMuteReasonSerializer(Class<FindingMuteReason> t) |
Copyright © 2024. All rights reserved.