Menampilkan izin yang dimiliki pemanggil pada 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 membuat UI yang mengetahui izin dan alat command line, bukan untuk pemeriksaan otorisasi. Operasi ini dapat "gagal terbuka" tanpa peringatan.
Permintaan HTTP
POST https://runtimeconfig.googleapis.com/v1beta1/{resource=projects/*/configs/*}:testIamPermissions
WAJIB: Resource yang detail kebijakannya diminta. Lihat dokumentasi operasi 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 2025-03-04 UTC."],[[["This endpoint retrieves permissions for a specified resource, returning an empty set if the resource doesn't exist rather than an error."],["The HTTP request uses a POST method with a URL that follows gRPC Transcoding syntax and requires a 'resource' path parameter."],["The request body, in JSON format, includes an array of 'permissions' to check, excluding any with wildcards, and requires the resource in question."],["Successful responses contain a TestIamPermissionsResponse instance, and the operation is intended for UI/tool development, not for direct authorization."],["The process requires one of two Oauth scopes: either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig`."]]],[]]