Show / Hide Table of Contents

Class ThreatPreventionProfile

ThreatPreventionProfile defines an action for specific threat signatures or severity levels.

Inheritance
object
ThreatPreventionProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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<AntivirusOverride>

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<SeverityOverride>

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<ThreatOverride>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX