FindingProviderFields

In a BatchImportFindings request, finding providers use FindingProviderFields to provide and update values for confidence, criticality, related findings, severity, and types.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.

Link copied to clipboard

The level of importance assigned to the resources associated with the finding.

Link copied to clipboard

A list of findings that are related to the current finding.

Link copied to clipboard

The severity of a finding.

Link copied to clipboard

One or more finding types in the format of namespace/category/classifier that classify a finding.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String