auth.provider API
    Preparing search index...

    Interface ReadinessReport

    Aggregate outcome across every registered probe.

    interface ReadinessReport {
        checks: readonly ProbeResult[];
        ready: boolean;
    }
    Index
    checks: readonly ProbeResult[]
    ready: boolean

    True only when every probe succeeded. A deployment with no probes is ready.