Module Values.RemediationActionWithOrderSource

An ordered list of actions you can take to remediate a violation.

Sourcetype nonrec t = {
  1. remediationAction : RemediationAction.t option;
    (*

    Information about an action you can take to remediate a violation.

    *)
  2. order : BasicInteger.t option;
    (*

    The order of the remediation actions in the list.

    *)
}
Sourceval make : ?remediationAction:??? -> ?order:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of BasicInteger.t | `Structure of (string * [> `String of LengthBoundedString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ] list | `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) 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