AutomationRulesFindingFieldsUpdateArgs

data class AutomationRulesFindingFieldsUpdateArgs(val confidence: Output<Int>? = null, val criticality: Output<Int>? = null, val note: Output<AutomationRuleNoteUpdateArgs>? = null, val relatedFindings: Output<List<AutomationRuleRelatedFindingArgs>>? = null, val severity: Output<AutomationRuleSeverityUpdateArgs>? = null, val types: Output<List<String>>? = null, val userDefinedFields: Output<Map<String, String>>? = null, val verificationState: Output<AutomationRulesFindingFieldsUpdateVerificationState>? = null, val workflow: Output<AutomationRuleWorkflowUpdateArgs>? = null) : ConvertibleToJava<AutomationRulesFindingFieldsUpdateArgs>

The rule action will update the `Note` field of a finding.

Constructors

Link copied to clipboard
constructor(confidence: Output<Int>? = null, criticality: Output<Int>? = null, note: Output<AutomationRuleNoteUpdateArgs>? = null, relatedFindings: Output<List<AutomationRuleRelatedFindingArgs>>? = null, severity: Output<AutomationRuleSeverityUpdateArgs>? = null, types: Output<List<String>>? = null, userDefinedFields: Output<Map<String, String>>? = null, verificationState: Output<AutomationRulesFindingFieldsUpdateVerificationState>? = null, workflow: Output<AutomationRuleWorkflowUpdateArgs>? = 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
val note: Output<AutomationRuleNoteUpdateArgs>? = null

The rule action will update the `Note` field of a finding.

Link copied to clipboard

The rule action will update the `RelatedFindings` field of a finding.

Link copied to clipboard

The rule action will update the `Severity` field of a finding.

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

The rule action updates the VerificationState field of a finding.

Link copied to clipboard

The rule action will update the `Workflow` field of a finding.

Functions

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