Frodo Library - v4.0.0-10
    Preparing search index...

    Interface SystemStatusInterface

    interface SystemStatusInterface {
        config: string;
        connectorRef: {
            bundleName: string;
            bundleVersion: string;
            connectorHostRef: string;
            connectorName: string;
        };
        displayName: string;
        enabled: boolean;
        name: string;
        objectTypes: string[];
        ok: boolean;
    }
    Index

    Properties

    config: string
    connectorRef: {
        bundleName: string;
        bundleVersion: string;
        connectorHostRef: string;
        connectorName: string;
    }
    displayName: string
    enabled: boolean
    name: string
    objectTypes: string[]
    ok: boolean