Module Values_1.DescribeDetectMitigationActionsTaskRequestSource

Gets information about a Device Defender ML Detect mitigation action. Requires permission to access the DescribeDetectMitigationActionsTask action.

Sourcetype nonrec t = {
  1. taskId : Values_0.MitigationActionsTaskId.t;
    (*

    The unique identifier of the task.

    *)
}
Sourceval context_ : string
Sourceval make : taskId:Values_0.MitigationActionsTaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.MitigationActionsTaskId.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