Incent Credential
Summary
The incent credential command registers the Incent credentials to use when running any subsequent Incent commands.
Syntax
incent credential (Username='<username>', Password='<password>');incent credential test; |
Parameters
|
Parameter
|
Description
|
|---|---|
Username='<username>' |
The Incent user name. The user name need to have Connect privileges set in Incent. |
Password='<password'> |
The password associated with the user name. |
Details
You need to run the incent credential command before any other incent commands. The credentials are used to stamp Incent transactions (both ad hoc and scheduled transactions) that appear in Incent audits.
The credentials are stored securely, and only used by the incent commands for the business.
Use the show credentials command to display the currently-registered Incent credentials.
Examples
// Registers the Incent credentials for subsequent Incent commandsincent credential (Username='johnsmith', Password='P@ssW0rd'>); // Tests the stored username/password credential and returns statusincent credential test; |
Related Commands
