Telco Automation API の監査ロギング

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

サービス名

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

    protoPayload.serviceName="telcoautomation.googleapis.com"
  

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

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

権限タイプ メソッド
ADMIN_READ google.cloud.telcoautomation.v1.TelcoAutomation.GetBlueprint
google.cloud.telcoautomation.v1.TelcoAutomation.GetDeployment
google.cloud.telcoautomation.v1.TelcoAutomation.ListBlueprintRevisions
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ComputeDeploymentStatus
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetDeployment
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetEdgeSlm
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListBlueprints
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListDeployments
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListOrchestrationClusters
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchBlueprintRevisions
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchDeploymentRevisions
ADMIN_WRITE google.cloud.telcoautomation.v1.TelcoAutomation.ApproveBlueprint
google.cloud.telcoautomation.v1.TelcoAutomation.CreateBlueprint
google.cloud.telcoautomation.v1.TelcoAutomation.CreateDeployment
google.cloud.telcoautomation.v1.TelcoAutomation.ProposeBlueprint
google.cloud.telcoautomation.v1.TelcoAutomation.UpdateDeployment
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApplyDeployment
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApproveBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.CreateBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.CreateDeployment
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.CreateOrchestrationCluster
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.DeleteBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.DeleteOrchestrationCluster
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.DiscardBlueprintChanges
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ProposeBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.RejectBlueprint
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.RemoveDeployment
google.cloud.telcoautomation.v1alpha1.TelcoAutomation.UpdateBlueprint
DATA_READ google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListPublicBlueprints

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

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

google.cloud.telcoautomation.v1.TelcoAutomation

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

ApproveBlueprint

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

CreateBlueprint

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

CreateDeployment

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

GetBlueprint

  • メソッド: google.cloud.telcoautomation.v1.TelcoAutomation.GetBlueprint
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.blueprints.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1.TelcoAutomation.GetBlueprint"

GetDeployment

  • メソッド: google.cloud.telcoautomation.v1.TelcoAutomation.GetDeployment
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.deployments.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1.TelcoAutomation.GetDeployment"

ListBlueprintRevisions

  • メソッド: google.cloud.telcoautomation.v1.TelcoAutomation.ListBlueprintRevisions
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.blueprints.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1.TelcoAutomation.ListBlueprintRevisions"

ProposeBlueprint

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

UpdateDeployment

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

google.cloud.telcoautomation.v1alpha1.TelcoAutomation

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

ApplyDeployment

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApplyDeployment
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • telcoautomation.deployments.apply - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApplyDeployment"

ApproveBlueprint

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApproveBlueprint
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • telcoautomation.blueprints.approve - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ApproveBlueprint"

ComputeDeploymentStatus

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ComputeDeploymentStatus
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.deployments.computeStatus - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ComputeDeploymentStatus"

CreateBlueprint

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

CreateDeployment

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

CreateOrchestrationCluster

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

DeleteBlueprint

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

DeleteOrchestrationCluster

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

DiscardBlueprintChanges

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

GetBlueprint

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetBlueprint
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.blueprints.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetBlueprint"

GetDeployment

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetDeployment
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.deployments.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetDeployment"

GetEdgeSlm

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetEdgeSlm
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.edgeSlms.get - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.GetEdgeSlm"

ListBlueprints

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListBlueprints
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.blueprints.list - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListBlueprints"

ListDeployments

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListDeployments
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.deployments.list - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListDeployments"

ListOrchestrationClusters

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListOrchestrationClusters
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.orchestrationClusters.list - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListOrchestrationClusters"

ListPublicBlueprints

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListPublicBlueprints
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.publicBlueprints.list - DATA_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ListPublicBlueprints"

ProposeBlueprint

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ProposeBlueprint
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • telcoautomation.blueprints.propose - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.ProposeBlueprint"

RejectBlueprint

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.RejectBlueprint
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • telcoautomation.blueprints.approve - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.RejectBlueprint"

RemoveDeployment

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

SearchBlueprintRevisions

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchBlueprintRevisions
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.blueprints.list - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchBlueprintRevisions"

SearchDeploymentRevisions

  • メソッド: google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchDeploymentRevisions
  • 監査ログのタイプ: データアクセス
  • 権限:
    • telcoautomation.deployments.list - ADMIN_READ
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: どちらでもない。
  • このメソッドのフィルタ: protoPayload.methodName="google.cloud.telcoautomation.v1alpha1.TelcoAutomation.SearchDeploymentRevisions"

UpdateBlueprint

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