This document describes audit logging for App Hub. 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:
- Types of audit logs
- Audit log entry structure
- Storing and routing audit logs
- Cloud Logging pricing summary
- Enable Data Access audit logs
Service name
App Hub audit logs use the service name apphub.googleapis.com
.
Filter for this service:
protoPayload . serviceName = "apphub.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,
App Hub 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.
Permission type | Methods |
---|---|
ADMIN_READ
|
google.cloud.apphub.v1.AppHub.GetApplication
google.cloud.apphub.v1.AppHub.GetDiscoveredService
google.cloud.apphub.v1.AppHub.GetDiscoveredWorkload
google.cloud.apphub.v1.AppHub.GetService
google.cloud.apphub.v1.AppHub.GetServiceProjectAttachment
google.cloud.apphub.v1.AppHub.GetWorkload
google.cloud.apphub.v1.AppHub.ListApplications
google.cloud.apphub.v1.AppHub.ListDiscoveredServices
google.cloud.apphub.v1.AppHub.ListDiscoveredWorkloads
google.cloud.apphub.v1.AppHub.ListServiceProjectAttachments
google.cloud.apphub.v1.AppHub.ListServices
google.cloud.apphub.v1.AppHub.ListWorkloads
google.cloud.apphub.v1.AppHub.LookupDiscoveredService
google.cloud.apphub.v1.AppHub.LookupDiscoveredWorkload
google.cloud.apphub.v1.AppHub.LookupServiceProjectAttachment
google.cloud.apphub.v1alpha.AppHub.FindUnregisteredServices
google.cloud.apphub.v1alpha.AppHub.FindUnregisteredWorkloads
google.cloud.apphub.v1alpha.AppHub.GetApplication
google.cloud.apphub.v1alpha.AppHub.GetDiscoveredService
google.cloud.apphub.v1alpha.AppHub.GetDiscoveredWorkload
google.cloud.apphub.v1alpha.AppHub.GetService
google.cloud.apphub.v1alpha.AppHub.GetServiceProjectAttachment
google.cloud.apphub.v1alpha.AppHub.GetWorkload
google.cloud.apphub.v1alpha.AppHub.ListApplications
google.cloud.apphub.v1alpha.AppHub.ListDiscoveredServices
google.cloud.apphub.v1alpha.AppHub.ListDiscoveredWorkloads
google.cloud.apphub.v1alpha.AppHub.ListServiceProjectAttachments
google.cloud.apphub.v1alpha.AppHub.ListServices
google.cloud.apphub.v1alpha.AppHub.ListWorkloads
google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredService
google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredWorkload
google.cloud.apphub.v1alpha.AppHub.LookupServiceProjectAttachment
GetIamPolicy
|
ADMIN_WRITE
|
google.cloud.apphub.v1.AppHub.CreateApplication
google.cloud.apphub.v1.AppHub.CreateService
google.cloud.apphub.v1.AppHub.CreateServiceProjectAttachment
google.cloud.apphub.v1.AppHub.CreateWorkload
google.cloud.apphub.v1.AppHub.DeleteApplication
google.cloud.apphub.v1.AppHub.DeleteService
google.cloud.apphub.v1.AppHub.DeleteServiceProjectAttachment
google.cloud.apphub.v1.AppHub.DeleteWorkload
google.cloud.apphub.v1.AppHub.DetachServiceProjectAttachment
google.cloud.apphub.v1.AppHub.UpdateApplication
google.cloud.apphub.v1.AppHub.UpdateService
google.cloud.apphub.v1.AppHub.UpdateWorkload
google.cloud.apphub.v1alpha.AppHub.CreateApplication
google.cloud.apphub.v1alpha.AppHub.CreateService
google.cloud.apphub.v1alpha.AppHub.CreateServiceProjectAttachment
google.cloud.apphub.v1alpha.AppHub.CreateWorkload
google.cloud.apphub.v1alpha.AppHub.DeleteApplication
google.cloud.apphub.v1alpha.AppHub.DeleteService
google.cloud.apphub.v1alpha.AppHub.DeleteServiceProjectAttachment
google.cloud.apphub.v1alpha.AppHub.DeleteWorkload
google.cloud.apphub.v1alpha.AppHub.DetachServiceProjectAttachment
google.cloud.apphub.v1alpha.AppHub.UpdateApplication
google.cloud.apphub.v1alpha.AppHub.UpdateService
google.cloud.apphub.v1alpha.AppHub.UpdateWorkload
SetIamPolicy
|
API interface audit logs
For information about how and which permissions are evaluated for each method, see the Identity and Access Management documentation for App Hub.
google.cloud.apphub.v1.AppHub
The following audit logs are associated with methods belonging to google.cloud.apphub.v1.AppHub
.
CreateApplication
- Method
:
google.cloud.apphub.v1.AppHub.CreateApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.CreateApplication"
CreateService
- Method
:
google.cloud.apphub.v1.AppHub.CreateService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.discoveredServices.register - ADMIN_WRITE
-
apphub.services.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.CreateService"
CreateServiceProjectAttachment
- Method
:
google.cloud.apphub.v1.AppHub.CreateServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.attach - ADMIN_WRITE
-
apphub.serviceProjectAttachments.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.CreateServiceProjectAttachment"
CreateWorkload
- Method
:
google.cloud.apphub.v1.AppHub.CreateWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.discoveredWorkloads.register - ADMIN_WRITE
-
apphub.workloads.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.CreateWorkload"
DeleteApplication
- Method
:
google.cloud.apphub.v1.AppHub.DeleteApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.DeleteApplication"
DeleteService
- Method
:
google.cloud.apphub.v1.AppHub.DeleteService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.services.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.DeleteService"
DeleteServiceProjectAttachment
- Method
:
google.cloud.apphub.v1.AppHub.DeleteServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.DeleteServiceProjectAttachment"
DeleteWorkload
- Method
:
google.cloud.apphub.v1.AppHub.DeleteWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.workloads.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.DeleteWorkload"
DetachServiceProjectAttachment
- Method
:
google.cloud.apphub.v1.AppHub.DetachServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.detach - ADMIN_WRITE
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.DetachServiceProjectAttachment"
GetApplication
- Method
:
google.cloud.apphub.v1.AppHub.GetApplication
- Audit log type
: Data access
- Permissions
:
-
apphub.applications.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetApplication"
GetDiscoveredService
- Method
:
google.cloud.apphub.v1.AppHub.GetDiscoveredService
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetDiscoveredService"
GetDiscoveredWorkload
- Method
:
google.cloud.apphub.v1.AppHub.GetDiscoveredWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetDiscoveredWorkload"
GetService
- Method
:
google.cloud.apphub.v1.AppHub.GetService
- Audit log type
: Data access
- Permissions
:
-
apphub.services.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetService"
GetServiceProjectAttachment
- Method
:
google.cloud.apphub.v1.AppHub.GetServiceProjectAttachment
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetServiceProjectAttachment"
GetWorkload
- Method
:
google.cloud.apphub.v1.AppHub.GetWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.workloads.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.GetWorkload"
ListApplications
- Method
:
google.cloud.apphub.v1.AppHub.ListApplications
- Audit log type
: Data access
- Permissions
:
-
apphub.applications.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListApplications"
ListDiscoveredServices
- Method
:
google.cloud.apphub.v1.AppHub.ListDiscoveredServices
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListDiscoveredServices"
ListDiscoveredWorkloads
- Method
:
google.cloud.apphub.v1.AppHub.ListDiscoveredWorkloads
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListDiscoveredWorkloads"
ListServiceProjectAttachments
- Method
:
google.cloud.apphub.v1.AppHub.ListServiceProjectAttachments
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListServiceProjectAttachments"
ListServices
- Method
:
google.cloud.apphub.v1.AppHub.ListServices
- Audit log type
: Data access
- Permissions
:
-
apphub.services.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListServices"
ListWorkloads
- Method
:
google.cloud.apphub.v1.AppHub.ListWorkloads
- Audit log type
: Data access
- Permissions
:
-
apphub.workloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.ListWorkloads"
LookupDiscoveredService
- Method
:
google.cloud.apphub.v1.AppHub.LookupDiscoveredService
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.LookupDiscoveredService"
LookupDiscoveredWorkload
- Method
:
google.cloud.apphub.v1.AppHub.LookupDiscoveredWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.LookupDiscoveredWorkload"
LookupServiceProjectAttachment
- Method
:
google.cloud.apphub.v1.AppHub.LookupServiceProjectAttachment
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.lookup - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.LookupServiceProjectAttachment"
UpdateApplication
- Method
:
google.cloud.apphub.v1.AppHub.UpdateApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.UpdateApplication"
UpdateService
- Method
:
google.cloud.apphub.v1.AppHub.UpdateService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.services.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.UpdateService"
UpdateWorkload
- Method
:
google.cloud.apphub.v1.AppHub.UpdateWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.workloads.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1.AppHub.UpdateWorkload"
google.cloud.apphub.v1alpha.AppHub
The following audit logs are associated with methods belonging to google.cloud.apphub.v1alpha.AppHub
.
CreateApplication
- Method
:
google.cloud.apphub.v1alpha.AppHub.CreateApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.CreateApplication"
CreateService
- Method
:
google.cloud.apphub.v1alpha.AppHub.CreateService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.discoveredServices.register - ADMIN_WRITE
-
apphub.services.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.CreateService"
CreateServiceProjectAttachment
- Method
:
google.cloud.apphub.v1alpha.AppHub.CreateServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.attach - ADMIN_WRITE
-
apphub.serviceProjectAttachments.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.CreateServiceProjectAttachment"
CreateWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.CreateWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.discoveredWorkloads.register - ADMIN_WRITE
-
apphub.workloads.create - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.CreateWorkload"
DeleteApplication
- Method
:
google.cloud.apphub.v1alpha.AppHub.DeleteApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.DeleteApplication"
DeleteService
- Method
:
google.cloud.apphub.v1alpha.AppHub.DeleteService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.services.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.DeleteService"
DeleteServiceProjectAttachment
- Method
:
google.cloud.apphub.v1alpha.AppHub.DeleteServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.DeleteServiceProjectAttachment"
DeleteWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.DeleteWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.workloads.delete - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.DeleteWorkload"
DetachServiceProjectAttachment
- Method
:
google.cloud.apphub.v1alpha.AppHub.DetachServiceProjectAttachment
- Audit log type
: Admin activity
- Permissions
:
-
apphub.serviceProjectAttachments.detach - ADMIN_WRITE
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.DetachServiceProjectAttachment"
FindUnregisteredServices
- Method
:
google.cloud.apphub.v1alpha.AppHub.FindUnregisteredServices
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.FindUnregisteredServices"
FindUnregisteredWorkloads
- Method
:
google.cloud.apphub.v1alpha.AppHub.FindUnregisteredWorkloads
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.FindUnregisteredWorkloads"
GetApplication
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetApplication
- Audit log type
: Data access
- Permissions
:
-
apphub.applications.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetApplication"
GetDiscoveredService
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetDiscoveredService
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetDiscoveredService"
GetDiscoveredWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetDiscoveredWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetDiscoveredWorkload"
GetService
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetService
- Audit log type
: Data access
- Permissions
:
-
apphub.services.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetService"
GetServiceProjectAttachment
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetServiceProjectAttachment
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetServiceProjectAttachment"
GetWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.GetWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.workloads.get - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.GetWorkload"
ListApplications
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListApplications
- Audit log type
: Data access
- Permissions
:
-
apphub.applications.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListApplications"
ListDiscoveredServices
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListDiscoveredServices
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListDiscoveredServices"
ListDiscoveredWorkloads
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListDiscoveredWorkloads
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListDiscoveredWorkloads"
ListServiceProjectAttachments
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListServiceProjectAttachments
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListServiceProjectAttachments"
ListServices
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListServices
- Audit log type
: Data access
- Permissions
:
-
apphub.services.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListServices"
ListWorkloads
- Method
:
google.cloud.apphub.v1alpha.AppHub.ListWorkloads
- Audit log type
: Data access
- Permissions
:
-
apphub.workloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.ListWorkloads"
LookupDiscoveredService
- Method
:
google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredService
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredServices.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredService"
LookupDiscoveredWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredWorkload
- Audit log type
: Data access
- Permissions
:
-
apphub.discoveredWorkloads.list - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.LookupDiscoveredWorkload"
LookupServiceProjectAttachment
- Method
:
google.cloud.apphub.v1alpha.AppHub.LookupServiceProjectAttachment
- Audit log type
: Data access
- Permissions
:
-
apphub.serviceProjectAttachments.lookup - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.LookupServiceProjectAttachment"
UpdateApplication
- Method
:
google.cloud.apphub.v1alpha.AppHub.UpdateApplication
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.UpdateApplication"
UpdateService
- Method
:
google.cloud.apphub.v1alpha.AppHub.UpdateService
- Audit log type
: Admin activity
- Permissions
:
-
apphub.services.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.UpdateService"
UpdateWorkload
- Method
:
google.cloud.apphub.v1alpha.AppHub.UpdateWorkload
- Audit log type
: Admin activity
- Permissions
:
-
apphub.workloads.update - ADMIN_WRITE
-
- Method is a long-running or streaming operation
: Long-running operation
- Filter for this method
:
protoPayload.methodName="google.cloud.apphub.v1alpha.AppHub.UpdateWorkload"
google.iam.v1.IAMPolicy
The following audit logs are associated with methods belonging to google.iam.v1.IAMPolicy
.
GetIamPolicy
- Method
:
GetIamPolicy
- Audit log type
: Data access
- Permissions
:
-
apphub.applications.getIamPolicy - ADMIN_READ
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="GetIamPolicy"
SetIamPolicy
- Method
:
SetIamPolicy
- Audit log type
: Admin activity
- Permissions
:
-
apphub.applications.setIamPolicy - ADMIN_WRITE
-
- Method is a long-running or streaming operation
:
No.
- Filter for this method
:
protoPayload.methodName="SetIamPolicy"
Methods that don't produce audit logs
A method might not produce audit logs for one or more of the following reasons:
- It is a high volume method involving significant log generation and storage costs.
- It has low auditing value.
- Another audit or platform log already provides method coverage.
The following methods don't produce audit logs:
-
google.cloud.location.Locations.GetLocation
-
google.cloud.location.Locations.ListLocations
-
google.longrunning.Operations.CancelOperation
-
google.longrunning.Operations.DeleteOperation
-
google.longrunning.Operations.GetOperation
-
google.longrunning.Operations.ListOperations
-
google.longrunning.Operations.WaitOperation