AutomationRuleActionFindingFieldsUpdateArgs

data class AutomationRuleActionFindingFieldsUpdateArgs(val confidence: Output<Int>? = null, val criticality: Output<Int>? = null, val note: Output<AutomationRuleActionFindingFieldsUpdateNoteArgs>? = null, val relatedFindings: Output<List<AutomationRuleActionFindingFieldsUpdateRelatedFindingArgs>>? = null, val severity: Output<AutomationRuleActionFindingFieldsUpdateSeverityArgs>? = null, val types: Output<List<String>>? = null, val userDefinedFields: Output<Map<String, String>>? = null, val verificationState: Output<String>? = null, val workflow: Output<AutomationRuleActionFindingFieldsUpdateWorkflowArgs>? = null) : ConvertibleToJava<AutomationRuleActionFindingFieldsUpdateArgs>

Constructors

constructor(confidence: Output<Int>? = null, criticality: Output<Int>? = null, note: Output<AutomationRuleActionFindingFieldsUpdateNoteArgs>? = null, relatedFindings: Output<List<AutomationRuleActionFindingFieldsUpdateRelatedFindingArgs>>? = null, severity: Output<AutomationRuleActionFindingFieldsUpdateSeverityArgs>? = null, types: Output<List<String>>? = null, userDefinedFields: Output<Map<String, String>>? = null, verificationState: Output<String>? = null, workflow: Output<AutomationRuleActionFindingFieldsUpdateWorkflowArgs>? = null)

Properties

Link copied to clipboard
val confidence: Output<Int>? = null

The rule action updates the Confidence field of a finding.

Link copied to clipboard
val criticality: Output<Int>? = null

The rule action updates the Criticality field of a finding.

Link copied to clipboard

A resource block that updates the note. Documented below.

Link copied to clipboard

A resource block that the rule action updates the RelatedFindings field of a finding. Documented below.

Link copied to clipboard

A resource block that updates to the severity information for a finding. Documented below.

Link copied to clipboard
val types: Output<List<String>>? = null

The rule action updates the Types field of a finding.

Link copied to clipboard
val userDefinedFields: Output<Map<String, String>>? = null

The rule action updates the UserDefinedFields field of a finding.

Link copied to clipboard
val verificationState: Output<String>? = null

The rule action updates the VerificationState field of a finding. The allowed values are the following UNKNOWN, TRUE_POSITIVE, FALSE_POSITIVE and BENIGN_POSITIVE.

Link copied to clipboard

A resource block that is used to update information about the investigation into the finding. Documented below.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleActionFindingFieldsUpdateArgs