Cloud Profiler 审核日志记录

本文档介绍 Cloud Profiler 的审核日志记录。Google Cloud 服务会生成审核日志,以记录 Google Cloud 资源中的管理和访问活动。 如需详细了解 Cloud Audit Logs,请参阅以下内容:

服务名称

Cloud Profiler 审核日志使用服务名称 cloudprofiler.googleapis.com。 针对此服务的过滤条件:

    protoPayload.serviceName="cloudprofiler.googleapis.com"
  

方法(按权限类型)

每个 IAM 权限都有一个 type 属性,该属性的值是一个枚举,可以是以下四个值之一:ADMIN_READADMIN_WRITEDATA_READDATA_WRITE。在您调用某个方法时,Cloud Profiler 会生成一个审核日志,其类别取决于执行该方法所需权限的 type 属性。需要 IAM 权限且 type 属性值为 DATA_READDATA_WRITEADMIN_READ 的方法会生成数据访问审核日志。需要 IAM 权限且 type 属性值为 ADMIN_WRITE 的方法会生成管理员活动审核日志。

权限类型 方法
DATA_READ google.devtools.cloudprofiler.v2.ExportService.ListProfiles
DATA_WRITE google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile

API 接口审核日志

如需了解如何评估每种方法的权限以及评估哪些权限,请参阅 Cloud Profiler 的 Identity and Access Management 文档。

google.devtools.cloudprofiler.v2.ExportService

以下审核日志与属于 google.devtools.cloudprofiler.v2.ExportService 的方法相关联。

ListProfiles

  • 方法google.devtools.cloudprofiler.v2.ExportService.ListProfiles
  • 审核日志类型数据访问
  • 权限
    • cloudprofiler.profiles.list - DATA_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.devtools.cloudprofiler.v2.ExportService.ListProfiles"

google.devtools.cloudprofiler.v2.ProfilerService

以下审核日志与属于 google.devtools.cloudprofiler.v2.ProfilerService 的方法相关联。

CreateOfflineProfile

  • 方法google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
  • 审核日志类型数据访问
  • 权限
    • cloudprofiler.profiles.create - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile"

CreateProfile

  • 方法google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
  • 审核日志类型数据访问
  • 权限
    • cloudprofiler.profiles.create - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile"

UpdateProfile

  • 方法google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile
  • 审核日志类型数据访问
  • 权限
    • cloudprofiler.profiles.update - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile"