Module Values.OcsfFindingIdentifierSource

Provides a standard to identify security findings using OCSF.

Sourcetype nonrec t = {
  1. cloudAccountUid : NonEmptyString.t;
    (*

    Finding cloud.account.uid, which is a unique identifier in the Amazon Web Services account..

    *)
  2. findingInfoUid : NonEmptyString.t;
    (*

    Finding finding_info.uid, which is a unique identifier for the finding from the finding provider.

    *)
  3. metadataProductUid : NonEmptyString.t;
    (*

    Finding metadata.product.uid, which is a unique identifier for the product.

    *)
}
Sourceval context_ : string
Sourceval make : cloudAccountUid:NonEmptyString.t -> findingInfoUid:NonEmptyString.t -> metadataProductUid:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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