Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
TestIamPermissionsResponse
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ответное сообщение для метода TestIamPermissions
.
JSON-представление |
---|
{
"permissions": [
string
]
} |
Поля |
---|
permissions[] | string Подмножество TestPermissionsRequest.permissions , разрешенных вызывающему объекту. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 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. |"]]