Automation Rule Action Finding Fields Update Args
    data class AutomationRuleActionFindingFieldsUpdateArgs(val confidence: Output<Int>? = null, val criticality: Output<Int>? = null, val note: Output<AutomationRuleActionFindingFieldsUpdateNoteArgs>? = null, val relatedFindings: Output<List<AutomationRuleActionFindingFieldsUpdateRelatedFindingArgs>>? = null, val severity: Output<AutomationRuleActionFindingFieldsUpdateSeverityArgs>? = null, val types: Output<List<String>>? = null, val userDefinedFields: Output<Map<String, String>>? = null, val verificationState: Output<String>? = null, val workflow: Output<AutomationRuleActionFindingFieldsUpdateWorkflowArgs>? = null) : ConvertibleToJava<AutomationRuleActionFindingFieldsUpdateArgs> 
Constructors
Link copied to clipboard
                fun AutomationRuleActionFindingFieldsUpdateArgs(confidence: Output<Int>? = null, criticality: Output<Int>? = null, note: Output<AutomationRuleActionFindingFieldsUpdateNoteArgs>? = null, relatedFindings: Output<List<AutomationRuleActionFindingFieldsUpdateRelatedFindingArgs>>? = null, severity: Output<AutomationRuleActionFindingFieldsUpdateSeverityArgs>? = null, types: Output<List<String>>? = null, userDefinedFields: Output<Map<String, String>>? = null, verificationState: Output<String>? = null, workflow: Output<AutomationRuleActionFindingFieldsUpdateWorkflowArgs>? = null)
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                val relatedFindings: Output<List<AutomationRuleActionFindingFieldsUpdateRelatedFindingArgs>>? = null