Skip to content

ノートブックテーマ

イベント一覧

イベントリソース説明
notebook_theme.set_defaultnotebook_themeデフォルトのノートブックテーマが設定された。
notebook_theme.addnotebook_themeノートブックテーマが追加された。
notebook_theme.updatenotebook_themeノートブックテーマが更新された。
notebook_theme.deletenotebook_themeノートブックテーマが削除された。

イベント詳細

notebook_theme.set_default 準備中

デフォルトのノートブックテーマが設定された。

フィールド
event.codenotebook_theme.set_default
scope.typeworkspace
resource.typenotebook_theme
references(なし)
query(なし)
change(なし)
grant(なし)
extra(なし)

サンプル

json
{
  "event": {
    "code": "notebook_theme.set_default",
    ...
  },
  "scope": {
    "type": "workspace",
    ...
  },
  "resource": {
    "type": "notebook_theme",
    "uid": "pal_01",
    "name": "Brand Colors",
    "path": "notebook_theme/pal_01",
    "parts": [
      {
        "type": "notebook_theme",
        "uid": "pal_01",
        "name": "Brand Colors"
      }
    ],
    ...
  },
  ...
}

notebook_theme.add 準備中

ノートブックテーマが追加された。

フィールド
event.codenotebook_theme.add
scope.typeworkspace
resource.typenotebook_theme
references(なし)
query(なし)
change(なし)
grant(なし)
extra(なし)

サンプル

json
{
  "event": {
    "code": "notebook_theme.add",
    ...
  },
  "scope": {
    "type": "workspace",
    ...
  },
  "resource": {
    "type": "notebook_theme",
    "uid": "pal_01",
    "name": "Brand Colors",
    "path": "notebook_theme/pal_01",
    "parts": [
      {
        "type": "notebook_theme",
        "uid": "pal_01",
        "name": "Brand Colors"
      }
    ],
    ...
  },
  ...
}

notebook_theme.update 準備中

ノートブックテーマが更新された。

フィールド
event.codenotebook_theme.update
scope.typeworkspace
resource.typenotebook_theme
references(なし)
query(なし)
changecontent
grant(なし)
extra(なし)

change

名前モード必須説明
contentフラグ必須配色やフォントなど、テーマの内容が変更されたこと

サンプル

json
{
  "event": {
    "code": "notebook_theme.update",
    ...
  },
  "scope": {
    "type": "workspace",
    ...
  },
  "resource": {
    "type": "notebook_theme",
    "uid": "pal_01",
    "name": "Brand Colors",
    "path": "notebook_theme/pal_01",
    "parts": [
      {
        "type": "notebook_theme",
        "uid": "pal_01",
        "name": "Brand Colors"
      }
    ],
    ...
  },
  "change": {
    "fields": [
      {
        "name": "content",
        "changed": true
      }
    ]
  },
  ...
}

notebook_theme.delete 準備中

ノートブックテーマが削除された。

フィールド
event.codenotebook_theme.delete
scope.typeworkspace
resource.typenotebook_theme
references(なし)
query(なし)
change(なし)
grant(なし)
extra(なし)

サンプル

json
{
  "event": {
    "code": "notebook_theme.delete",
    ...
  },
  "scope": {
    "type": "workspace",
    ...
  },
  "resource": {
    "type": "notebook_theme",
    "uid": "pal_01",
    "name": "Brand Colors",
    "path": "notebook_theme/pal_01",
    "parts": [
      {
        "type": "notebook_theme",
        "uid": "pal_01",
        "name": "Brand Colors"
      }
    ],
    ...
  },
  ...
}

Codatum Audit Events 監査ログイベントカタログ