Class: Google::Cloud::SecurityCenter::V1::SecurityPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::SecurityPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb
Overview
Information about the Google Cloud Armor security policy relevant to the finding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the Google Cloud Armor security policy, for example, "my-security-policy".
-
#preview ⇒ ::Boolean
Whether or not the associated rule or policy is in preview mode.
-
#type ⇒ ::String
The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Google Cloud Armor security policy, for example, "my-security-policy".
72 73 74 75 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72 class SecurityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preview ⇒ ::Boolean
Returns Whether or not the associated rule or policy is in preview mode.
72 73 74 75 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72 class SecurityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.
72 73 74 75 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 72 class SecurityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |