MibEditHistoryTsvExporterConfig
- granttype (string): Type of authentication, which can be
password
, client_credentials
, or authorization_code
. Commonly used: password
for TSV export.
- clientid (string): Application client ID.
- clientsecret (string): Application client secret.
- username (string): Authentication username.
- password (string): Authentication password.
- authorizationurl (string): URL for authorization server access.
- apiurl (string): URL for API server access.
- temporarytsvfilefolder (string): Path where temporary TSV files are stored.
- tsvsubfolder (string): Path of the subfolder where TSV files are located. By default, it is empty.
- tsvexporturl (string): URL enabled to download the file where it is stored.
- storageType (string): Localization type where the file is stored. Can be
disk
, amazon
, or SMB
. The default is disk
.
- mibFrontRootUrl (string): URL for Mib3 access (to get the dictionaries).