Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloudLoggingEntry

import type { CloudLoggingEntry } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Metadata taken from a Cloud Logging LogEntry

interface CloudLoggingEntry {
insertId?: string;
logId?: string;
resourceContainer?: string;
timestamp?: Date;
}

§Properties

§
insertId?: string
[src]

A unique identifier for the log entry.

§
logId?: string
[src]

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.

§
resourceContainer?: string
[src]

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

§
timestamp?: Date
[src]

The time the event described by the log entry occurred.