@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerSuppressions extends Object
starts_with, ends_with, and exact_match. Suppressed matches are
not obfuscated, counted in metrics, or displayed in the Findings page.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENDS_WITH |
static String |
JSON_PROPERTY_EXACT_MATCH |
static String |
JSON_PROPERTY_STARTS_WITH |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerSuppressions() |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataScannerSuppressions |
addEndsWithItem(String endsWithItem) |
SensitiveDataScannerSuppressions |
addExactMatchItem(String exactMatchItem) |
SensitiveDataScannerSuppressions |
addStartsWithItem(String startsWithItem) |
SensitiveDataScannerSuppressions |
endsWith(List<String> endsWith) |
boolean |
equals(Object o)
Return true if this SensitiveDataScannerSuppressions object is equal to o.
|
SensitiveDataScannerSuppressions |
exactMatch(List<String> exactMatch) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getEndsWith()
List of strings to use for suppression of matches ending with these strings.
|
List<String> |
getExactMatch()
List of strings to use for suppression of matches exactly matching these strings.
|
List<String> |
getStartsWith()
List of strings to use for suppression of matches starting with these strings.
|
int |
hashCode() |
SensitiveDataScannerSuppressions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEndsWith(List<String> endsWith) |
void |
setExactMatch(List<String> exactMatch) |
void |
setStartsWith(List<String> startsWith) |
SensitiveDataScannerSuppressions |
startsWith(List<String> startsWith) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENDS_WITH
public static final String JSON_PROPERTY_EXACT_MATCH
public static final String JSON_PROPERTY_STARTS_WITH
public SensitiveDataScannerSuppressions endsWith(List<String> endsWith)
public SensitiveDataScannerSuppressions addEndsWithItem(String endsWithItem)
@Nullable public List<String> getEndsWith()
public SensitiveDataScannerSuppressions exactMatch(List<String> exactMatch)
public SensitiveDataScannerSuppressions addExactMatchItem(String exactMatchItem)
@Nullable public List<String> getExactMatch()
public SensitiveDataScannerSuppressions startsWith(List<String> startsWith)
public SensitiveDataScannerSuppressions addStartsWithItem(String startsWithItem)
@Nullable public List<String> getStartsWith()
public SensitiveDataScannerSuppressions putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.