AutomationRuleActionFindingFieldsUpdate constructor

const AutomationRuleActionFindingFieldsUpdate({
  1. Input<int?>? confidence,
  2. Input<int?>? criticality,
  3. Input<AutomationRuleActionFindingFieldsUpdateNote?>? note,
  4. Input<List<AutomationRuleActionFindingFieldsUpdateRelatedFinding>?>? relatedFindings,
  5. Input<AutomationRuleActionFindingFieldsUpdateSeverity?>? severity,
  6. Input<List<String>?>? types,
  7. Input<Map<String, String>?>? userDefinedFields,
  8. Input<String?>? verificationState,
  9. 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.

Implementation

const AutomationRuleActionFindingFieldsUpdate({
  this.confidence,
  this.criticality,
  this.note,
  this.relatedFindings,
  this.severity,
  this.types,
  this.userDefinedFields,
  this.verificationState,
  this.workflow,
});