Automation Rule Action Finding Fields Update
data class AutomationRuleActionFindingFieldsUpdate(val confidence: Int? = null, val criticality: Int? = null, val note: AutomationRuleActionFindingFieldsUpdateNote? = null, val relatedFindings: List<AutomationRuleActionFindingFieldsUpdateRelatedFinding>? = null, val severity: AutomationRuleActionFindingFieldsUpdateSeverity? = null, val types: List<String>? = null, val userDefinedFields: Map<String, String>? = null, val verificationState: String? = null, val workflow: AutomationRuleActionFindingFieldsUpdateWorkflow? = null)
Constructors
Link copied to clipboard
constructor(confidence: Int? = null, criticality: Int? = null, note: AutomationRuleActionFindingFieldsUpdateNote? = null, relatedFindings: List<AutomationRuleActionFindingFieldsUpdateRelatedFinding>? = null, severity: AutomationRuleActionFindingFieldsUpdateSeverity? = null, types: List<String>? = null, userDefinedFields: Map<String, String>? = null, verificationState: String? = null, workflow: AutomationRuleActionFindingFieldsUpdateWorkflow? = null)
Properties
Link copied to clipboard
The rule action updates the Confidence field of a finding.
Link copied to clipboard
The rule action updates the Criticality field of a finding.
Link copied to clipboard
A resource block that updates the note. Documented below.
Link copied to clipboard
A resource block that the rule action updates the RelatedFindings field of a finding. Documented below.
Link copied to clipboard
A resource block that updates to the severity information for a finding. Documented below.
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. The allowed values are the following UNKNOWN, TRUE_POSITIVE, FALSE_POSITIVE and BENIGN_POSITIVE.
Link copied to clipboard
A resource block that is used to update information about the investigation into the finding. Documented below.