Class ThreatPreventionProfile
ThreatPreventionProfile defines an action for specific threat signatures or severity levels.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ThreatPreventionProfile : IDirectResponseSchema
Properties
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> |