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<AutomationRulemapArgs>? = null, val verificationState: Output<AutomationRulesFindingFieldsUpdateVerificationState>? = null, val workflow: Output<AutomationRuleWorkflowUpdateArgs>? = null) : ConvertibleToJava<AutomationRulesFindingFieldsUpdateArgs>

Constructors

Link copied to clipboard
fun AutomationRulesFindingFieldsUpdateArgs(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<AutomationRulemapArgs>? = null, verificationState: Output<AutomationRulesFindingFieldsUpdateVerificationState>? = null, workflow: Output<AutomationRuleWorkflowUpdateArgs>? = null)

Functions

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

Properties

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

Note added to the finding

Link copied to clipboard
Link copied to clipboard

Severity of the finding

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

Workflow status set for the finding