Values.GuardrailSensitiveInformationPolicyConfigSourceContains details about PII entities and regular expressions to configure for the guardrail.
type nonrec t = {piiEntitiesConfig : GuardrailPiiEntitiesConfig.t option;A list of PII entities to configure to the guardrail.
*)regexesConfig : GuardrailRegexesConfig.t option;A list of regular expressions to configure to the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of GuardrailRegexConfigNameString.t ])
list ]
list ])
list ]