Values_0.UpdateAuditSuppressionRequestSourceUpdates a Device Defender audit suppression.
type nonrec t = {checkName : AuditCheckName.t;resourceIdentifier : ResourceIdentifier.t;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 make :
?expirationDate:??? ->
?suppressIndefinitely:??? ->
?description:??? ->
checkName:AuditCheckName.t ->
resourceIdentifier:ResourceIdentifier.t ->
unit ->
tval 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 ]