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):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],null,["# ApnsCertificateExpirationInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe explanation message associated with \"APNS certificate is expiring soon\" and \"APNS certificate has expired\" alerts.\n\n| JSON representation |\n|------------------------------------------------------------------------|\n| ``` { \"expirationTime\": string, \"appleId\": string, \"uid\": string } ``` |\n\n| Fields ||\n|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `expirationTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The expiration date of the APNS certificate. |\n| `appleId` | `string` The Apple ID used to create the certificate. It may be blank if admins didn't enter it. |\n| `uid` | `string` The UID of the certificate. |"]]