ListAccessBindingsResponse
رسالة ردّ لـ ListAccessBindings RPC.
تمثيل JSON |
{
"accessBindings": [
{
object (AccessBinding )
}
],
"nextPageToken": string
} |
الحقول |
accessBindings[] |
object (AccessBinding )
قائمة AccessBindings سيتم ترتيبها بشكل ثابت ولكن بترتيب عشوائي.
|
nextPageToken |
string
رمز مميز يمكن إرساله على شكل pageToken لاسترداد الصفحة التالية. في حال إسقاط هذا الحقل، لن تظهر أي صفحات لاحقة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation details the structure of the JSON response for the ListAccessBindings RPC."],["The response includes a list of AccessBindings and a token for retrieving subsequent pages, if available."],["AccessBindings within the response will be ordered, but the order itself is not guaranteed to be meaningful."]]],["The `ListAccessBindings` RPC returns a JSON object containing a list of `accessBindings`. Each `accessBinding` is an object. The `nextPageToken` field, a string, provides a token to retrieve subsequent pages of `accessBindings`; if omitted, no further pages exist. The `accessBindings` are ordered in a stable, arbitrary manner. This response allows for paginated retrieval of access bindings.\n"]]