Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionRedact
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionRedact
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_redact.rb
Overview
Configuration for completely redacting matched sensitive data.
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Action type that completely replaces the matched sensitive data with a fixed replacement string to remove all visibility.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#options ⇒ Object
readonly
Configuration for fully redacting sensitive data.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
Action type that completely replaces the matched sensitive data with a fixed replacement string to remove all visibility.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_redact.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_redact.rb', line 30 def additional_properties @additional_properties end |
#options ⇒ Object
Configuration for fully redacting sensitive data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_redact.rb', line 28 def @options end |