AutomationRuleAction class
Constructors
-
AutomationRuleAction({Input<
AutomationRuleActionFindingFieldsUpdate?> ? findingFieldsUpdate, Input<String?> ? type}) -
Creates a new AutomationRuleAction.
findingFieldsUpdateA block that specifies that the automation rule action is an update to a finding field. Documented below.typeSpecifies that the rule action should update theTypesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier.const -
AutomationRuleAction.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
findingFieldsUpdate
→ Input<
AutomationRuleActionFindingFieldsUpdate?> ? -
A block that specifies that the automation rule action is an update to a finding field. Documented below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String?> ? -
Specifies that the rule action should update the
Typesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited