Module Values.ResourceSource

Information about a resource that contains a finding.

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

    The scanName of the scan that was run on the resource.

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

    The identifier for a section of the resource.

    *)
}
Sourceval make : ?id:??? -> ?subResourceId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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