GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2YaraRuleSignature (google_api_security_center v0.39.0)
View SourceA signature corresponding to a YARA rule.
Attributes
-
yaraRule
(type:String.t
, default:nil
) - The name of the YARA rule.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2YaraRuleSignature{ yaraRule: String.t() | nil }