Google Cloud Security Command Center v1 API - Class AdaptiveProtection (3.21.0)

public sealed class AdaptiveProtection : IMessage<AdaptiveProtection>, IEquatable<AdaptiveProtection>, IDeepCloneable<AdaptiveProtection>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class AdaptiveProtection.

Information about Google Cloud Armor Adaptive Protection.

Inheritance

object > AdaptiveProtection

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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