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-04-09 UTC."],[[["This document provides reference documentation for the `AdaptiveProtection` class within the Security Command Center v2 API from Google Cloud."],["`AdaptiveProtection` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers two constructors: a default constructor and one that accepts another `AdaptiveProtection` object as a parameter."],["The `AdaptiveProtection` class includes a `Confidence` property, which is a double value indicating the confidence level that a detected event is an actual attack, ranging from 0 (low) to 1 (high)."],["The `AdaptiveProtection` is related to the information provided in the [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/cloud-armor-overview#google-cloud-armor-adaptive-protection) documentation."]]],[]]