Type alias UpdateTrustedIssuerStatusListsResult

UpdateTrustedIssuerStatusListsResult: {
    failedLists?: Record<string, string[]> | null;
    nextUpdate?: Date | null;
    success: boolean;
}

Type declaration

  • Optional Readonly failedLists?: Record<string, string[]> | null

    Map of failed status lists that could not be refreshed.

    Each entry is keyed by the trusted issuer certificate id and contains a list of status list URIs that failed to resolve.

  • Optional Readonly nextUpdate?: Date | null

    Indicates when the cached status lists should be refreshed, by using the status lists ttl or exp

  • Readonly success: boolean

Generated using TypeDoc