Member Junction
    Preparing search index...

    Interface PrincipalResolution<T>

    interface PrincipalResolution<T extends ResolvablePrincipal> {
        reason: PrincipalResolutionReason;
        user: T;
        warning?: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    user: T

    The principal to act as, or null when this deployment offers none.

    warning?: string

    Operator-facing diagnostic. Set ONLY when a configured candidate failed to resolve — an unset candidate is a deployment that never asked for a specific user, not a misconfiguration, and must not be reported as one.