QlikViewLocalConnection
Parameters
- documentPath
- String
The path to QlikView document. Path must be escaped according to JSON standards, e.g. using \ for backslash.
- username (optional)
- String
QlikView document username. Required for username password authentication.
- password (optional)
- String
QlikView document password. Required for username password authentication.
- hasAuthentication
- String (Enum)
The authentication type required by this connection.
One of:
One of:
- None
- UsernamePassword
- Identity