public sealed class AdaptiveProtection : IMessage<AdaptiveProtection>, IEquatable<AdaptiveProtection>, IDeepCloneable<AdaptiveProtection>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class AdaptiveProtection.
Information about Google Cloud Armor Adaptive Protection.
Implements
IMessageAdaptiveProtection, IEquatableAdaptiveProtection, IDeepCloneableAdaptiveProtection, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AdaptiveProtection()
public AdaptiveProtection()
AdaptiveProtection(AdaptiveProtection)
public AdaptiveProtection(AdaptiveProtection other)
Parameter | |
---|---|
Name | Description |
other |
AdaptiveProtection |
Properties
Confidence
public double Confidence { get; set; }
A score of 0 means that there is low confidence that the detected event is an actual attack. A score of 1 means that there is high confidence that the detected event is an attack. See the Adaptive Protection documentation for further explanation.
Property Value | |
---|---|
Type | Description |
double |