Values_0.StartOnDemandAuditTaskRequestSourceStarts an on-demand Device Defender audit. Requires permission to access the StartOnDemandAuditTask action.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AuditCheckName.t ] list ]) list ]