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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AdaptiveProtection` class is part of the Security Command Center v2 API and provides information about Google Cloud Armor Adaptive Protection."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers two constructors: a default constructor and one that takes another `AdaptiveProtection` object as a parameter."],["It features a `Confidence` property, a double value indicating the confidence level that a detected event is an actual attack, with 0 being low confidence and 1 being high confidence."],["The `AdaptiveProtection` class is found within the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]