FindingSummary

Contains summary information about a security finding.

Types

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

Properties

Link copied to clipboard

The unique identifier of the agent space associated with the finding.

Link copied to clipboard

The unique identifier of the code review associated with the finding.

Link copied to clipboard

The unique identifier of the code review job that produced the finding.

Link copied to clipboard

The confidence level of the finding.

Link copied to clipboard

The date and time the finding was created, in UTC format.

Link copied to clipboard

The unique identifier of the finding.

Link copied to clipboard
val name: String?

The name of the finding.

Link copied to clipboard

The unique identifier of the pentest associated with the finding.

Link copied to clipboard

The unique identifier of the pentest job that produced the finding.

Link copied to clipboard

The risk level of the finding.

Link copied to clipboard

The type of security risk identified by the finding.

Link copied to clipboard

The current status of the finding.

Link copied to clipboard

The date and time the finding was last updated, in UTC format.

Functions

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