Values_0.AuditCheckConfigurationSourceWhich audit checks are enabled and disabled for this account.
type nonrec t = {enabled : Enabled.t option;True if this audit check is enabled for this account.
*)configuration : CheckCustomConfiguration.t option;A structure containing the configName and corresponding configValue for configuring audit checks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Map of ([> `Enum of string ] * [> `String of ConfigValue.t ]) list ])
list ]