Reference documentation and code samples for the Google Cloud Network Security V1 Client class ThreatOverride.
Defines what action to take for a specific threat_id match.
Generated from protobuf message google.cloud.networksecurity.v1.ThreatOverride
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ threat_id
string
Required. Vendor-specific ID of a threat to override.
↳ type
int
Output only. Type of the threat (read only).
↳ action
int
Required. Threat action override. For some threat types, only a subset of actions applies.
getThreatId
Required. Vendor-specific ID of a threat to override.
string
setThreatId
Required. Vendor-specific ID of a threat to override.
var
string
$this
getType
Output only. Type of the threat (read only).
setType
Output only. Type of the threat (read only).
$this
getAction
Required. Threat action override. For some threat types, only a subset of actions applies.
setAction
Required. Threat action override. For some threat types, only a subset of actions applies.
$this

