Membatalkan validasi Permintaan Persetujuan yang ada. Menampilkan ApprovalRequest yang diperbarui.
CATATAN: Tindakan ini tidak akan menolak akses ke resource jika permintaan lain telah dibuat dan disetujui. Hal ini hanya membatalkan satu persetujuan.
Menampilkan FAILED_PRECONDITION jika permintaan ada tetapi tidak dalam status yang disetujui.
Permintaan HTTP
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:invalidate
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-24 UTC."],[[["This endpoint invalidates an existing `ApprovalRequest`, returning the updated request, but it does not deny access if another request has been approved."],["A `POST` request is made to the specified URL to invalidate an ApprovalRequest, and the URL uses gRPC Transcoding syntax."],["The `name` path parameter, representing the ApprovalRequest to invalidate, is required and requires specific IAM permission."],["The request body for this operation must be empty."],["A successful response includes an instance of `ApprovalRequest` in the response body and the operation requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]