REST Resource: users.settings.sendAs.smimeInfo

資源:SmimeInfo

S/MIME 電子郵件設定。

JSON 表示法
{
  "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.
}
欄位
id

string

SmimeInfo 的不可變 ID。

issuerCn

string

S/MIME 憑證核發者的常用名稱。

isDefault

boolean

指出此 SmimeInfo 是否為此使用者寄送地址的預設 SmimeInfo。

expiration

string (int64 format)

憑證到期後 (以 Epoch 紀元時間起算的毫秒數為單位)。

encryptedKeyPassword

string

加密金鑰密碼 (在金鑰加密時)。

聯集欄位 key。S/MIME「金鑰」:根據預期和使用的格式,公開金鑰、私密金鑰和憑證鏈等不同組合。key 只能是下列其中一項:
pem

string

PEM 格式的 X509 串連憑證字串 (標準 Base64 編碼)。傳回金鑰所用的格式,其中包含公開金鑰和憑證鏈結 (非私密金鑰)。

pkcs12

string (bytes format)

PKCS#12 格式,內含單一私密/公開金鑰組和憑證鏈結。這個格式只能從用戶端建立新的 SmimeInfo,而且絕對不會傳回,因為私密金鑰不會匯出。PKCS#12 可能會經過加密,在這種情況下,請妥善設定 encryptionKeyPassword。

Base64 編碼字串。

方法

delete

針對指定的 send-as 別名,刪除指定的 S/MIME 設定。

get

取得指定寄送做為別名的指定 S/MIME 設定。

insert

為指定的 send-as 別名插入 (上傳) 指定的 S/MIME 設定。

list

列出指定傳送做為別名的 S/MIME 設定。

setDefault

設定指定傳送做為別名的預設 S/MIME 設定。