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

Indicates what signature matched this process.

Attributes

  • memoryHashSignature (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2MemoryHashSignature.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.GoogleCloudSecuritycenterV2YaraRuleSignature.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.GoogleCloudSecuritycenterV2ProcessSignature{
    memoryHashSignature:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2MemoryHashSignature.t()
      | nil,
    signatureType: String.t() | nil,
    yaraRuleSignature:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2YaraRuleSignature.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.