BatchCreateAccessBindingsResponse
Ответное сообщение для RPC BatchCreateAccessBindings.
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 BatchCreateAccessBindings RPC."],["The response includes an `accessBindings` field containing an array of created `AccessBinding` objects in JSON format."],["Each `AccessBinding` object represents a newly created access binding, with further details available in the provided link."]]],["The JSON representation of the BatchCreateAccessBindings response includes an array named `accessBindings`. Each element within this array is an `AccessBinding` object. The response's key action is providing a list of the newly created access bindings. The `accessBindings` field contains detailed information about each created access binding, and it is represented in an object format.\n"]]