Module Values.CustomEntityConfigSource

The 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.

Sourcetype nonrec t = {
  1. customDataIdentifiers : CustomDataIdentifierList.t;
    (*

    Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.

    *)
}
Sourceval context_ : string
Sourceval make : customDataIdentifiers:CustomDataIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of CustomDataIdentifier.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t