Globus SDK for JavaScript
    Preparing search index...
    EndpointManagerTaskDocument: TaskDocument & {
        destination_endpoint_display_name: string | null;
        destination_endpoint_id: string | null;
        destination_host_endpoint: string | null;
        destination_host_endpoint_display_name: string | null;
        destination_host_endpoint_id: string | null;
        destination_host_path: string | null;
        destination_local_user: string | null;
        destination_local_user_status: LocalUserStatus;
        destination_mapped_collection_display_name: string | null;
        destination_mapped_collection_id: string | null;
        is_ok: boolean | null;
        owner_string: string;
        source_endpoint_display_name: string | null;
        source_endpoint_id: string | null;
        source_host_endpoint: string | null;
        source_host_endpoint_display_name: string | null;
        source_host_endpoint_id: string | null;
        source_host_path: string | null;
        source_local_user: null;
        source_local_user_status: LocalUserStatus;
        source_mapped_collection_display_name: string | null;
        source_mapped_collection_id: string | null;
    }

    Type declaration

    • destination_endpoint_display_name: string | null
    • destination_endpoint_id: string | null
    • destination_host_endpoint: string | null
    • destination_host_endpoint_display_name: string | null
    • destination_host_endpoint_id: string | null
    • destination_host_path: string | null
    • destination_local_user: string | null
    • destination_local_user_status: LocalUserStatus
    • destination_mapped_collection_display_name: string | null
    • destination_mapped_collection_id: string | null
    • is_ok: boolean | null
    • owner_string: string
    • source_endpoint_display_name: string | null
    • source_endpoint_id: string | null
    • source_host_endpoint: string | null
    • source_host_endpoint_display_name: string | null
    • source_host_endpoint_id: string | null
    • source_host_path: string | null
    • source_local_user: null
    • source_local_user_status: LocalUserStatus
    • source_mapped_collection_display_name: string | null
    • source_mapped_collection_id: string | null