Values.GuardrailSensitiveInformationPolicySourceContains details about PII entities and regular expressions configured for the guardrail.
type nonrec t = {piiEntities : GuardrailPiiEntities.t option;The list of PII entities configured for the guardrail.
*)regexes : GuardrailRegexes.t option;The list of regular expressions configured for the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of GuardrailRegexNameString.t ])
list ]
list ])
list ]