Module Values.SequenceSource

Contains information about the GuardDuty attack sequence finding.

Sourcetype nonrec t = {
  1. uid : String_.t option;
    (*

    Unique identifier of the attack sequence.

    *)
  2. description : SequenceDescription.t option;
    (*

    Description of the attack sequence.

    *)
  3. actors : Actors.t option;
    (*

    Contains information about the actors involved in the attack sequence.

    *)
  4. resources : Resources.t option;
    (*

    Contains information about the resources involved in the attack sequence.

    *)
  5. endpoints : NetworkEndpoints.t option;
    (*

    Contains information about the network endpoints that were used in the attack sequence.

    *)
  6. signals : Signals.t option;
    (*

    Contains information about the signals involved in the attack sequence.

    *)
  7. sequenceIndicators : Indicators.t option;
    (*

    Contains information about the indicators observed in the attack sequence.

    *)
  8. additionalSequenceTypes : AdditionalSequenceTypes.t option;
    (*

    Additional types of sequences that may be associated with the attack sequence finding, providing further context about the nature of the detected threat.

    *)
}
Sourceval make : ?uid:??? -> ?description:??? -> ?actors:??? -> ?resources:??? -> ?endpoints:??? -> ?signals:??? -> ?sequenceIndicators:??? -> ?additionalSequenceTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of FindingType.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of IndicatorValueString.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.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