ConnectionData interface
Data transfer class that holds information needed to set up a connection with a VSS server.
authenticated |
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 |
authorized |
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 |
deployment |
The id for the server. |
deployment |
The type for the server Hosted/OnPremises. |
instance |
The instance id for this host. |
last |
The last user access for this instance. Null if not requested specifically. |
location |
Data that the location service holds. |
web |
The virtual directory of the host we are talking to. |
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
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
The id for the server.
deploymentId: string
Property Value
string
The type for the server Hosted/OnPremises.
deploymentType: DeploymentFlags
Property Value
The instance id for this host.
instanceId: string
Property Value
string
The last user access for this instance. Null if not requested specifically.
lastUserAccess: Date
Property Value
Date
Data that the location service holds.
locationServiceData: LocationServiceData
Property Value
The virtual directory of the host we are talking to.
webApplicationRelativeDirectory: string
Property Value
string