Class Notebook
Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class Notebook : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastAuthor
The user ID of the latest author to modify the notebook.
Declaration
[JsonProperty("lastAuthor")]
public virtual string LastAuthor { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the notebook.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NotebookUpdateTime
object representation of NotebookUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotebookUpdateTimeDateTimeOffset instead.")]
public virtual object NotebookUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NotebookUpdateTimeDateTimeOffset
DateTimeOffset representation of NotebookUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotebookUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NotebookUpdateTimeRaw
The most recent time the notebook was updated.
Declaration
[JsonProperty("notebookUpdateTime")]
public virtual string NotebookUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
The source notebook service, for example, "Colab Enterprise".
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |