Certificate Authority Service の監査ロギング
このドキュメントでは、Certificate Authority Service の監査ロギングについて説明します。Google Cloud サービスは、Google Cloud リソース内の管理アクティビティとアクセス アクティビティを記録する監査ログを生成します。 Cloud Audit Logs の詳細については、以下をご覧ください。
サービス名
Certificate Authority Service の監査ログでは、サービス名 privateca.googleapis.com
が使用されます。このサービスでフィルタ:
protoPayload.serviceName="privateca.googleapis.com"
メソッド(権限タイプ別)
各 IAM 権限には type
プロパティがあります。このプロパティの値は列挙型で、ADMIN_READ
、ADMIN_WRITE
、DATA_READ
、DATA_WRITE
のいずれかになります。メソッドを呼び出すと、Certificate Authority Service は、メソッドの実行に必要な権限の type
プロパティに依存する監査ログを生成します。type
プロパティ値が DATA_READ
、DATA_WRITE
、または ADMIN_READ
の IAM 権限を必要とするメソッドは、データアクセス監査ログを生成します。type
プロパティ値が ADMIN_WRITE
の IAM 権限を必要とするメソッドは、管理アクティビティ監査ログを生成します。
権限タイプ | メソッド |
---|---|
ADMIN_READ |
GetIamPolicy google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate google.cloud.security.privateca.v1.CertificateAuthorityService.ListCaPools google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates google.longrunning.Operations.GetOperation google.longrunning.Operations.ListOperations |
ADMIN_WRITE |
SetIamPolicy google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCaPool google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateTemplate google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCaPool google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateTemplate google.cloud.security.privateca.v1.CertificateAuthorityService.DisableCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.EnableCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCaPool google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateAuthority google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateTemplate google.longrunning.Operations.CancelOperation google.longrunning.Operations.DeleteOperation |
DATA_READ |
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificate google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateRevocationList google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates |
DATA_WRITE |
google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate google.cloud.security.privateca.v1.CertificateAuthorityService.RevokeCertificate google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateRevocationList |
API インターフェースの監査ログ
各メソッドで評価される権限と評価方法については、Identity and Access Management のドキュメントで Certificate Authority Service の情報をご覧ください。
google.cloud.security.privateca.v1.CertificateAuthorityService
次の監査ログは、google.cloud.security.privateca.v1.CertificateAuthorityService
に属するメソッドに関連付けられています。
ActivateCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority"
CreateCaPool
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCaPool
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.caPools.create - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCaPool"
CreateCertificate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificates.create - DATA_WRITE
privateca.certificates.createForSelf - DATA_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate"
CreateCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.create - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateAuthority"
CreateCertificateTemplate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateTemplate
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateTemplates.create - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateTemplate"
DeleteCaPool
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCaPool
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.caPools.delete - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCaPool"
DeleteCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.delete - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateAuthority"
DeleteCertificateTemplate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateTemplate
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateTemplates.delete - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateTemplate"
DisableCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.DisableCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.DisableCertificateAuthority"
EnableCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.EnableCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.EnableCertificateAuthority"
FetchCaCerts
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts
- 監査ログのタイプ: データアクセス
- 権限:
privateca.caPools.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts"
FetchCertificateAuthorityCsr
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateAuthorities.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr"
GetCaPool
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool
- 監査ログのタイプ: データアクセス
- 権限:
privateca.caPools.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool"
GetCertificate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificate
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificates.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificate"
GetCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateAuthorities.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority"
GetCertificateRevocationList
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateRevocationList
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateRevocationLists.get - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateRevocationList"
GetCertificateTemplate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateTemplates.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate"
ListCaPools
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ListCaPools
- 監査ログのタイプ: データアクセス
- 権限:
privateca.caPools.list - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ListCaPools"
ListCertificateAuthorities
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateAuthorities.list - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities"
ListCertificateRevocationLists
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateRevocationLists.list - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists"
ListCertificateTemplates
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateTemplates.list - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates"
ListCertificates
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificates.list - DATA_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates"
RevokeCertificate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.RevokeCertificate
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificates.update - DATA_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.RevokeCertificate"
UndeleteCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority"
UpdateCaPool
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCaPool
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.caPools.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCaPool"
UpdateCertificate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificates.update - DATA_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate"
UpdateCertificateAuthority
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateAuthority
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateAuthorities.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateAuthority"
UpdateCertificateRevocationList
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateRevocationList
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateRevocationLists.update - DATA_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateRevocationList"
UpdateCertificateTemplate
- メソッド:
google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateTemplate
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.certificateTemplates.update - ADMIN_WRITE
- メソッドは長時間実行オペレーションかストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
- このメソッドのフィルタ:
protoPayload.methodName="google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateTemplate"
google.iam.v1.IAMPolicy
次の監査ログは、google.iam.v1.IAMPolicy
に属するメソッドに関連付けられています。
GetIamPolicy
- メソッド:
GetIamPolicy
- 監査ログのタイプ: データアクセス
- 権限:
privateca.certificateRevocationLists.getIamPolicy - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="GetIamPolicy"
SetIamPolicy
- メソッド:
SetIamPolicy
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.caPools.setIamPolicy - ADMIN_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="SetIamPolicy"
google.longrunning.Operations
次の監査ログは、google.longrunning.Operations
に属するメソッドに関連付けられています。
CancelOperation
- メソッド:
google.longrunning.Operations.CancelOperation
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.operations.cancel - ADMIN_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.longrunning.Operations.CancelOperation"
DeleteOperation
- メソッド:
google.longrunning.Operations.DeleteOperation
- 監査ログのタイプ: 管理アクティビティ
- 権限:
privateca.operations.delete - ADMIN_WRITE
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.longrunning.Operations.DeleteOperation"
GetOperation
- メソッド:
google.longrunning.Operations.GetOperation
- 監査ログのタイプ: データアクセス
- 権限:
privateca.operations.get - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.longrunning.Operations.GetOperation"
ListOperations
- メソッド:
google.longrunning.Operations.ListOperations
- 監査ログのタイプ: データアクセス
- 権限:
privateca.operations.list - ADMIN_READ
- メソッドが長時間実行またはストリーミング オペレーションである:
いいえ。
- このメソッドのフィルタ:
protoPayload.methodName="google.longrunning.Operations.ListOperations"
監査ログを生成しないメソッド
メソッドが監査ログを生成しない理由は、次のいずれかの可能性があります。
- これは、大量のログの生成とストレージのコストを要する大容量法です。
- 監査値が低い。
- 別の監査ログまたはプラットフォーム ログでメソッド カバレッジがすでに提供されている。
次のメソッドは監査ログを生成しません。
google.cloud.location.Locations.GetLocation
google.cloud.location.Locations.ListLocations
google.longrunning.Operations.WaitOperation