Class: Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature::YaraRuleSignature

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#yara_rule::String

Returns The name of the YARA rule.

Returns:

  • (::String)

    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