Module Values_0.StartOnDemandAuditTaskRequestSource

Starts an on-demand Device Defender audit. Requires permission to access the StartOnDemandAuditTask action.

Sourcetype nonrec t = {
  1. targetCheckNames : TargetAuditCheckNames.t;
    (*

    Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.

    *)
}
Sourceval context_ : string
Sourceval make : targetCheckNames:TargetAuditCheckNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AuditCheckName.t ] 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