Google Cloud Security Command Center v1 API - Class CloudLoggingEntry (3.20.0)

public sealed class CloudLoggingEntry : IMessage<CloudLoggingEntry>, IEquatable<CloudLoggingEntry>, IDeepCloneable<CloudLoggingEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CloudLoggingEntry.

Metadata taken from a Cloud Logging LogEntry

Inheritance

object > CloudLoggingEntry

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CloudLoggingEntry()

public CloudLoggingEntry()

CloudLoggingEntry(CloudLoggingEntry)

public CloudLoggingEntry(CloudLoggingEntry other)
Parameter
NameDescription
otherCloudLoggingEntry

Properties

InsertId

public string InsertId { get; set; }

A unique identifier for the log entry.

Property Value
TypeDescription
string

LogId

public string LogId { get; set; }

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.

Property Value
TypeDescription
string

ResourceContainer

public string ResourceContainer { get; set; }

The organization, folder, or project of the monitored resource that produced this log entry.

Property Value
TypeDescription
string

Timestamp

public Timestamp Timestamp { get; set; }

The time the event described by the log entry occurred.

Property Value
TypeDescription
Timestamp