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.
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."],[[["This webpage provides reference documentation for the `AdaptiveProtection` class within the Google Cloud Security Command Center v1 API, specifically within the .NET ecosystem."],["The current version detailed is 3.22.0, but the latest available version is 3.24.0, with a comprehensive list of prior versions also available for review and reference."],["`AdaptiveProtection` is used within Google Cloud Armor Adaptive Protection and includes implementation of various interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes a property called `Confidence`, which is a double value that represents the confidence level (from 0 to 1) that an event is an actual security attack."],["This class has the ability to be constructed by a default empty constructor, and another that can take in another `AdaptiveProtection` parameter."]]],[]]