Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorKeywordOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_keyword_options.rb
Overview
Configuration for keywords used to reinforce sensitive data pattern detection.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#keywords ⇒ Object
readonly
A list of keywords to match near the sensitive pattern.
-
#proximity ⇒ Object
readonly
Maximum number of tokens between a keyword and a sensitive value match.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_keyword_options.rb', line 30 def additional_properties @additional_properties end |
#keywords ⇒ Object
A list of keywords to match near the sensitive pattern.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_keyword_options.rb', line 25 def keywords @keywords end |
#proximity ⇒ Object
Maximum number of tokens between a keyword and a sensitive value match.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_keyword_options.rb', line 28 def proximity @proximity end |