صفحة واحدة لقائمة هويات التشفير من جهة العميل التي تم ضبطها للمستخدم.
nextPageToken
string
يجب تمرير الرمز المميّز للتقسيم على صفحات إلى طلب identities.list لاحق لاسترداد الصفحة التالية من الهويات. وإذا لم يتم عرض هذه القيمة أو إذا كانت السلسلة الفارغة، لن تبقى أي صفحات أخرى.
تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Lists the client-side encrypted identities for an authenticated user using a GET request to the Gmail API."],["Allows pagination through results using `pageToken` and `pageSize` query parameters."],["Requires specific authorization scopes like `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.modify`."],["Response provides an array of `cseIdentities` and a `nextPageToken` for further navigation."],["The request body must be empty for this API call."]]],["This outlines how to retrieve a list of client-side encrypted identities for a user via a `GET` request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/identities`. The `userId` path parameter specifies the user, with 'me' for the authenticated user. Optional `pageToken` and `pageSize` query parameters control pagination. The request body is empty. The response includes a list of `cseIdentities` and an optional `nextPageToken` for subsequent pages. Authorization requires specific OAuth scopes.\n"]]