このドキュメントでは、セキュリティ ポスチャーの監査ロギングについて説明します。Google Cloud サービスは、Google Cloud リソース内の管理アクティビティとアクセス アクティビティを記録する監査ログを生成します。 Cloud Audit Logs の詳細については、以下をご覧ください。
サービス名
セキュリティ ポスチャーの監査ログでは、サービス名 securityposture.googleapis.com
が使用されます。このサービスでフィルタ:
protoPayload.serviceName="securityposture.googleapis.com"
メソッド(権限タイプ別)
各 IAM 権限には type
プロパティがあります。このプロパティの値は列挙型で、ADMIN_READ
、ADMIN_WRITE
、DATA_READ
、DATA_WRITE
のいずれかになります。メソッドを呼び出すとセキュリティ ポスチャーによって監査ログが生成されます。監査ログのカテゴリは、そのメソッドの実行に必要な権限の type
プロパティによって決まります。
type
プロパティ値が DATA_READ
、DATA_WRITE
、または ADMIN_READ
の IAM 権限を必要とするメソッドは、データアクセス監査ログを生成します。type
プロパティ値が ADMIN_WRITE
の IAM 権限を必要とするメソッドは、管理アクティビティ監査ログを生成します。
権限タイプ | メソッド |
---|---|
DATA_READ |
google.cloud.securityposture.v1.SecurityPosture.GetPosture google.cloud.securityposture.v1.SecurityPosture.GetPostureDeployment google.cloud.securityposture.v1.SecurityPosture.GetPostureTemplate google.cloud.securityposture.v1.SecurityPosture.ListPostureDeployments google.cloud.securityposture.v1.SecurityPosture.ListPostureRevisions google.cloud.securityposture.v1.SecurityPosture.ListPostureTemplates google.cloud.securityposture.v1.SecurityPosture.ListPostures |
DATA_WRITE |
google.cloud.securityposture.v1.SecurityPosture.CreatePosture google.cloud.securityposture.v1.SecurityPosture.CreatePostureDeployment google.cloud.securityposture.v1.SecurityPosture.DeletePosture google.cloud.securityposture.v1.SecurityPosture.DeletePostureDeployment google.cloud.securityposture.v1.SecurityPosture.ExtractPosture google.cloud.securityposture.v1.SecurityPosture.UpdatePosture google.cloud.securityposture.v1.SecurityPosture.UpdatePostureDeployment |
API インターフェースの監査ログ
各メソッドで評価される権限と評価方法については、セキュリティ ポスチャーの Identity and Access Management のドキュメントをご覧ください。
google.cloud.securityposture.v1.SecurityPosture
次の監査ログは、google.cloud.securityposture.v1.SecurityPosture
に属するメソッドに関連付けられています。
CreatePosture
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.CreatePosture
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.create - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.CreatePosture"
CreatePostureDeployment
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.CreatePostureDeployment
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureDeployments.create - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.CreatePostureDeployment"
DeletePosture
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.DeletePosture
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.delete - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.DeletePosture"
DeletePostureDeployment
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.DeletePostureDeployment
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureDeployments.delete - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.DeletePostureDeployment"
ExtractPosture
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.ExtractPosture
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.extract - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.ExtractPosture"
GetPosture
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.GetPosture
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.GetPosture"
GetPostureDeployment
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.GetPostureDeployment
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureDeployments.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.GetPostureDeployment"
GetPostureTemplate
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.GetPostureTemplate
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureTemplates.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.GetPostureTemplate"
ListPostureDeployments
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.ListPostureDeployments
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureDeployments.list - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.ListPostureDeployments"
ListPostureRevisions
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.ListPostureRevisions
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.ListPostureRevisions"
ListPostureTemplates
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.ListPostureTemplates
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureTemplates.list - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.ListPostureTemplates"
ListPostures
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.ListPostures
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.list - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.ListPostures"
UpdatePosture
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.UpdatePosture
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postures.update - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.UpdatePosture"
UpdatePostureDeployment
- メソッド:
google.cloud.securityposture.v1.SecurityPosture.UpdatePostureDeployment
- 監査ログのタイプ: データアクセス
- 権限:
securityposture.postureDeployments.update - DATA_WRITE
- メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.securityposture.v1.SecurityPosture.UpdatePostureDeployment"