Module Values.OcsfNumberFieldSource

Sourcetype nonrec t =
  1. | Activity_id
  2. | Compliance_status_id
  3. | Confidence_score
  4. | Severity_id
  5. | Status_id
  6. | Evidences_api_response_code
  7. | Evidences_dst_endpoint_autonomous_system_number
  8. | Evidences_dst_endpoint_port
  9. | Evidences_src_endpoint_autonomous_system_number
  10. | Evidences_src_endpoint_port
  11. | Resources_image_in_use_count
  12. | Vulnerabilities_cve_cvss_base_score
  13. | Vendor_attributes_severity_id
  14. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t