Type Alias ZonedApiGetCertificateRequest

ZonedApiGetCertificateRequest: {
    certificateId: string;
    zone?: Zone;
}

Type declaration

  • certificateId: string

    Certificate ID.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.