ThreatSummary

Contains summary information about a threat.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Who created this threat.

Link copied to clipboard

The severity level of the threat.

Link copied to clipboard

The natural-language threat statement.

Link copied to clipboard

The current status of the threat.

Link copied to clipboard

The STRIDE categories applicable to this threat.

Link copied to clipboard

The unique identifier of the threat.

Link copied to clipboard

The unique identifier of the threat model job that produced the threat.

Link copied to clipboard

A short title summarizing the threat.

Link copied to clipboard

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

Link copied to clipboard

Who last updated this threat.

Functions

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