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/*/deliveryPipelines/*}: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 API endpoint (`POST https://clouddeploy.googleapis.com/v1/{resource=projects/*/locations/*/deliveryPipelines/*}:testIamPermissions`) retrieves the permissions a caller has on a specified resource."],["The request requires a `resource` path parameter, identifying the target resource, and a request body specifying the permissions to be checked."],["The request body utilizes a JSON format with a `permissions` array of strings to indicate the desired permissions, and wildcard permissions are not permitted."],["The successful response will provide a `TestIamPermissionsResponse`, and if a resource does not exist, it will return an empty set of permissions."],["The operation is designed for UI/tool building and uses `https://www.googleapis.com/auth/cloud-platform` OAuth scope, and is not intended for authorization checking."]]],[]]