Skip to main content

smime_info

Overview

Namesmime_info
TypeResource
Idgoogleworkspace.gmail.smime_info

Fields

NameDatatypeDescription
idstringThe immutable ID for the SmimeInfo.
isDefaultbooleanWhether this SmimeInfo is the default one for this user's send-as address.
issuerCnstringThe S/MIME certificate issuer's common name.
pemstringPEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
pkcs12stringPKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
encryptedKeyPasswordstringEncrypted key password, when key is encrypted.
expirationstringWhen the certificate expires (in milliseconds since epoch).

Methods

NameAccessible byRequired ParamsDescription
users_settings_sendAs_smimeInfo_getSELECTid, sendAsEmail, userIdGets the specified S/MIME config for the specified send-as alias.
users_settings_sendAs_smimeInfo_listSELECTsendAsEmail, userIdLists S/MIME configs for the specified send-as alias.
users_settings_sendAs_smimeInfo_deleteDELETEid, sendAsEmail, userIdDeletes the specified S/MIME config for the specified send-as alias.
users_settings_sendAs_smimeInfo_insertEXECsendAsEmail, userIdInsert (upload) the given S/MIME config for the specified send-as alias. Note that pkcs12 format is required for the key.
users_settings_sendAs_smimeInfo_setDefaultEXECid, sendAsEmail, userIdSets the default S/MIME config for the specified send-as alias.