1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"baseUrl": "Base URL",
"baseUrl_helptext": "URL to HisInOne installation",
"open": "Service",
"open_helptext": "Sets the Web Service to use. OpenCourseService is anonymized and doesn't require authentication, so it's usually the preferred way.",
"password": "Password",
"password_helptext": "Account password. Only required if using CourseService",
"role": "Role",
"role_helptext": "Role of the user accessing the CourseService.",
"username": "Username",
"username_helptext": "Authenticating user (only required for CourseService).",
"verifyCert": "Verify certificate",
"verifyCert_helptext": "If the certificate expired or was not signed by a known CA, the connection will be aborted.",
"verifyHostname": "Verify host name",
"verifyHostname_helptext": "The certificate's host name must match the host name given in the URL, otherwise the connection will be aborted."
}
|