redact property

bool? redact
getter/setter pair

Indicates whether parameters of the entity type should be redacted in log.

If redaction is enabled, page parameters and intent parameters referring to the entity type will be replaced by parameter name when logging.

Implementation

core.bool? redact;