Live Stream API の監査ロギング

このドキュメントでは、Live Stream API の監査ロギングについて説明します。Google Cloud サービスは、Google Cloud リソース内の管理アクティビティとアクセス アクティビティを記録する監査ログを生成します。 Cloud Audit Logs の詳細については、以下をご覧ください。

サービス名

Live Stream API 監査ログではサービス名 livestream.googleapis.com が使用されます。このサービスでフィルタ:

    protoPayload.serviceName="livestream.googleapis.com"
  

メソッド(権限タイプ別)

各 IAM 権限には type プロパティがあります。このプロパティの値は列挙型で、ADMIN_READADMIN_WRITEDATA_READDATA_WRITE のいずれかになります。メソッドを呼び出すと、Live Stream API は、メソッドの実行に必要な権限の type プロパティに依存する監査ログを生成します。type プロパティ値が DATA_READDATA_WRITE、または ADMIN_READ の IAM 権限を必要とするメソッドは、データアクセス監査ログを生成します。type プロパティ値が ADMIN_WRITE の IAM 権限を必要とするメソッドは、管理アクティビティ監査ログを生成します。

権限タイプ メソッド
ADMIN_READ google.cloud.video.livestream.v1.LivestreamService.GetAsset
google.cloud.video.livestream.v1.LivestreamService.GetChannel
google.cloud.video.livestream.v1.LivestreamService.GetClip
google.cloud.video.livestream.v1.LivestreamService.GetEvent
google.cloud.video.livestream.v1.LivestreamService.GetInput
google.cloud.video.livestream.v1.LivestreamService.GetPool
google.cloud.video.livestream.v1.LivestreamService.ListAssets
google.cloud.video.livestream.v1.LivestreamService.ListChannels
google.cloud.video.livestream.v1.LivestreamService.ListEvents
google.cloud.video.livestream.v1.LivestreamService.ListInputs
ADMIN_WRITE google.cloud.video.livestream.v1.LivestreamService.CreateAsset
google.cloud.video.livestream.v1.LivestreamService.CreateChannel
google.cloud.video.livestream.v1.LivestreamService.CreateClip
google.cloud.video.livestream.v1.LivestreamService.CreateEvent
google.cloud.video.livestream.v1.LivestreamService.CreateInput
google.cloud.video.livestream.v1.LivestreamService.DeleteAsset
google.cloud.video.livestream.v1.LivestreamService.DeleteChannel
google.cloud.video.livestream.v1.LivestreamService.DeleteClip
google.cloud.video.livestream.v1.LivestreamService.DeleteEvent
google.cloud.video.livestream.v1.LivestreamService.DeleteInput
google.cloud.video.livestream.v1.LivestreamService.StartChannel
google.cloud.video.livestream.v1.LivestreamService.StopChannel
google.cloud.video.livestream.v1.LivestreamService.UpdateChannel
google.cloud.video.livestream.v1.LivestreamService.UpdateInput
google.cloud.video.livestream.v1.LivestreamService.UpdatePool

API インターフェースの監査ログ

各メソッドで評価される権限と評価方法については、Identity and Access Management のドキュメントで Live Stream API の情報をご覧ください。

google.cloud.video.livestream.v1.LivestreamService

次の監査ログは、google.cloud.video.livestream.v1.LivestreamService に属するメソッドに関連付けられています。

CreateAsset

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.CreateAsset
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.assets.create - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.CreateAsset"

CreateChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.CreateChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.channels.create - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.CreateChannel"

CreateClip

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.CreateClip
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.clips.create - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.CreateClip"

CreateEvent

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.CreateEvent
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.events.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.CreateEvent"

CreateInput

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.CreateInput
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.inputs.create - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.CreateInput"

DeleteAsset

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.DeleteAsset
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.assets.delete - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.DeleteAsset"

DeleteChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.DeleteChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.channels.delete - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.DeleteChannel"

DeleteClip

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.DeleteClip
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.clips.delete - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.DeleteClip"

DeleteEvent

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.DeleteEvent
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.events.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.DeleteEvent"

DeleteInput

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.DeleteInput
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.inputs.delete - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.DeleteInput"

GetAsset

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetAsset
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.assets.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetAsset"

GetChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetChannel
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.channels.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetChannel"

GetClip

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetClip
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.clips.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetClip"

GetEvent

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetEvent
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.events.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetEvent"

GetInput

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetInput
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.inputs.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetInput"

GetPool

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.GetPool
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.pools.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.GetPool"

ListAssets

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.ListAssets
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.assets.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.ListAssets"

ListChannels

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.ListChannels
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.channels.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.ListChannels"

ListEvents

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.ListEvents
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.events.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.ListEvents"

ListInputs

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.ListInputs
  • 監査ログのタイプ: データアクセス
  • 権限:
    • livestream.inputs.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.ListInputs"

StartChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.StartChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.channels.start - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.StartChannel"

StopChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.StopChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.channels.stop - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.StopChannel"

UpdateChannel

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.UpdateChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.channels.update - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.UpdateChannel"

UpdateInput

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.UpdateInput
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.inputs.update - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.UpdateInput"

UpdatePool

  • メソッド: google.cloud.video.livestream.v1.LivestreamService.UpdatePool
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • livestream.pools.update - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.video.livestream.v1.LivestreamService.UpdatePool"