ApnsCertificateExpirationInfo
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 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["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."]]],[]]