ApnsCertificateExpirationInfo
Stay organized with collections
Save and categorize content based on your preferences.
The explanation message associated with "APNS certificate is expiring soon" and "APNS certificate has expired" alerts.
JSON representation |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
Fields |
expirationTime |
string (Timestamp format)
The expiration date of the APNS certificate.
|
appleId |
string
The Apple ID used to create the certificate. It may be blank if admins didn't enter it.
|
uid |
string
The UID of the certificate.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],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. |"]]