| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MuteReason |
MuteReason.DUPLICATE |
static MuteReason |
MuteReason.FALSE_POSITIVE |
static MuteReason |
MuteReason.NO_FIX |
static MuteReason |
MuteReason.OTHER |
static MuteReason |
MuteReason.PENDING_FIX |
static MuteReason |
MuteReason.RISK_ACCEPTED |
| Modifier and Type | Method and Description |
|---|---|
static MuteReason |
MuteReason.fromValue(String value) |
MuteReason |
MuteRuleAction.getReason()
The reason for muting a security finding.
|
| Modifier and Type | Method and Description |
|---|---|
MuteRuleAction |
MuteRuleAction.reason(MuteReason reason) |
void |
MuteReason.MuteReasonSerializer.serialize(MuteReason value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MuteRuleAction.setReason(MuteReason reason) |
| Constructor and Description |
|---|
MuteRuleAction(MuteReason reason) |
| Constructor and Description |
|---|
MuteReasonSerializer(Class<MuteReason> t) |
Copyright © 2026. All rights reserved.