[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]