The request body contains data with the following structure:
JSON representation
{"fullResourceName": string}
Fields
fullResourceName
string
Required. The full resource name to query from the list of auditable services.
The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project.
Response body
A response containing a list of auditable services for a resource.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[[["This endpoint retrieves a list of services that offer optional audit logs, which are not generated by default."],["The request requires a full resource name to identify the resource for which auditable services are being queried."],["The response body includes a list of `AuditableService` objects, each containing the public name of an auditable service."],["To use this endpoint, one must have either the `https://www.googleapis.com/auth/iam` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The HTTP request is a POST request to `https://iam.googleapis.com/v1/iamPolicies:queryAuditableServices`, using gRPC Transcoding syntax."]]],[]]