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.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Notebook()
public Notebook()
Notebook(Notebook)
public Notebook(Notebook other)
Parameter | |
---|---|
Name | Description |
other |
Notebook |
Properties
LastAuthor
public string LastAuthor { get; set; }
The user ID of the latest author to modify the notebook.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name of the notebook.
Property Value | |
---|---|
Type | Description |
string |
NotebookUpdateTime
public Timestamp NotebookUpdateTime { get; set; }
The most recent time the notebook was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |
Service
public string Service { get; set; }
The source notebook service, for example, "Colab Enterprise".
Property Value | |
---|---|
Type | Description |
string |