AutomationRuleActionFindingFieldsUpdate class
Constructors
-
AutomationRuleActionFindingFieldsUpdate({Input<
int?> ? confidence, Input<int?> ? criticality, Input<AutomationRuleActionFindingFieldsUpdateNote?> ? note, Input<AutomationRuleActionFindingFieldsUpdateSeverity?> ? severity, Input<List< ? types, Input<String> ?>Map< ? userDefinedFields, Input<String, String> ?>String?> ? verificationState, Input<AutomationRuleActionFindingFieldsUpdateWorkflow?> ? workflow}) -
Creates a new AutomationRuleActionFindingFieldsUpdate.
confidenceThe rule action updates theConfidencefield of a finding.criticalityThe rule action updates theCriticalityfield of a finding.noteA resource block that updates the note. Documented below.relatedFindingsA resource block that the rule action updates theRelatedFindingsfield of a finding. Documented below.severityA resource block that updates to the severity information for a finding. Documented below.typesThe rule action updates theTypesfield of a finding.userDefinedFieldsThe rule action updates theUserDefinedFieldsfield of a finding.verificationStateThe rule action updates theVerificationStatefield of a finding. The allowed values are the followingUNKNOWN,TRUE_POSITIVE,FALSE_POSITIVEandBENIGN_POSITIVE.workflowA resource block that is used to update information about the investigation into the finding. Documented below.const -
AutomationRuleActionFindingFieldsUpdate.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
confidence
→ Input<
int?> ? -
The rule action updates the
Confidencefield of a finding.final -
criticality
→ Input<
int?> ? -
The rule action updates the
Criticalityfield of a finding.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
note
→ Input<
AutomationRuleActionFindingFieldsUpdateNote?> ? -
A resource block that updates the note. Documented below.
final
-
A resource block that the rule action updates the
RelatedFindingsfield of a finding. Documented below.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
severity
→ Input<
AutomationRuleActionFindingFieldsUpdateSeverity?> ? -
A resource block that updates to the severity information for a finding. Documented below.
final
-
types
→ Input<
List< ?String> ?> -
The rule action updates the
Typesfield of a finding.final -
userDefinedFields
→ Input<
Map< ?String, String> ?> -
The rule action updates the
UserDefinedFieldsfield of a finding.final -
verificationState
→ Input<
String?> ? -
The rule action updates the
VerificationStatefield of a finding. The allowed values are the followingUNKNOWN,TRUE_POSITIVE,FALSE_POSITIVEandBENIGN_POSITIVE.final -
workflow
→ Input<
AutomationRuleActionFindingFieldsUpdateWorkflow?> ? -
A resource block that is used to update information about the investigation into the finding. Documented below.
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