[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Inserts an S/MIME configuration for a specific send-as alias in a user's Gmail settings."],["The request requires providing the user ID and the send-as email address as path parameters."],["The request body needs to contain the S/MIME information in `SmimeInfo` format."],["Successful requests will return the newly created `SmimeInfo` object."],["Authorization necessitates the use of specific Gmail settings scopes."]]],["This describes how to upload S/MIME configurations for a Gmail send-as alias. It utilizes a `POST` HTTP request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo`, requiring `userId` and `sendAsEmail` as path parameters. The request body must contain `SmimeInfo` in pkcs12 format. A successful response returns a new `SmimeInfo` instance. Authorization requires either `gmail.settings.basic` or `gmail.settings.sharing` OAuth scopes.\n"]]