Module Values.GroupByFieldSource

Sourcetype nonrec t =
  1. | Activity_name
  2. | Cloud_account_uid
  3. | Cloud_provider
  4. | Cloud_region
  5. | Compliance_assessments_name
  6. | Compliance_status
  7. | Compliance_control
  8. | Finding_info_title
  9. | Finding_info_types
  10. | Metadata_product_name
  11. | Metadata_product_uid
  12. | Resources_type
  13. | Resources_uid
  14. | Severity
  15. | Status
  16. | Vulnerabilities_fix_coverage
  17. | Class_name
  18. | Vulnerabilities_affected_packages_name
  19. | Finding_info_analytic_name
  20. | Compliance_standards
  21. | Cloud_account_name
  22. | Vendor_attributes_severity
  23. | Metadata_product_vendor_name
  24. | 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