Class CloudLoggingEntry
Metadata taken from a Cloud Logging LogEntry
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class CloudLoggingEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertId
A unique identifier for the log entry.
Declaration
[JsonProperty("insertId")]
public virtual string InsertId { get; set; }
Property Value
Type | Description |
---|---|
string |
LogId
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 the LOG_ID
field in LogEntry
.
Declaration
[JsonProperty("logId")]
public virtual string LogId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceContainer
The organization, folder, or project of the monitored resource that produced this log entry.
Declaration
[JsonProperty("resourceContainer")]
public virtual string ResourceContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
Timestamp
object representation of TimestampRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type | Description |
---|---|
object |
TimestampDateTimeOffset
DateTimeOffset representation of TimestampRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimestampRaw
The time the event described by the log entry occurred.
Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type | Description |
---|---|
string |