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

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

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

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

Inheritance

object > Notebook

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Notebook()

public Notebook()

Notebook(Notebook)

public Notebook(Notebook other)
Parameter
NameDescription
otherNotebook

Properties

LastAuthor

public string LastAuthor { get; set; }

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

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The name of the notebook.

Property Value
TypeDescription
string

NotebookUpdateTime

public Timestamp NotebookUpdateTime { get; set; }

The most recent time the notebook was updated.

Property Value
TypeDescription
Timestamp

Service

public string Service { get; set; }

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

Property Value
TypeDescription
string