Module Values_1.DeleteAuditSuppressionRequestSource

Deletes a Device Defender audit suppression. Requires permission to access the DeleteAuditSuppression action.

Sourcetype nonrec t = {
  1. checkName : Values_0.AuditCheckName.t;
  2. resourceIdentifier : Values_0.ResourceIdentifier.t;
}
Sourceval context_ : string
Sourceval make : checkName:Values_0.AuditCheckName.t -> resourceIdentifier:Values_0.ResourceIdentifier.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t