AutoBE
    Preparing search index...

    A caller-owned connection that a multi-step helper needs in props.

    interface IRequiredConnection {
        actor: string;
        propPath: string;
        reason: string;
        roles: string[] | null;
    }
    Index

    Properties

    actor: string

    Actor required for this auxiliary connection.

    propPath: string

    Stable prop path, for example props.admin.connection.

    reason: string

    Why the helper needs this connection.

    roles: string[] | null

    Required business roles for the auxiliary actor, or null when any authenticated caller of the actor is sufficient.