Stay organized with collections Save and categorize content based on your preferences.
This document describes audit logging for Storage Insights. Google Cloud services generate audit logs that record administrative and access activities within your Google Cloud resources. For more information about Cloud Audit Logs, see the following:
Storage Insights audit logs use the service name storageinsights.googleapis.com
. Filter for this service:
protoPayload.serviceName="storageinsights.googleapis.com"Methods by permission type
Each IAM permission has a type
property, whose value is an enum that can be one of four values: ADMIN_READ
, ADMIN_WRITE
, DATA_READ
, or DATA_WRITE
. When you call a method, Storage Insights generates an audit log whose category is dependent on the type
property of the permission required to perform the method. Methods that require an IAM permission with the type
property value of DATA_READ
, DATA_WRITE
, or ADMIN_READ
generate Data Access audit logs. Methods that require an IAM permission with the type
property value of ADMIN_WRITE
generate Admin Activity audit logs.
ADMIN_READ
google.cloud.location.Locations.ListLocations
google.cloud.storageinsights.v1.StorageInsights.GetDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.GetReportConfig
google.cloud.storageinsights.v1.StorageInsights.GetReportDetail
google.cloud.storageinsights.v1.StorageInsights.ListDatasetConfigs
google.cloud.storageinsights.v1.StorageInsights.ListReportConfigs
google.cloud.storageinsights.v1.StorageInsights.ListReportDetails
google.longrunning.Operations.GetOperation
google.longrunning.Operations.ListOperations
ADMIN_WRITE
google.cloud.storageinsights.v1.StorageInsights.CreateDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.CreateReportConfig
google.cloud.storageinsights.v1.StorageInsights.DeleteDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.DeleteReportConfig
google.cloud.storageinsights.v1.StorageInsights.LinkDataset
google.cloud.storageinsights.v1.StorageInsights.UnlinkDataset
google.cloud.storageinsights.v1.StorageInsights.UpdateDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.UpdateReportConfig
API interface audit logs
For information about how and which permissions are evaluated for each method, see the Cloud Identity and Access Management documentation for Storage Insights.
google.cloud.location.Locations
The following audit logs are associated with methods belonging to google.cloud.location.Locations
.
ListLocations
google.cloud.location.Locations.ListLocations
storageinsights.locations.list - ADMIN_READ
protoPayload.methodName="google.cloud.location.Locations.ListLocations"
google.cloud.storageinsights.v1.StorageInsights
The following audit logs are associated with methods belonging to google.cloud.storageinsights.v1.StorageInsights
.
CreateDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.CreateDatasetConfig
storageinsights.datasetConfigs.create - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.CreateDatasetConfig"
CreateReportConfig
google.cloud.storageinsights.v1.StorageInsights.CreateReportConfig
storageinsights.reportConfigs.create - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.CreateReportConfig"
DeleteDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.DeleteDatasetConfig
storageinsights.datasetConfigs.delete - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.DeleteDatasetConfig"
DeleteReportConfig
google.cloud.storageinsights.v1.StorageInsights.DeleteReportConfig
storageinsights.reportConfigs.delete - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.DeleteReportConfig"
GetDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.GetDatasetConfig
storageinsights.datasetConfigs.get - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.GetDatasetConfig"
GetReportConfig
google.cloud.storageinsights.v1.StorageInsights.GetReportConfig
storageinsights.reportConfigs.get - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.GetReportConfig"
GetReportDetail
google.cloud.storageinsights.v1.StorageInsights.GetReportDetail
storageinsights.reportDetails.get - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.GetReportDetail"
LinkDataset
google.cloud.storageinsights.v1.StorageInsights.LinkDataset
storageinsights.datasetConfigs.linkDataset - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.LinkDataset"
ListDatasetConfigs
google.cloud.storageinsights.v1.StorageInsights.ListDatasetConfigs
storageinsights.datasetConfigs.list - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.ListDatasetConfigs"
ListReportConfigs
google.cloud.storageinsights.v1.StorageInsights.ListReportConfigs
storageinsights.reportConfigs.list - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.ListReportConfigs"
ListReportDetails
google.cloud.storageinsights.v1.StorageInsights.ListReportDetails
storageinsights.reportDetails.list - ADMIN_READ
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.ListReportDetails"
UnlinkDataset
google.cloud.storageinsights.v1.StorageInsights.UnlinkDataset
storageinsights.datasetConfigs.unlinkDataset - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.UnlinkDataset"
UpdateDatasetConfig
google.cloud.storageinsights.v1.StorageInsights.UpdateDatasetConfig
storageinsights.datasetConfigs.update - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.UpdateDatasetConfig"
UpdateReportConfig
google.cloud.storageinsights.v1.StorageInsights.UpdateReportConfig
storageinsights.reportConfigs.update - ADMIN_WRITE
protoPayload.methodName="google.cloud.storageinsights.v1.StorageInsights.UpdateReportConfig"
google.longrunning.Operations
The following audit logs are associated with methods belonging to google.longrunning.Operations
.
GetOperation
google.longrunning.Operations.GetOperation
storageinsights.operations.get - ADMIN_READ
protoPayload.methodName="google.longrunning.Operations.GetOperation"
ListOperations
google.longrunning.Operations.ListOperations
storageinsights.operations.list - ADMIN_READ
protoPayload.methodName="google.longrunning.Operations.ListOperations"
A method might not produce audit logs for one or more of the following reasons:
The following methods don't produce audit logs:
google.longrunning.Operations.WaitOperation
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4