Values.CustomEntityConfigSourceThe configuration for defining custom patterns to be redacted from logs and error messages. This is for the CUSTOM config under entitiesToRedact. Both CustomEntityConfig and entitiesToRedact need to be present or not present.
type nonrec t = {customDataIdentifiers : CustomDataIdentifierList.t;Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of CustomDataIdentifier.t ] list ])
list ]