ConnectionData interface
Data transfer class that holds information needed to set up a connection with a VSS server.
Properties
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. |
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