Restituisce le autorizzazioni di cui un chiamante dispone per la risorsa specificata. Se la risorsa non esiste, verrà restituito un insieme di autorizzazioni vuoto, non un errore NOT_FOUND.
Nota: questa operazione è progettata per essere utilizzata per la creazione di UI e strumenti a riga di comando sensibili alle autorizzazioni, non per il controllo delle autorizzazioni. Questa operazione potrebbe non riuscire ad aprirsi senza preavviso.
Richiesta HTTP
POST https://clouddeploy.googleapis.com/v1/{resource=projects/*/locations/*/targets/*}:testIamPermissions
OBBLIGATORIO: la risorsa per cui vengono richiesti i dettagli del criterio. Consulta Nomi delle risorse per il valore appropriato per 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 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 (`testIamPermissions`) is used to determine the permissions a caller has on a specified resource, returning an empty set if the resource does not exist."],["The HTTP request for this operation is a `POST` method to a specified URL that uses gRPC Transcoding syntax and the required resource path parameter."],["The request body must be in JSON format and includes an array of strings, which represents the specific permissions to check for on the target resource."],["The authorization for this API call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["This operation is intended for building permission-aware UIs and tools, and not for authorization checks, so may fail open."]]],[]]