GoogleApi.SecurityCenter.V1.Model.MemoryHashSignature (google_api_security_center v0.39.0)
View SourceA signature corresponding to memory page hashes.
Attributes
-
binaryFamily
(type:String.t
, default:nil
) - The binary family. -
detections
(type:list(GoogleApi.SecurityCenter.V1.Model.Detection.t)
, default:nil
) - The list of memory hash detections contributing to the binary family match.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.MemoryHashSignature{ binaryFamily: String.t() | nil, detections: [GoogleApi.SecurityCenter.V1.Model.Detection.t()] | nil }