AutomationRulesFindingFieldsUpdateArgs

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)