Module Values.OcsfDateFieldSource

Sourcetype nonrec t =
  1. | Finding_info_created_time_dt
  2. | Finding_info_first_seen_time_dt
  3. | Finding_info_last_seen_time_dt
  4. | Finding_info_modified_time_dt
  5. | Resources_image_created_time_dt
  6. | Resources_image_last_used_time_dt
  7. | Resources_modified_time_dt
  8. | 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