EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType

enum EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType : Enum<EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType> , ConvertibleToJava<EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType>

Entries

Link copied to clipboard

Replace value with a scrubbed value (usu. a constant).

Link copied to clipboard

Transform a value so that it cannot be tracked across events. However, a given value, is transformed to the same value within an event. E.g., "foo.com" is transformed to "0xabcdef" for event 1001, and to "0xfedcba" for event 1002.

Link copied to clipboard

Transform values as with ANONYMIZER, but the same transformation is repeated for a limited time (e.g., 1 day).

Link copied to clipboard

The value is transformed using a well-defined obfuscator (e.g., D3_CUSTOMER_ID).

Link copied to clipboard

The value is encrypted.

Link copied to clipboard

No sanitization is required.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: EnterpriseCrmLoggingGwsSanitizeOptionsSanitizeType
Link copied to clipboard
Link copied to clipboard