Security Token Service audit logging

This document describes audit logging for Security Token Service. Google Cloud services generate audit logs that record administrative and access activities within your Google Cloud resources. To learn more about Cloud Audit Logs, refer to the following documentation pages:

Service name

Security Token Service audit logs use the service name sts.googleapis.com. Filter for this service:

    protoPayload.serviceName="sts.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, Security Token Service 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.identity.sts.SecurityTokenService.WebSignIn
google.identity.sts.SecurityTokenService.WebSignOut
google.identity.sts.v1.SecurityTokenService.ExchangeToken
google.identity.sts.v1beta.SecurityTokenService.ExchangeToken

API interface audit logs

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

google.identity.sts.SecurityTokenService

The following section contains details about audit logs associated with methods belonging to google.identity.sts.SecurityTokenService.

WebSignIn

  • Method: google.identity.sts.SecurityTokenService.WebSignIn
  • Audit log type: Data access
  • Permissions:
    • sts.identityProviders.checkLogging - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.identity.sts.SecurityTokenService.WebSignIn"

WebSignOut

  • Method: google.identity.sts.SecurityTokenService.WebSignOut
  • Audit log type: Data access
  • Permissions:
    • sts.identityProviders.checkLogging - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.identity.sts.SecurityTokenService.WebSignOut"

google.identity.sts.v1.SecurityTokenService

The following section contains details about audit logs associated with methods belonging to google.identity.sts.v1.SecurityTokenService.

ExchangeToken

  • Method: google.identity.sts.v1.SecurityTokenService.ExchangeToken
  • Audit log type: Data access
  • Permissions:
    • sts.identityProviders.checkLogging - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.identity.sts.v1.SecurityTokenService.ExchangeToken"

google.identity.sts.v1beta.SecurityTokenService

The following section contains details about audit logs associated with methods belonging to google.identity.sts.v1beta.SecurityTokenService.

ExchangeToken

  • Method: google.identity.sts.v1beta.SecurityTokenService.ExchangeToken
  • Audit log type: Data access
  • Permissions:
    • sts.identityProviders.checkLogging - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.identity.sts.v1beta.SecurityTokenService.ExchangeToken"