Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionHash

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#actionObject

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_propertiesObject

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

#optionsObject

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
  @options
end