사용자의 비공개 키를 래핑합니다. 이는 권한이 있는 작업이며 승인된 키 액세스 제어 목록 서비스 (KACLS) 관리자만 수행할 수 있습니다.
이 API는 선택사항입니다. Google이나 Gmail 클라이언트는 이 API를 호출하지 않습니다. 제공된 사양은 요구사항이 아닌 권장사항입니다.
[[["이해하기 쉬움","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(UTC)"],[[["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"]]