Cloud IDS audit logging

This document describes audit logging for Cloud IDS. 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:

Service name

Cloud IDS audit logs use the service name ids.googleapis.com. Filter for this service:

    protoPayload.serviceName="ids.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, Cloud IDS 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.ids.v1.IDS.GetEndpoint
google.cloud.ids.v1.IDS.ListEndpoints
ADMIN_WRITE google.cloud.ids.v1.IDS.CreateEndpoint
google.cloud.ids.v1.IDS.DeleteEndpoint
google.cloud.ids.v1.IDS.UpdateEndpoint

API interface audit logs

For information about how and which permissions are evaluated for each method, see the Identity and Access Management documentation for Cloud IDS.

google.cloud.ids.v1.IDS

The following audit logs are associated with methods belonging to google.cloud.ids.v1.IDS.

CreateEndpoint

  • Method: google.cloud.ids.v1.IDS.CreateEndpoint
  • Audit log type: Admin activity
  • Permissions:
    • ids.endpoints.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.ids.v1.IDS.CreateEndpoint"

DeleteEndpoint

  • Method: google.cloud.ids.v1.IDS.DeleteEndpoint
  • Audit log type: Admin activity
  • Permissions:
    • ids.endpoints.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.ids.v1.IDS.DeleteEndpoint"

GetEndpoint

  • Method: google.cloud.ids.v1.IDS.GetEndpoint
  • Audit log type: Data access
  • Permissions:
    • ids.endpoints.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.ids.v1.IDS.GetEndpoint"

ListEndpoints

  • Method: google.cloud.ids.v1.IDS.ListEndpoints
  • Audit log type: Data access
  • Permissions:
    • ids.endpoints.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.ids.v1.IDS.ListEndpoints"

UpdateEndpoint

  • Method: google.cloud.ids.v1.IDS.UpdateEndpoint
  • Audit log type: Admin activity
  • Permissions:
    • ids.endpoints.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.ids.v1.IDS.UpdateEndpoint"