Interface AdaptiveProtectionOrBuilder (2.51.0)

public interface AdaptiveProtectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidence()

public abstract double getConfidence()

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.

double confidence = 1;

Returns
Type Description
double

The confidence.