Crea e carica una catena di certificati di chiave pubblica S/MIME con crittografia lato client e i metadati della chiave privata per l'utente autenticato.
Richiesta HTTP
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/keypairs
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-05 UTC."],[[["Creates and uploads an S/MIME public key certificate chain and private key for the authenticated user."],["Utilizes a POST request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/keypairs` with the user ID specified in the path."],["Requires providing a `CseKeyPair` object in the request body, outlining the key pair details."],["Returns the newly created `CseKeyPair` object in the response if successful."],["Needs authorization with either `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.settings.sharing` scope."]]],[]]