يُستخدم لتشفير مفتاح المستخدم الخاص. هذه عملية مميّزة، ولا يمكن إجراؤها إلا من قِبل مشرفي خدمة "قائمة التحكّم بالوصول إلى مفاتيح التشفير" (KACLS) المعتمَدين.
هذه الواجهة اختيارية. لا تستدعي Google أو برنامج Gmail
واجهة برمجة التطبيقات هذه. إنّ المواصفات المقدَّمة هي اقتراح، وليس شرطًا.
طلب HTTP
POST https://KACLS_URL/wrapprivatekey
استبدِل KACLS_URL بعنوان URL لقائمة التحكّم بالوصول إلى مفاتيح التشفير (KACLS).
تاريخ التعديل الأخير: 2025-03-24 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2025-03-24 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Wraps a user's private key, a privileged operation only authorized Key Access Control List Service (KACLS) admins can perform."],["This API is optional and not used by Google or the Gmail client; the specification is a recommendation."],["The API request requires a JSON body containing user authentication, perimeter ID, and the base64-encoded private key."],["Upon successful execution, the API returns the base64-encoded wrapped private key."],["In case of failure, the API returns a structured error reply."]]],["Authorized Key Access Control List Service (KACLS) admins can use the `wrapprivatekey` API to wrap a user's private key via a POST request. The request requires a JWT (`authentication`), a `perimeter_id`, and a base64-encoded `private_key` (max 128 bytes). Upon success, the API returns a base64-encoded `wrapped_private_key` (max 8 KB). This API is optional, not used by Google or Gmail, and serves as a recommendation.\n"]]