SingleQueryResultResponse

data class SingleQueryResultResponse(val description: String? = null, val destinationPorts: List<String>? = null, val direction: Int? = null, val group: String? = null, val inheritedFromParentPolicy: Boolean? = null, val lastUpdated: String? = null, val mode: Int? = null, val protocol: String? = null, val severity: Int? = null, val signatureId: Int? = null, val sourcePorts: List<String>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationPorts: List<String>? = null, direction: Int? = null, group: String? = null, inheritedFromParentPolicy: Boolean? = null, lastUpdated: String? = null, mode: Int? = null, protocol: String? = null, severity: Int? = null, signatureId: Int? = null, sourcePorts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Describes what is the signature enforces

Link copied to clipboard

Describes the list of destination ports related to this signature

Link copied to clipboard
val direction: Int? = null

Describes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound

Link copied to clipboard
val group: String? = null

Describes the groups the signature belongs to

Link copied to clipboard

Describes if this override is inherited from base policy or not

Link copied to clipboard
val lastUpdated: String? = null

Describes the last updated time of the signature (provided from 3rd party vendor)

Link copied to clipboard
val mode: Int? = null

The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny

Link copied to clipboard
val protocol: String? = null

Describes the protocol the signatures is being enforced in

Link copied to clipboard
val severity: Int? = null

Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low

Link copied to clipboard
val signatureId: Int? = null

The ID of the signature

Link copied to clipboard
val sourcePorts: List<String>? = null

Describes the list of source ports related to this signature