vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RegisteredExternalServiceMetadata

    interface RegisteredExternalServiceMetadata {
        configUrl?: string;
        documentationUrl?: string;
        extensionPointName?: ExtensionPointName;
        externalServiceProvider: string;
        externalServiceProviderType: RegistryProviderType;
        fullName?: string;
        isProtected?: boolean;
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    configUrl?: string
    documentationUrl?: string
    extensionPointName?: ExtensionPointName
    externalServiceProvider: string
    externalServiceProviderType: RegistryProviderType
    fullName?: string
    isProtected?: boolean
    masterLabel: string