ApnsCertificateExpirationInfo
Die Erläuterungsnachricht, die mit den Benachrichtigungen „APNS-Zertifikat läuft bald ab“ und „APNS-Zertifikat ist abgelaufen“ verknüpft ist.
JSON-Darstellung |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
Felder |
expirationTime |
string (Timestamp format)
Das Ablaufdatum des APNS-Zertifikats.
|
appleId |
string
Die Apple-ID, mit der das Zertifikat erstellt wurde. Wenn Administratoren ihn nicht eingegeben haben, ist er möglicherweise leer.
|
uid |
string
Die UID des Zertifikats.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-07 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-07 (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."]]],[]]