AutomationRulesFindingFieldsUpdate

data class AutomationRulesFindingFieldsUpdate(val confidence: Int? = null, val criticality: Int? = null, val note: AutomationRuleNoteUpdate? = null, val relatedFindings: List<AutomationRuleRelatedFinding>? = null, val severity: AutomationRuleSeverityUpdate? = null, val types: List<String>? = null, val userDefinedFields: AutomationRulemap? = null, val verificationState: AutomationRulesFindingFieldsUpdateVerificationState? = null, val workflow: AutomationRuleWorkflowUpdate? = null)

Constructors

Link copied to clipboard
fun AutomationRulesFindingFieldsUpdate(confidence: Int? = null, criticality: Int? = null, note: AutomationRuleNoteUpdate? = null, relatedFindings: List<AutomationRuleRelatedFinding>? = null, severity: AutomationRuleSeverityUpdate? = null, types: List<String>? = null, userDefinedFields: AutomationRulemap? = null, verificationState: AutomationRulesFindingFieldsUpdateVerificationState? = null, workflow: AutomationRuleWorkflowUpdate? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val confidence: Int? = null
Link copied to clipboard
val criticality: Int? = null
Link copied to clipboard

Note added to the finding

Link copied to clipboard
Link copied to clipboard

Severity of the finding

Link copied to clipboard
val types: List<String>? = null
Link copied to clipboard
Link copied to clipboard

Workflow status set for the finding