একটি ক্লায়েন্ট-সাইড এনক্রিপশন কী জোড়া বন্ধ করে। প্রমাণীকৃত ব্যবহারকারী আগত CSE বার্তা পাঠ্য ডিক্রিপ্ট করতে বা আউটগোয়িং CSE মেল সাইন ইন করতে কী জোড়া ব্যবহার করতে পারবেন না।
অ্যাক্সেস পুনরুদ্ধার করতে, কী জোড়া চালু করতে keypairs.enable ব্যবহার করুন।
30 দিন পরে, আপনি keypairs.obliterate পদ্ধতি ব্যবহার করে স্থায়ীভাবে কী জোড়া মুছে ফেলতে পারেন।
HTTP অনুরোধ
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/keypairs/{keyPairId}:disable
[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Turns off a client-side encryption key pair, preventing the authenticated user from decrypting incoming or signing outgoing CSE messages."],["To regain access to the key pair, use the `keypairs.enable` method within 30 days, after which it can be permanently deleted with `keypairs.obliterate`."],["This action is performed through a POST request to the specified endpoint with `userId` and `keyPairId` as path parameters."],["Requires specific authorization scopes (`gmail.settings.basic` or `gmail.settings.sharing`) for the request to be processed."]]],["This API endpoint disables a client-side encryption key pair via a `POST` request to a specific URL including `userId` and `keyPairId` path parameters. The request body is empty. Upon success, the API returns a `CseKeyPair` instance. Disabling a key prevents decryption of incoming messages and signing of outgoing mail. The key can be re-enabled or permanently deleted after 30 days. Access requires specific OAuth scopes, either `gmail.settings.basic` or `gmail.settings.sharing`.\n"]]