EnterpriseCrmLoggingGwsSanitizeOptions class

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

EnterpriseCrmLoggingGwsSanitizeOptions({bool? isAlreadySanitized, List<String>? logType, String? privacy, String? sanitizeType})
EnterpriseCrmLoggingGwsSanitizeOptions.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
isAlreadySanitized bool?
If true, the value has already been sanitized and needs no further sanitization.
getter/setter pair
logType List<String>?
To which type(s) of logs the sanitize options apply.
getter/setter pair
privacy String?
Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sanitizeType String?
Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited