ApnsCertificateExpirationInfo
"APNS सर्टिफ़िकेट की समयसीमा जल्द ही खत्म होने वाली है" और "APNS सर्टिफ़िकेट की समयसीमा खत्म हो गई है" सूचनाओं से जुड़ा जानकारी देने वाला मैसेज.
JSON के काेड में दिखाना |
{
"expirationTime": string,
"appleId": string,
"uid": string
} |
फ़ील्ड |
expirationTime |
string (Timestamp format)
APNS सर्टिफ़िकेट की समयसीमा खत्म होने की तारीख.
|
appleId |
string
सर्टिफ़िकेट बनाने के लिए इस्तेमाल किया गया Apple ID. अगर एडमिन ने यह जानकारी नहीं डाली है, तो यह खाली हो सकती है.
|
uid |
string
सर्टिफ़िकेट का यूआईडी.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-07 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]],[]]