ConnectionData interface

Data transfer class that holds information needed to set up a connection with a VSS server.

Properties

authenticatedUser

The Id of the authenticated user who made this request. More information about the user can be obtained by passing this Id to the Identity service

authorizedUser

The Id of the authorized user who made this request. More information about the user can be obtained by passing this Id to the Identity service

deploymentId

The id for the server.

deploymentType

The type for the server Hosted/OnPremises.

instanceId

The instance id for this host.

lastUserAccess

The last user access for this instance. Null if not requested specifically.

locationServiceData

Data that the location service holds.

webApplicationRelativeDirectory

The virtual directory of the host we are talking to.

Property Details

authenticatedUser

The Id of the authenticated user who made this request. More information about the user can be obtained by passing this Id to the Identity service

authenticatedUser: Identity

Property Value

authorizedUser

The Id of the authorized user who made this request. More information about the user can be obtained by passing this Id to the Identity service

authorizedUser: Identity

Property Value

deploymentId

The id for the server.

deploymentId: string

Property Value

string

deploymentType

The type for the server Hosted/OnPremises.

deploymentType: DeploymentFlags

Property Value

instanceId

The instance id for this host.

instanceId: string

Property Value

string

lastUserAccess

The last user access for this instance. Null if not requested specifically.

lastUserAccess: Date

Property Value

Date

locationServiceData

Data that the location service holds.

locationServiceData: LocationServiceData

Property Value

webApplicationRelativeDirectory

The virtual directory of the host we are talking to.

webApplicationRelativeDirectory: string

Property Value

string