QlikViewServerConnection
Parameters
- identity (optional)
- String
The domain user credentials used to connect to the server. (Domain\Username)
- applyUserSectionAccess
- Boolean
Set to true to apply specific users' section access when generating reports
- 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