Class: Google::Cloud::SecurityCenter::V1::AdaptiveProtection
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AdaptiveProtection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb
Overview
Information about Google Cloud Armor Adaptive Protection.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
A score of 0 means that there is low confidence that the detected event is an actual attack.
Instance Attribute Details
#confidence ⇒ ::Float
Returns 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.
106 107 108 109 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 106 class AdaptiveProtection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |