Credentials

constructor(id: String = UUID.randomUUID().toString(), displayName: String, protocol: String, host: String, port: Int, username: String, password: String, ftps: Boolean = false, ftpsImplicit: Boolean = false, privateKeyPath: String = "")