BatchGetAccessBindingsResponse
Ответное сообщение для RPC BatchGetAccessBindings.
JSON-представление |
---|
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
Поля |
---|
access Bindings[] | object ( AccessBinding ) Запрошенные привязки доступа. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-14 UTC.
[null,null,["Последнее обновление: 2025-01-14 UTC."],[[["This documentation details the response message structure for the BatchGetAccessBindings RPC."],["The response includes an `accessBindings` array containing objects representing individual AccessBindings, as defined in the provided schema link."],["Each AccessBinding object provides information about access permissions, following the structure specified in the linked documentation."]]],["The BatchGetAccessBindings RPC response contains a JSON representation with a single field: `accessBindings`. This field is an array of `AccessBinding` objects, each detailing a specific access binding. The response provides the requested access bindings within this array. Each object in the array has detail information, defined by the `AccessBinding` schema. The `accessBindings` array holds all the retrieved access bindings.\n"]]