Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApnsCertificateExpirationInfo

import type { ApnsCertificateExpirationInfo } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

The explanation message associated with "APNS certificate is expiring soon" and "APNS certificate has expired" alerts.

interface ApnsCertificateExpirationInfo {
appleId?: string;
expirationTime?: Date;
uid?: string;
}

§Properties

§
appleId?: string
[src]

The Apple ID used to create the certificate. It may be blank if admins didn't enter it.

§
expirationTime?: Date
[src]

The expiration date of the APNS certificate.

§
uid?: string
[src]

The UID of the certificate.