Class ThreatPreventionProfile
ThreatPreventionProfile defines an action for specific threat signatures or severity levels.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ThreatPreventionProfile : IDirectResponseSchema
Properties
AntivirusOverrides
Optional. Configuration for overriding antivirus actions per protocol.
Declaration
[JsonProperty("antivirusOverrides")]
public virtual IList<AntivirusOverride> AntivirusOverrides { get; set; }
Property Value
Type | Description |
---|---|
IList<Antivirus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SeverityOverrides
Optional. Configuration for overriding threats actions by severity match.
Declaration
[JsonProperty("severityOverrides")]
public virtual IList<SeverityOverride> SeverityOverrides { get; set; }
Property Value
Type | Description |
---|---|
IList<Severity |
ThreatOverrides
Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.
Declaration
[JsonProperty("threatOverrides")]
public virtual IList<ThreatOverride> ThreatOverrides { get; set; }
Property Value
Type | Description |
---|---|
IList<Threat |