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

Metadata taken from a Cloud Logging LogEntry

Attributes

  • insertId (type: String.t, default: nil) - A unique identifier for the log entry.
  • logId (type: String.t, default: nil) - The type of the log (part of log_name. log_name is the resource name of the log to which this log entry belongs). For example: cloudresourcemanager.googleapis.com/activity Note that this field is not URL-encoded, unlike in LogEntry.
  • resourceContainer (type: String.t, default: nil) - The organization, folder, or project of the monitored resource that produced this log entry.
  • timestamp (type: DateTime.t, default: nil) - The time the event described by the log entry occurred.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2CloudLoggingEntry{
    insertId: String.t() | nil,
    logId: String.t() | nil,
    resourceContainer: String.t() | nil,
    timestamp: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.