Journaux d'audit API Gateway

Ce document décrit les journaux d'audit pour API Gateway. Les services Google Cloud génèrent des journaux d'audit qui enregistrent les activités d'administration et d'accès dans vos ressources Google Cloud. Pour en savoir plus sur Cloud Audit Logging, consultez les pages de documentation suivantes :

Nom du service

Les journaux d'audit d'API Gateway utilisent le nom de service apigateway.googleapis.com. Filtrez les résultats pour ce service :

    protoPayload.serviceName="apigateway.googleapis.com"
  

Méthodes par type d'autorisation

Chaque autorisation IAM possède une propriété type, dont la valeur est une énumération pouvant être l'une des quatre valeurs suivantes: ADMIN_READ, ADMIN_WRITE, DATA_READ ou DATA_WRITE. Lorsque vous appelez une méthode, API Gateway génère un journal d'audit dont la catégorie dépend du type de l'autorisation requise pour exécuter la méthode. Les méthodes nécessitant une autorisation IAM avec la valeur de la propriété type de DATA_READ, DATA_WRITE ou ADMIN_READ génèrent des journaux d'audit pour l'accès aux données. Les méthodes nécessitant une autorisation IAM avec la valeur de propriété type de ADMIN_WRITE génèrent des journaux d'audit pour les activités d'administration.

Type d'autorisation Méthodes
ADMIN_READ GetIamPolicy
google.cloud.apigateway.v1.ApiGatewayService.GetApi
google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig
google.cloud.apigateway.v1.ApiGatewayService.GetGateway
google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs
google.cloud.apigateway.v1.ApiGatewayService.ListApis
google.cloud.apigateway.v1.ApiGatewayService.ListGateways
google.cloud.apigateway.v1beta.ApiGatewayService.GetApi
google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig
google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway
google.longrunning.Operations.GetOperation
google.longrunning.Operations.ListOperations
ADMIN_WRITE SetIamPolicy
google.cloud.apigateway.v1.ApiGatewayService.CreateApi
google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig
google.cloud.apigateway.v1.ApiGatewayService.CreateGateway
google.cloud.apigateway.v1.ApiGatewayService.DeleteApi
google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig
google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway
google.cloud.apigateway.v1.ApiGatewayService.UpdateApi
google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig
google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway
google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi
google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig
google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway
google.longrunning.Operations.CancelOperation
google.longrunning.Operations.DeleteOperation

Journaux d'audit d'interface API

Pour savoir comment et quelles autorisations sont évaluées pour chaque méthode, consultez la documentation Identity and Access Management pour API Gateway.

google.cloud.apigateway.v1.ApiGatewayService

La section suivante contient des informations sur les journaux d'audit associés aux méthodes appartenant à google.cloud.apigateway.v1.ApiGatewayService.

CreateApi

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.CreateApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateApi"

CreateApiConfig

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig"

CreateGateway

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.CreateGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateGateway"

DeleteApi

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.DeleteApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteApi"

DeleteApiConfig

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig"

DeleteGateway

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway"

GetApi

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.GetApi
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apis.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetApi"

GetApiConfig

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apiconfigs.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig"

GetGateway

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.GetGateway
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.gateways.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetGateway"

ListApiConfigs

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apiconfigs.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs"

ListApis

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.ListApis
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apis.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListApis"

ListGateways

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.ListGateways
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.gateways.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListGateways"

UpdateApi

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.UpdateApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateApi"

UpdateApiConfig

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig"

UpdateGateway

  • Méthode : google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway"

google.cloud.apigateway.v1beta.ApiGatewayService

La section suivante contient des informations sur les journaux d'audit associés aux méthodes appartenant à google.cloud.apigateway.v1beta.ApiGatewayService.

CreateApi

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi"

CreateApiConfig

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig"

CreateGateway

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway"

DeleteApi

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi"

DeleteApiConfig

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig"

DeleteGateway

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway"

GetApi

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.GetApi
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apis.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetApi"

GetApiConfig

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.apiconfigs.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig"

GetGateway

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.gateways.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway"

UpdateApi

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apis.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi"

UpdateApiConfig

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig"

UpdateGateway

  • Méthode : google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.gateways.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou de streaming : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway"

google.iam.v1.IAMPolicy

La section suivante contient des informations sur les journaux d'audit associés aux méthodes appartenant à google.iam.v1.IAMPolicy.

GetIamPolicy

  • Méthode : GetIamPolicy
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.gateways.getIamPolicy - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="GetIamPolicy"

SetIamPolicy

  • Méthode : SetIamPolicy
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.apiconfigs.setIamPolicy - ADMIN_WRITE
    • apigateway.apis.setIamPolicy - ADMIN_WRITE
    • apigateway.gateways.setIamPolicy - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="SetIamPolicy"

google.longrunning.Operations

La section suivante contient des informations sur les journaux d'audit associés aux méthodes appartenant à google.longrunning.Operations.

CancelOperation

  • Méthode : google.longrunning.Operations.CancelOperation
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.operations.cancel - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.longrunning.Operations.CancelOperation"

DeleteOperation

  • Méthode : google.longrunning.Operations.DeleteOperation
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • apigateway.operations.delete - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.longrunning.Operations.DeleteOperation"

GetOperation

  • Méthode : google.longrunning.Operations.GetOperation
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.operations.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.longrunning.Operations.GetOperation"

ListOperations

  • Méthode : google.longrunning.Operations.ListOperations
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • apigateway.operations.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.longrunning.Operations.ListOperations"