You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| baseUrl | String | Conditionally<br />Required | The base URL for your Garoon environment.<br />It must start with `https`. (e.g. https://example.cybozu.com) <br />Required in Node.js environment. If you omit it in browser environment, `location.origin` will be used. |
73
-
| auth | Object | Conditionally<br />Required | The object for authentication. See [Authentication](#Authentication). |
74
-
| basicAuth | Object || If your Garoon environment uses Basic authentication, please specify its username and password. |
75
-
| basicAuth.username | String || The username of Basic authentication. |
76
-
| basicAuth.password | String || The password of Basic authentication. |
77
-
| clientCertAuth | Object ||**This parameter is available only in Node.js environment.**<br />If your Garoon environment uses [Client Certificate authentication](https://jp.cybozu.help/general/en/admin/list_security/list_secureaccess/overview.html), please specify the certificate file and password. |
78
-
| clientCertAuth.pfx |[Buffer](https://nodejs.org/api/buffer.html#buffer_class_buffer)|| The [client certificate file](https://jp.cybozu.help/general/en/user/list_access/remote/webbrowser.html). Required, unless you specify `pfxFilePath`. |
79
-
| clientCertAuth.pfxFilePath | String || The path to [client certificate file](https://jp.cybozu.help/general/en/user/list_access/remote/webbrowser.html). Required, unless you specify `pfx`. |
80
-
| clientCertAuth.password | String || The password of client certificate. |
81
-
| proxy | Object ||**This parameter is available only in Node.js environment.**<br />If you use a proxy, please specify its configuration. |
82
-
| proxy.host | String || The host of the proxy server. |
83
-
| proxy.port | Number || The port of the proxy server. |
84
-
| proxy.auth | Object || If the proxy server requires Basic authentication, please specify its username and password. |
85
-
| proxy.auth.username | String || The username of Basic authentication for the proxy server. |
86
-
| proxy.auth.password | String || The password of Basic authentication for the proxy server. |
| baseUrl | String | Conditionally<br />Required | The base URL for your Garoon environment.<br />On cybozu.com, it must end with `/g`. (e.g. https://example.cybozu.com/g) <br />If you use on-premise Garoon environment, it must end with `grn.cgi` or `grn.exe` (e.g. http://example.com/cgi-bin/cbgrn/grn.cgi) <br />Required in Node.js environment. If you omit it in browser environment, the base URL will be determined from `location`.|
73
+
| auth | Object | Conditionally<br />Required | The object for authentication. See [Authentication](#Authentication). |
74
+
| basicAuth | Object || If your Garoon environment uses Basic authentication, please specify its username and password. |
75
+
| basicAuth.username | String || The username of Basic authentication. |
76
+
| basicAuth.password | String || The password of Basic authentication. |
77
+
| clientCertAuth | Object ||**This parameter is available only in Node.js environment.**<br />If your Garoon environment uses [Client Certificate authentication](https://jp.cybozu.help/general/en/admin/list_security/list_secureaccess/overview.html), please specify the certificate file and password. |
78
+
| clientCertAuth.pfx |[Buffer](https://nodejs.org/api/buffer.html#buffer_class_buffer)|| The [client certificate file](https://jp.cybozu.help/general/en/user/list_access/remote/webbrowser.html). Required, unless you specify `pfxFilePath`. |
79
+
| clientCertAuth.pfxFilePath | String || The path to [client certificate file](https://jp.cybozu.help/general/en/user/list_access/remote/webbrowser.html). Required, unless you specify `pfx`. |
80
+
| clientCertAuth.password | String || The password of client certificate. |
81
+
| proxy | Object ||**This parameter is available only in Node.js environment.**<br />If you use a proxy, please specify its configuration. |
82
+
| proxy.host | String || The host of the proxy server. |
83
+
| proxy.port | Number || The port of the proxy server. |
84
+
| proxy.auth | Object || If the proxy server requires Basic authentication, please specify its username and password. |
85
+
| proxy.auth.username | String || The username of Basic authentication for the proxy server. |
86
+
| proxy.auth.password | String || The password of Basic authentication for the proxy server. |
0 commit comments