GoogleApi.SecurityCenter.V1.Model.CloudLoggingEntry (google_api_security_center v0.39.0)
View SourceMetadata 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 oflog_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 theLOG_ID
field inLogEntry
. -
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.CloudLoggingEntry{ insertId: String.t() | nil, logId: String.t() | nil, resourceContainer: String.t() | nil, timestamp: DateTime.t() | nil }