@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SensitiveDataScannerRuleAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_EXCLUDED_NAMESPACES |
static String |
JSON_PROPERTY_INCLUDED_KEYWORD_CONFIGURATION |
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NAMESPACES |
static String |
JSON_PROPERTY_PATTERN |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TEXT_REPLACEMENT |
boolean |
unparsed |
| Constructor and Description |
|---|
SensitiveDataScannerRuleAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_EXCLUDED_NAMESPACES
public static final String JSON_PROPERTY_INCLUDED_KEYWORD_CONFIGURATION
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAMESPACES
public static final String JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TEXT_REPLACEMENT
public SensitiveDataScannerRuleAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SensitiveDataScannerRuleAttributes excludedNamespaces(List<String> excludedNamespaces)
public SensitiveDataScannerRuleAttributes addExcludedNamespacesItem(String excludedNamespacesItem)
@Nullable public List<String> getExcludedNamespaces()
public SensitiveDataScannerRuleAttributes includedKeywordConfiguration(SensitiveDataScannerIncludedKeywordConfiguration includedKeywordConfiguration)
@Nullable public SensitiveDataScannerIncludedKeywordConfiguration getIncludedKeywordConfiguration()
public void setIncludedKeywordConfiguration(SensitiveDataScannerIncludedKeywordConfiguration includedKeywordConfiguration)
public SensitiveDataScannerRuleAttributes isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public SensitiveDataScannerRuleAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SensitiveDataScannerRuleAttributes namespaces(List<String> namespaces)
public SensitiveDataScannerRuleAttributes addNamespacesItem(String namespacesItem)
@Nullable public List<String> getNamespaces()
public SensitiveDataScannerRuleAttributes pattern(String pattern)
@Nullable public String getPattern()
public void setPattern(String pattern)
public SensitiveDataScannerRuleAttributes priority(Long priority)
@Nullable public Long getPriority()
public void setPriority(Long priority)
public SensitiveDataScannerRuleAttributes tags(List<String> tags)
public SensitiveDataScannerRuleAttributes addTagsItem(String tagsItem)
public SensitiveDataScannerRuleAttributes textReplacement(SensitiveDataScannerTextReplacement textReplacement)
@Nullable public SensitiveDataScannerTextReplacement getTextReplacement()
public void setTextReplacement(SensitiveDataScannerTextReplacement textReplacement)
public SensitiveDataScannerRuleAttributes 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 © 2024. All rights reserved.