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=projects/*/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 webpage details the process of invalidating an existing `ApprovalRequest` via a `POST` HTTP request."],["The `POST` request is directed to a specific URL using gRPC Transcoding syntax, and includes a `name` path parameter to identify the `ApprovalRequest`."],["The request body must be empty when sending the `POST` request to invalidate, and a successful request will return an updated `ApprovalRequest` in the response body."],["The request requires the `accessapproval.requests.invalidate` IAM permission, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["Note that invalidating a request does not deny access if another request is already approved, it only invalidates the singular request."]]],[]]