REST Resource: users.settings.sendAs.smimeInfo
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: SmimeInfo
S/MIME e-posta yapılandırması.
JSON gösterimi |
{
"id": string,
"issuerCn": string,
"isDefault": boolean,
"expiration": string,
"encryptedKeyPassword": string,
// Union field key can be only one of the following:
"pem": string,
"pkcs12": string
// End of list of possible types for union field key .
} |
Alanlar |
id |
string
SmimeInfo için sabit kimlik.
|
issuerCn |
string
S/MIME sertifikası verenin ortak adı.
|
isDefault |
boolean
Bu SmimeInfo'nun, bu kullanıcının gönderen adresi için varsayılan olup olmadığı.
|
expiration |
string (int64 format)
Sertifikanın geçerlilik süresinin dolacağı zaman (epoch'tan beri geçen milisaniye cinsinden).
|
encryptedKeyPassword |
string
Anahtar şifrelenmişse şifrelenmiş anahtar şifresi.
|
Birlik alanı key . Beklenen ve kullanılan biçime bağlı olarak ortak anahtar, özel anahtar ve sertifika zincirinin çeşitli kombinasyonlarından oluşabilen S/MIME "anahtarı". key yalnızca aşağıdakilerden biri olabilir: |
pem |
string
PEM biçimli X509 birleştirilmiş sertifika dizesi (standart base64 kodlaması). Anahtarı döndürmek için kullanılan biçim. Ortak anahtarı ve sertifika zincirini (özel anahtarı değil) içerir.
|
pkcs12 |
string (bytes format)
Tek bir özel/ortak anahtar çifti ve sertifika zinciri içeren PKCS#12 biçimi. Bu biçim, yalnızca yeni bir SmimeInfo oluşturmak için istemciden kabul edilir ve özel anahtarın dışa aktarılması amaçlanmadığı için hiçbir zaman döndürülmez. PKCS#12 şifrelenmiş olabilir. Bu durumda encryptedKeyPassword uygun şekilde ayarlanmalıdır. Base64 kodlu bir dize.
|
Yöntemler |
|
Belirtilen gönderen adı takma adı için belirtilen S/MIME yapılandırmasını siler. |
|
Belirtilen gönderen adı takma adı için belirtilen S/MIME yapılandırmasını alır. |
|
Belirtilen gönderen takma adı için verilen S/MIME yapılandırmasını ekleyin (yükleyin). |
|
Belirtilen gönderen takma adı için S/MIME yapılandırmalarını listeler. |
|
Belirtilen gönderen adı takma adı için varsayılan S/MIME yapılandırmasını belirler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["# REST Resource: users.settings.sendAs.smimeInfo\n\n- [Resource: SmimeInfo](#SmimeInfo)\n - [JSON representation](#SmimeInfo.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SmimeInfo\n-------------------\n\nAn S/MIME email config.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"issuerCn\": string, \"isDefault\": boolean, \"expiration\": string, \"encryptedKeyPassword\": string, // Union field `key` can be only one of the following: \"pem\": string, \"pkcs12\": string // End of list of possible types for union field `key`. } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` The immutable ID for the SmimeInfo. |\n| `issuerCn` | `string` The S/MIME certificate issuer's common name. |\n| `isDefault` | `boolean` Whether this SmimeInfo is the default one for this user's send-as address. |\n| `expiration` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` When the certificate expires (in milliseconds since epoch). |\n| `encryptedKeyPassword` | `string` Encrypted key password, when key is encrypted. |\n| Union field `key`. The S/MIME \"key\", which may consist of various combinations of the public key, private key, and certificate chain depending on the format expected and used. `key` can be only one of the following: ||\n| `pem` | `string` PEM 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). |\n| `pkcs12` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` PKCS#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. A base64-encoded string. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| ### [delete](/workspace/gmail/api/reference/rest/v1/users.settings.sendAs.smimeInfo/delete) | Deletes the specified S/MIME config for the specified send-as alias. |\n| ### [get](/workspace/gmail/api/reference/rest/v1/users.settings.sendAs.smimeInfo/get) | Gets the specified S/MIME config for the specified send-as alias. |\n| ### [insert](/workspace/gmail/api/reference/rest/v1/users.settings.sendAs.smimeInfo/insert) | Insert (upload) the given S/MIME config for the specified send-as alias. |\n| ### [list](/workspace/gmail/api/reference/rest/v1/users.settings.sendAs.smimeInfo/list) | Lists S/MIME configs for the specified send-as alias. |\n| ### [setDefault](/workspace/gmail/api/reference/rest/v1/users.settings.sendAs.smimeInfo/setDefault) | Sets the default S/MIME config for the specified send-as alias. |"]]