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

A signature corresponding to memory page hashes.

Attributes

  • binaryFamily (type: String.t, default: nil) - The binary family.
  • detections (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Detection.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.GoogleCloudSecuritycenterV2MemoryHashSignature{
    binaryFamily: String.t() | nil,
    detections:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Detection.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.