Values.AutomationRulesFindingFieldsUpdateSourceIdentifies the finding fields that the automation rule action updates when a finding matches the defined criteria.
type nonrec t = {note : NoteUpdate.t option;severity : SeverityUpdate.t option;verificationState : VerificationState.t option;The rule action updates the VerificationState field of a finding.
*)confidence : RatioScale.t option;The rule action updates the Confidence field of a finding.
*)criticality : RatioScale.t option;The rule action updates the Criticality field of a finding.
*)types : TypeList.t option;The rule action updates the Types field of a finding.
*)userDefinedFields : FieldMap.t option;The rule action updates the UserDefinedFields field of a finding.
*)workflow : WorkflowUpdate.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RatioScale.t
| `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of RatioScale.t
| `String of NonEmptyString.t ])
list ])
list ]