LogRedactionConfiguration
The configuration for log redaction.
Types
Properties
Link copied to clipboard
Specifies the configuration for custom entities in the context of log redaction.
Link copied to clipboard
Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.
Functions
Link copied to clipboard
inline fun copy(block: LogRedactionConfiguration.Builder.() -> Unit = {}): LogRedactionConfiguration