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=folders/*/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 page documents the process of invalidating an existing `ApprovalRequest` via a `POST` HTTP request."],["The `POST` request is sent to a specific URL with the `name` parameter indicating which `ApprovalRequest` should be invalidated."],["The request body for this operation must be empty, and it returns the updated `ApprovalRequest` upon success."],["The request requires specific IAM permissions (`accessapproval.requests.invalidate`) and OAuth scopes (`https://www.googleapis.com/auth/cloud-platform`) for authorization."],["Invalidating an `ApprovalRequest` will return `FAILED_PRECONDITION` if the request is not in an approved state."]]],[]]