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