Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern_options.rb
Overview
Options for selecting a predefined library pattern and enabling keyword support.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
Identifier for a predefined pattern from the sensitive data scanner pattern library.
-
#use_recommended_keywords ⇒ Object
Whether to augment the pattern with recommended keywords (optional).
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_library_pattern_options.rb', line 30 def additional_properties @additional_properties end |
#id ⇒ Object
Identifier for a predefined pattern from the sensitive data scanner pattern library.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern_options.rb', line 25 def id @id end |
#use_recommended_keywords ⇒ Object
Whether to augment the pattern with recommended keywords (optional).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern_options.rb', line 28 def use_recommended_keywords @use_recommended_keywords end |