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.