ApnsCertificateExpirationInfo
与“APNS 证书即将过期”和“APNS 证书已过期”提醒关联的说明消息。
JSON 表示法 |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
字段 |
expirationTime |
string (Timestamp format)
APNS 证书的失效日期。
|
appleId |
string
用于创建证书的 Apple ID。如果管理员未输入此值,则此字段可能会留空。
|
uid |
string
证书的 UID。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):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."]]],[]]