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

Indicates what signature matched this process.

Attributes

  • memoryHashSignature (type: GoogleApi.SecurityCenter.V1.Model.MemoryHashSignature.t, default: nil) - Signature indicating that a binary family was matched.
  • signatureType (type: String.t, default: nil) - Describes the type of resource associated with the signature.
  • yaraRuleSignature (type: GoogleApi.SecurityCenter.V1.Model.YaraRuleSignature.t, default: nil) - Signature indicating that a YARA rule was matched.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ProcessSignature{
  memoryHashSignature:
    GoogleApi.SecurityCenter.V1.Model.MemoryHashSignature.t() | nil,
  signatureType: String.t() | nil,
  yaraRuleSignature:
    GoogleApi.SecurityCenter.V1.Model.YaraRuleSignature.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.