Class: DatadogAPIClient::V2::SensitiveDataScannerTextReplacementType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/sensitive_data_scanner_text_replacement_type.rb

Overview

Type of the replacement text. None means no replacement. hash means the data will be stubbed. replacement_string means that one can chose a text to replace the data. partial_replacement_from_beginning allows a user to partially replace the data from the beginning, and partial_replacement_from_end on the other hand, allows to replace data from the end.

Constant Summary collapse

NONE =
"none".freeze
HASH =
"hash".freeze
REPLACEMENT_STRING =
"replacement_string".freeze
PARTIAL_REPLACEMENT_FROM_BEGINNING =
"partial_replacement_from_beginning".freeze
PARTIAL_REPLACEMENT_FROM_END =
"partial_replacement_from_end".freeze

Method Summary

Methods included from BaseEnumModel

included