Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
TestIamPermissionsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for TestIamPermissions
method.
JSON representation |
{
"permissions": [
string
]
} |
Fields |
permissions[] |
string
A subset of TestPermissionsRequest.permissions that the caller is allowed.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-05 UTC.
[null,null,["Last updated 2024-06-05 UTC."],[[["\u003cp\u003eThe response provides a list of permissions that the caller has been granted.\u003c/p\u003e\n"],["\u003cp\u003eThis list is a subset of the permissions requested in the \u003ccode\u003eTestPermissionsRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines the response structure for the `TestIamPermissions` method. The response is represented in JSON format with a single field: `permissions`. This field is an array of strings, where each string represents a permission the caller is granted. The content specifies that this array contains a subset of the permissions requested in `TestPermissionsRequest.permissions`.\n"],null,["# TestIamPermissionsResponse\n\nResponse message for `TestIamPermissions` method.\n\n| JSON representation |\n|---------------------------------------|\n| ``` { \"permissions\": [ string ] } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------|\n| `permissions[]` | `string` A subset of `TestPermissionsRequest.permissions` that the caller is allowed. |"]]