EnterpriseCrmEventbusProtoLogSettingsResponse

data class EnterpriseCrmEventbusProtoLogSettingsResponse(val logFieldName: String, val sanitizeOptions: EnterpriseCrmLoggingGwsSanitizeOptionsResponse, val seedPeriod: String, val seedScope: String, val shorteningLimits: EnterpriseCrmLoggingGwsFieldLimitsResponse)

The LogSettings define the logging attributes for an event property. These attributes are used to map the property to the parameter in the log proto. Also used to define scrubbing/truncation behavior and PII information.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.

Link copied to clipboard

Contains the scrubbing options, such as whether to scrub, obfuscate, etc.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains the field limits for shortening, such as max string length and max array length.