ISPO SDK
    Preparing search index...

    Interface RemoteCodingTarget

    Markdown

    Bounded target discovery. targetId is an opaque selector; no network, filesystem, checkout, or credential locator crosses the project bridge.

    interface RemoteCodingTarget {
        capabilities: RemoteCodingTargetCapabilities;
        executionClass: "remote-checkout";
        generation: number;
        lastHeartbeatAt?: string;
        name: string;
        status: RemoteCodingTargetStatus;
        targetId: string;
    }
    Index
    executionClass: "remote-checkout"
    generation: number
    lastHeartbeatAt?: string
    name: string
    targetId: string