OBBLIGATORIO: la risorsa per la quale vengono richiesti i dettagli del criterio. Consulta Nomi delle risorse per il valore appropriato di questo campo.
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"permissions": [string]}
Campi
permissions[]
string
L'insieme di autorizzazioni da verificare per resource. Le autorizzazioni con caratteri jolly (come * o storage.*) non sono consentite. Per ulteriori informazioni, consulta la panoramica di IAM.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This endpoint utilizes a POST request to the specified URL to test permissions on a given resource within the Analytics Hub API."],["The `resource` path parameter is a required string that indicates the specific resource for which permission details are being requested, adhering to Google's resource naming conventions."],["The request body should be a JSON object containing an array of `permissions` (strings), specifying which permissions to check, and wildcards are not supported."],["The API requires one of two OAuth scopes, `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, for authorization."],["If the request is successful, the endpoint returns an instance of a `TestIamPermissionsResponse` object, outlining the result of the permissions check."]]],[]]