Audit logging for Payments Reseller Subscription API

  • This document outlines audit logging for the Payments Reseller Subscription API, detailing how Google Cloud records administrative and data access activities within your resources.

  • Payments Reseller Subscription API audit logs are identified by the service name paymentsresellersubscription.googleapis.com and can be filtered accordingly.

  • Audit logs are categorized as either Admin Activity or Data Access based on the IAM permission type (ADMIN_READ, ADMIN_WRITE, DATA_READ, or DATA_WRITE) required for the specific method being called.

  • Detailed information is provided on each method of the google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService, including its associated audit log type, permissions, and filtering criteria.

This document describes audit logging for Payments Reseller Subscription API. 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

Payments Reseller Subscription API audit logs use the service name paymentsresellersubscription.googleapis.com. Filter for this service:

    protoPayload.serviceName="paymentsresellersubscription.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, Payments Reseller Subscription API 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
DATA_READ google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.GetSubscription
DATA_WRITE google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.CancelSubscription

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 Payments Reseller Subscription API.

google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService

The following audit logs are associated with methods belonging to google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.

CancelSubscription

  • Method: google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.CancelSubscription
  • Audit log type: Data access
  • Permissions:
    • paymentsresellersubscription.subscriptions.cancel - DATA_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.CancelSubscription"

GetSubscription

  • Method: google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.GetSubscription
  • Audit log type: Data access
  • Permissions:
    • paymentsresellersubscription.subscriptions.get - DATA_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService.GetSubscription"