Single Query Result Response
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)
Properties
Link copied to clipboard
Describes what is the signature enforces
Link copied to clipboard
Describes the list of destination ports related to this signature
Link copied to clipboard
Describes if this override is inherited from base policy or not
Link copied to clipboard
Describes the last updated time of the signature (provided from 3rd party vendor)
Link copied to clipboard
The ID of the signature
Link copied to clipboard
Describes the list of source ports related to this signature