Создает и настраивает идентификатор шифрования на стороне клиента, которому разрешено отправлять почту из учетной записи пользователя. Google публикует сертификат S/MIME в общем каталоге всего домена, чтобы сотрудники организации Google Workspace могли шифровать и отправлять почту на имя пользователя.
HTTP-запрос
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/identities
Основной адрес электронной почты отправителя запроса. Чтобы указать аутентифицированного пользователя, вы можете использовать специальное значение me .
[[["Прост для понимания","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."],[[["Creates and configures a client-side encryption identity for sending encrypted mail from a user account within a Google Workspace organization."],["Uses an HTTP POST request to the Gmail API with the user ID as a path parameter and the CSE identity details in the request body."],["Requires specific authorization scopes for access to Gmail settings and sharing."],["On success, the response provides the newly created client-side encryption identity details."],["Google publishes the S/MIME certificate to a shared directory, enabling encrypted communication within the organization."]]],[]]