Module Values_1.DeleteAccountAuditConfigurationRequestSource

Restores the default settings for Device Defender audits for this account. Any configuration data you entered is deleted and all audit checks are reset to disabled. Requires permission to access the DeleteAccountAuditConfiguration action.

Sourcetype nonrec t = {
  1. deleteScheduledAudits : Values_0.DeleteScheduledAudits.t option;
    (*

    If true, all scheduled audits are deleted.

    *)
}
Sourceval make : ?deleteScheduledAudits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.DeleteScheduledAudits.t ]) 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