Menampilkan izin yang dimiliki pemanggil atas resource yang ditentukan. Jika resource tidak ada, tindakan ini akan menampilkan kumpulan izin kosong, bukan error NOT_FOUND.
Catatan: Operasi ini dirancang untuk digunakan dalam membangun UI berbasis izin dan alat command line, bukan untuk pemeriksaan otorisasi. Operasi ini mungkin "gagal dibuka" tanpa peringatan.
Permintaan HTTP
POST https://clouddeploy.googleapis.com/v1/{resource=projects/*/locations/*/targets/*}:testIamPermissions
WAJIB: Resource yang detail kebijakannya diminta. Lihat Nama resource untuk mengetahui nilai yang sesuai untuk kolom ini.
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"permissions": [string]}
Kolom
permissions[]
string
Kumpulan izin untuk memeriksa resource. Izin dengan karakter pengganti (seperti * atau storage.*) tidak diizinkan. Untuk informasi selengkapnya, lihat Ringkasan IAM.
[[["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 (`testIamPermissions`) is used to determine the permissions a caller has on a specified resource, returning an empty set if the resource does not exist."],["The HTTP request for this operation is a `POST` method to a specified URL that uses gRPC Transcoding syntax and the required resource path parameter."],["The request body must be in JSON format and includes an array of strings, which represents the specific permissions to check for on the target resource."],["The authorization for this API call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["This operation is intended for building permission-aware UIs and tools, and not for authorization checks, so may fail open."]]],[]]