SecurityProfileThreatPreventionProfileThreatOverride

data class SecurityProfileThreatPreventionProfileThreatOverride(val action: String, val threatId: String, val type: String? = null)

Constructors

constructor(action: String, threatId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Threat action. Possible values are: ALERT, ALLOW, DEFAULT_ACTION, DENY.

Link copied to clipboard

Vendor-specific ID of a threat to override.

Link copied to clipboard
val type: String? = null

(Output) Type of threat.