Values.AutomationRulesActionV2SourceAllows you to configure automated responses.
type nonrec t = {type_ : AutomationRulesActionTypeV2.t;The category of action to be executed by the automation rule.
*)findingFieldsUpdate : AutomationRulesFindingFieldsUpdateV2.t option;The changes to be applied to fields in a security finding when an automation rule is triggered.
*)externalIntegrationConfiguration : ExternalIntegrationConfiguration.t option;The settings for integrating automation rule actions with external systems or service.
*)}val make :
?findingFieldsUpdate:??? ->
?externalIntegrationConfiguration:??? ->
type_:AutomationRulesActionTypeV2.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ])
list ]