Values_0.AuditSuppressionSourceFilters out specific findings of a Device Defender audit.
type nonrec t = {checkName : AuditCheckName.t option;resourceIdentifier : ResourceIdentifier.t option;expirationDate : Timestamp.t option;The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
*)suppressIndefinitely : SuppressIndefinitely.t option;Indicates whether a suppression should exist indefinitely or not.
*)description : AuditDescription.t option;The description of the audit suppression.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SuppressIndefinitely.t
| `String of AuditCheckName.t
| `Structure of
(string
* [> `String of CertificateId.t
| `Structure of (string * [> `String of PolicyName.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]