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 webpage details how to test permissions on a specified data policy resource using a POST request."],["The HTTP request is made to the given URL, utilizing gRPC Transcoding syntax."],["The request requires a 'resource' path parameter, which is a string specifying the target resource's name."],["The request body must be structured in JSON format, with an array of 'permissions' that are strings representing the permissions to check."],["Successful responses will include a 'TestIamPermissionsResponse' instance in the response body, and the request must include one of two specified OAuth scopes for authorization."]]],[]]