Module Values.SubResourceSummarySource

The attack information for the specified SubResource.

Sourcetype nonrec t = {
  1. type_ : SubResourceType.t option;
    (*

    The SubResource type.

    *)
  2. id : String_.t option;
    (*

    The unique identifier (ID) of the SubResource.

    *)
  3. attackVectors : SummarizedAttackVectorList.t option;
    (*

    The list of attack types and associated counters.

    *)
  4. counters : SummarizedCounterList.t option;
    (*

    The counters that describe the details of the attack.

    *)
}
Sourceval make : ?type_:??? -> ?id:??? -> ?attackVectors:??? -> ?counters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.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