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: Map<String, String>? = null, val verificationState: AutomationRulesFindingFieldsUpdateVerificationState? = null, val workflow: AutomationRuleWorkflowUpdate? = null)

Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val confidence: Int? = null

The rule action updates the `Confidence` field of a finding.

Link copied to clipboard
val criticality: Int? = null

The rule action updates the `Criticality` field of a finding.

Link copied to clipboard

The rule action will update the `Note` field of a finding.

Link copied to clipboard

The rule action will update the `RelatedFindings` field of a finding.

Link copied to clipboard

The rule action will update the `Severity` field of a finding.

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

The rule action updates the `Types` field of a finding.

Link copied to clipboard

The rule action updates the `UserDefinedFields` field of a finding.

Link copied to clipboard

The rule action updates the `VerificationState` field of a finding.

Link copied to clipboard

The rule action will update the `Workflow` field of a finding.