Apigee Connect audit logging

This document describes audit logging for Apigee Connect. Google Cloud servicesgenerate 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

Apigee Connect audit logs use the service nameapigeeconnect.googleapis.com.Filter for this service:

protoPayload.serviceName="apigeeconnect.googleapis.com"

Methods by permission type

Each IAM permission has atype property, whose value is an enumthat can be one of four values:ADMIN_READ,ADMIN_WRITE,DATA_READ, orDATA_WRITE. When you call a method,Apigee Connect generates an audit log whose category is dependent on thetype property of the permission required to perform the method.Methods that require an IAM permission with thetype property valueofDATA_READ,DATA_WRITE, orADMIN_READ generateData Access audit logs.Methods that require an IAM permission with thetype property valueofADMIN_WRITE generateAdmin Activity audit logs.

Permission typeMethods
DATA_READgoogle.cloud.apigeeconnect.v1.ConnectionService.ListConnections
DATA_WRITEgoogle.cloud.apigeeconnect.v1.Tether.Egress

API interface audit logs

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

google.cloud.apigeeconnect.v1.ConnectionService

The following audit logs are associated with methods belonging togoogle.cloud.apigeeconnect.v1.ConnectionService.

ListConnections

  • Method:google.cloud.apigeeconnect.v1.ConnectionService.ListConnections
  • Audit log type:Data access
  • Permissions:
    • apigeeconnect.connections.list - DATA_READ
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.apigeeconnect.v1.ConnectionService.ListConnections"

google.cloud.apigeeconnect.v1.Tether

The following audit logs are associated with methods belonging togoogle.cloud.apigeeconnect.v1.Tether.

Egress

  • Method:google.cloud.apigeeconnect.v1.Tether.Egress
  • Audit log type:Data access
  • Permissions:
    • apigeeconnect.endpoints.connect - DATA_WRITE
  • Method is a long-running or streaming operation:Streaming RPC
  • Filter for this method: protoPayload.methodName="google.cloud.apigeeconnect.v1.Tether.Egress"

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.