AutomationRuleActionFindingFieldsUpdate class

Constructors

AutomationRuleActionFindingFieldsUpdate({Input<int?>? confidence, Input<int?>? criticality, Input<AutomationRuleActionFindingFieldsUpdateNote?>? note, Input<List<AutomationRuleActionFindingFieldsUpdateRelatedFinding>?>? relatedFindings, Input<AutomationRuleActionFindingFieldsUpdateSeverity?>? severity, Input<List<String>?>? types, Input<Map<String, String>?>? userDefinedFields, Input<String?>? verificationState, Input<AutomationRuleActionFindingFieldsUpdateWorkflow?>? workflow})
Creates a new AutomationRuleActionFindingFieldsUpdate. confidence The rule action updates the Confidence field of a finding. criticality The rule action updates the Criticality field of a finding. note A resource block that updates the note. Documented below. relatedFindings A resource block that the rule action updates the RelatedFindings field of a finding. Documented below. severity A resource block that updates to the severity information for a finding. Documented below. types The rule action updates the Types field of a finding. userDefinedFields The rule action updates the UserDefinedFields field of a finding. verificationState The rule action updates the VerificationState field of a finding. The allowed values are the following UNKNOWN, TRUE_POSITIVE, FALSE_POSITIVE and BENIGN_POSITIVE. workflow A 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 Confidence field of a finding.
final
criticality → Input<int?>?
The rule action updates the Criticality field 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
relatedFindings → Input<List<AutomationRuleActionFindingFieldsUpdateRelatedFinding>?>?
A resource block that the rule action updates the RelatedFindings field 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 Types field of a finding.
final
userDefinedFields → Input<Map<String, String>?>?
The rule action updates the UserDefinedFields field of a finding.
final
verificationState → Input<String?>?
The rule action updates the VerificationState field of a finding. The allowed values are the following UNKNOWN, TRUE_POSITIVE, FALSE_POSITIVE and BENIGN_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