Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorLibraryPattern
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorLibraryPattern
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern.rb
Overview
Specifies a pattern from Datadog’s sensitive data detection library to match known sensitive data types.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#options ⇒ Object
readonly
Options for selecting a predefined library pattern and enabling keyword support.
-
#type ⇒ Object
readonly
Indicates that a predefined library pattern is used.
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.rb', line 30 def additional_properties @additional_properties end |
#options ⇒ Object
Options for selecting a predefined library pattern and enabling keyword support.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern.rb', line 25 def @options end |
#type ⇒ Object
Indicates that a predefined library pattern is used.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern.rb', line 28 def type @type end |