Elenca le richieste di approvazione associate a un progetto, una cartella o un'organizzazione. Le richieste di approvazione possono essere filtrate per stato (in attesa, attive, ignorate). L'ordine è cronologico inverso.
Richiesta HTTP
GET https://accessapproval.googleapis.com/v1/{parent=projects/*}/approvalRequests
[[["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-05-16 UTC."],[[["This API endpoint retrieves a list of approval requests associated with a specified project, folder, or organization, in reverse chronological order."],["The `parent` path parameter determines the scope of the approval requests, and it must specify a project, folder, or organization."],["You can use the `filter` query parameter to specify which type of approval requests to retrieve, like pending, active, dismissed, expired, or all."],["The request body for this API call must be empty, and the response body, if successful, will contain an instance of `ListApprovalRequestsResponse`."],["This request requires the `accessapproval.requests.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]