Class: Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/indicator.rb
Overview
A signature corresponding to a YARA rule.
Instance Attribute Summary collapse
-
#yara_rule ⇒ ::String
The name of the YARA rule.
Instance Attribute Details
#yara_rule ⇒ ::String
Returns The name of the YARA rule.
91 92 93 94 |
# File 'proto_docs/google/cloud/securitycenter/v1/indicator.rb', line 91 class YaraRuleSignature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |