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
Optional settings for the hash action.
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.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_hash.rb', line 32 def additional_properties @additional_properties end |
#options ⇒ Object
Optional settings for the hash action. When omitted or empty, matched sensitive data is replaced with a deterministic hashed value that preserves structure for analytics while protecting the original content. Reserved for future hash configuration (for example, algorithm or salt).
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_hash.rb', line 30 def @options end |