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

GoogleCloudSecuritycenterV2Notebook

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

Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.

interface GoogleCloudSecuritycenterV2Notebook {
lastAuthor?: string;
name?: string;
notebookUpdateTime?: Date;
service?: string;
}

§Properties

§
lastAuthor?: string
[src]

The user ID of the latest author to modify the notebook.

§
name?: string
[src]

The name of the notebook.

§
notebookUpdateTime?: Date
[src]

The most recent time the notebook was updated.

§
service?: string
[src]

The source notebook service, for example, "Colab Enterprise".