Returns permissions that a caller has on the specified Project.
There are no permissions required for making this API call.
HTTP request
POST https://{endpoint}/v1/{resource}:testIamPermissions
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
resource |
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. It takes the form |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "permissions": [ string ] } |
Fields | |
---|---|
permissions[] |
The set of permissions to check for the |
Response body
If successful, the response body contains data with the following structure:
Response message for TestIamPermissions
method.
JSON representation | |
---|---|
{ "permissions": [ string ] } |
Fields | |
---|---|
permissions[] |
A subset of |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.