Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionHash
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionHash
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_hash.rb
Overview
Configuration for hashing matched sensitive values.
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Action type that replaces the matched sensitive data with a hashed representation, preserving structure while securing content.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#options ⇒ Object
The
ObservabilityPipelineSensitiveDataScannerProcessorActionHash
options
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
Action type that replaces the matched sensitive data with a hashed representation, preserving structure while securing content.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_hash.rb', line 25 def action @action end |
#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_action_hash.rb', line 30 def additional_properties @additional_properties end |
#options ⇒ Object
The ObservabilityPipelineSensitiveDataScannerProcessorActionHash
options
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_hash.rb', line 28 def @options end |