EnterpriseCrmLoggingGwsSanitizeOptionsResponse

data class EnterpriseCrmLoggingGwsSanitizeOptionsResponse(val isAlreadySanitized: Boolean, val logType: List<String>, val privacy: String, val sanitizeType: String)

Identifies whether a field contains, or may contain, PII or sensitive data, and how to sanitize the field if it does. If a field's privacy type cannot be determined then it is sanitized (e.g., scrubbed). The specific sanitizer implementation is determined by run-time configuration and environment options (e.g., prod vs. qa). next_id: 5

Constructors

fun EnterpriseCrmLoggingGwsSanitizeOptionsResponse(isAlreadySanitized: Boolean, logType: List<String>, privacy: String, sanitizeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.

Link copied to clipboard

To which type(s) of logs the sanitize options apply.

Link copied to clipboard
Link copied to clipboard