Values_1.DescribeAuditSuppressionResponseSourceGets information about a Device Defender audit suppression.
type nonrec t = {checkName : Values_0.AuditCheckName.t option;resourceIdentifier : Values_0.ResourceIdentifier.t option;expirationDate : Values_0.Timestamp.t option;The epoch timestamp in seconds at which this suppression expires.
*)suppressIndefinitely : Values_0.SuppressIndefinitely.t option;Indicates whether a suppression should exist indefinitely or not.
*)description : Values_0.AuditDescription.t option;The description of the audit suppression.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SuppressIndefinitely.t
| `String of Values_0.AuditCheckName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]