ব্যবহারকারীর জন্য ইনস্টল করা CSE কী জোড়ার তালিকার এক পৃষ্ঠা।
nextPageToken
string
কী জোড়ার পরবর্তী পৃষ্ঠা পুনরুদ্ধার করার জন্য একটি পরবর্তী keypairs.list কলে পেজিনেশন টোকেন পাঠানো হবে। যদি এই মানটি ফেরত না দেওয়া হয়, তাহলে আর কোনো পৃষ্ঠা অবশিষ্ট থাকবে না।
[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]