Show Credentials
Summary
A developer must register a valid Incent username and password with Connect before any of Connect’s “incent” commands can run. The credential must have read and write privileges within Connect. Refer to INCENT CREDENTIAL.
The SHOW CREDENTIALS command returns a one-row result set that lists the registered user account.
Syntax
show credentials; |
Parameters
None.
Details
The following table describes the result set returned by SHOW CREDENTIALS.
|
Column Name
|
Data Type
|
Description
|
|---|---|---|
| type | string | Source system where user account was created. ‘incent’ is the only valid value. |
| username | string | The Incent username/account that has been registered to run ‘incent’ xCL commands within Connect. Corresponds to values found in xactly.xc_user.email. |
| name | string | The Incent user’s name. Corresponds to values found in xactly.xc_user.name. |
Examples
show credentials;

