GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Notebook (google_api_security_center v0.39.0)

View Source

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

Attributes

  • lastAuthor (type: String.t, default: nil) - The user ID of the latest author to modify the notebook.
  • name (type: String.t, default: nil) - The name of the notebook.
  • notebookUpdateTime (type: DateTime.t, default: nil) - The most recent time the notebook was updated.
  • service (type: String.t, default: nil) - The source notebook service, for example, "Colab Enterprise".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Notebook{
  lastAuthor: String.t() | nil,
  name: String.t() | nil,
  notebookUpdateTime: DateTime.t() | nil,
  service: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.