Restituisce le autorizzazioni di cui dispone un chiamante sulla risorsa specificata. Se la risorsa non esiste, verrà restituito un insieme vuoto di autorizzazioni, non un errore NOT_FOUND.
Nota: questa operazione è progettata per essere utilizzata per creare interfacce utente e strumenti a riga di comando attenti alle autorizzazioni, non per il controllo dell'autorizzazione. Questa operazione potrebbe "non riuscire" senza avviso.
Richiesta HTTP
POST https://runtimeconfig.googleapis.com/v1beta1/{resource=projects/*/configs/*/waiters/*}:testIamPermissions
OBBLIGATORI: la risorsa per cui viene richiesto il dettaglio delle norme. Consulta la documentazione dell'operazione 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 controllare per resource. Le autorizzazioni con caratteri jolly (ad es. "*" 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 2025-03-04 UTC."],[[["This endpoint retrieves permissions for a specified resource, returning an empty set if the resource doesn't exist rather than an error."],["The HTTP request uses a POST method with a URL structure that includes path parameters to identify the target resource within the Runtime Configurator API."],["The request body, formatted in JSON, includes an array of specific permissions to check, excluding those with wildcards, for the designated resource."],["The successful response returns a `TestIamPermissionsResponse` object, detailing the permissions associated with the resource."],["Accessing this endpoint requires authorization through one of two specified OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig`."]]],[]]