Values.AutomationRulesFindingFieldsUpdateV2SourceAllows you to define the structure for modifying specific fields in security findings.
type nonrec t = {severityId : Integer.t option;The severity level to be assigned to findings that match the automation rule criteria.
*)comment : NonEmptyString.t option;Notes or contextual information for findings that are modified by the automation rule.
*)statusId : Integer.t option;The status to be applied to findings that match automation rule criteria.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]