AutomationRuleActionFindingFieldsUpdate constructor
- Input<
int?> ? confidence, - Input<
int?> ? criticality, - Input<
AutomationRuleActionFindingFieldsUpdateNote?> ? note, - Input<
AutomationRuleActionFindingFieldsUpdateSeverity?> ? severity, - Input<
List< ? types,String> ?> - Input<
Map< ? userDefinedFields,String, String> ?> - 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.
Implementation
const AutomationRuleActionFindingFieldsUpdate({
this.confidence,
this.criticality,
this.note,
this.relatedFindings,
this.severity,
this.types,
this.userDefinedFields,
this.verificationState,
this.workflow,
});