AutomationRuleActionFindingFieldsUpdateWorkflowArgs

data class AutomationRuleActionFindingFieldsUpdateWorkflowArgs(val status: Output<String>? = null) : ConvertibleToJava<AutomationRuleActionFindingFieldsUpdateWorkflowArgs>

Constructors

constructor(status: Output<String>? = null)

Properties

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

The status of the investigation into the finding. The allowed values are the following NEW, NOTIFIED, RESOLVED and SUPPRESSED.

Functions

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