Values_1.DescribeAuditSuppressionRequestSourceGets information about a Device Defender audit suppression.
type nonrec t = {checkName : Values_0.AuditCheckName.t;resourceIdentifier : Values_0.ResourceIdentifier.t;}val make :
checkName:Values_0.AuditCheckName.t ->
resourceIdentifier:Values_0.ResourceIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.AuditCheckName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ]