Module Values.PossibleRemediationActionSource

A list of remediation actions.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    A description of the list of remediation actions.

    *)
  2. orderedRemediationActions : OrderedRemediationActions.t option;
    (*

    The ordered list of remediation actions.

    *)
  3. isDefaultAction : Boolean.t option;
    (*

    Information about whether an action is taken by default.

    *)
}
Sourceval make : ?description:??? -> ?orderedRemediationActions:??? -> ?isDefaultAction:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `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 ] list | `String of LengthBoundedString.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