FindingIdentifier

An object that contains information about a finding and the scan that generated it.

Types

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

Properties

Link copied to clipboard

The identifier for a finding.

Link copied to clipboard

The name of the scan that generated the finding.

Functions

Link copied to clipboard
inline fun copy(block: FindingIdentifier.Builder.() -> Unit = {}): FindingIdentifier
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