interface AccessMapping {
    accessPoint?: string;
    displayName?: string;
    moniker?: string;
    serviceOwner?: string;
    virtualDirectory?: string;
}

Properties

accessPoint?: string
displayName?: string
moniker?: string
serviceOwner?: string

The service which owns this access mapping e.g. TFS, ELS, etc.

virtualDirectory?: string

Part of the access mapping which applies context after the access point of the server.