Automation Rules Finding Fields Update Args
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)