PredixSyncServerInformation
public struct PredixSyncServerInformation
Model for Predix Sync server information as returned by the PredixSyncServerInformationFetcher
-
URL of the Predix Sync endpoint
Declaration
Swift
public let serverEndpointURL: URL -
Server API version
Declaration
Swift
public let apiVersion: String? -
Server user data path
Declaration
Swift
public let userDataPath: String? -
Databases available on server
Declaration
Swift
public let availableDatabases: [String] -
Server administrative data path
Declaration
Swift
public let adminDataPath: String? -
Server authorization (UAA) endpoint
Declaration
Swift
public let authorizationEndpoint: URL? -
Server session path
Declaration
Swift
public let sessionPath: String?
View on GitHub
PredixSyncServerInformation Structure Reference