View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Detection (google_api_security_center v0.29.0)

Memory hash detection contributing to the binary family match.

Attributes

  • binary (type: String.t, default: nil) - The name of the binary associated with the memory hash signature detection.
  • percentPagesMatched (type: float(), default: nil) - The percentage of memory page hashes in the signature that were matched.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Detection{
  binary: String.t() | nil,
  percentPagesMatched: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.