ApnsCertificateExpirationInfo
與「APNS 憑證即將到期」和「APNS 憑證已過期」警示相關的說明訊息。
JSON 表示法 |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
欄位 |
expirationTime |
string (Timestamp format)
APNS 憑證的到期日。
|
appleId |
string
用於建立憑證的 Apple ID。如果管理員未輸入,這個欄位就會留空。
|
uid |
string
憑證的 UID。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-07 (世界標準時間)。
[null,null,["上次更新時間:2024-11-07 (世界標準時間)。"],[[["This document explains the JSON representation of alerts related to the expiration of APNS certificates."],["The JSON payload provides information about the certificate's expiration time, the associated Apple ID (if available), and a unique identifier."],["The `expirationTime` field is formatted as a Timestamp, while `appleId` and `uid` are represented as strings."]]],[]]