تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-11-14 بهوقت ساعت هماهنگ جهانی."],[[["Lists client-side encryption key pairs for an authenticated user using the Gmail API."],["Requires providing the user's primary email address (or `me` for the authenticated user) as a path parameter."],["Allows pagination through results using `pageToken` and `pageSize` query parameters."],["Returns a list of `CseKeyPairs` and a `nextPageToken` for further retrieval."],["Requires specific OAuth scopes for authorization, including `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.modify`."]]],["This outlines how to list client-side encryption (CSE) key pairs for a user via the Gmail API. The `GET` request uses the `userId` path parameter (or 'me') to identify the user. Optional `pageToken` and `pageSize` query parameters control pagination. The request body must be empty. The response includes a JSON structure containing an array of `cseKeyPairs` and an optional `nextPageToken` for subsequent pages. Access requires specific OAuth scopes like `gmail.settings.basic` or `mail.google.com`.\n"]]