Deprecations
- 17 Nov 2022
-
DarkLight
-
PDF
Deprecations
- Updated on 17 Nov 2022
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
These are properties that should no longer be used. Although they are supported in the code base, it is not a best practice to use them. Knowing about them is helpful since some adapters may still use them instead of the .system entity. These properties were replaced with the .system entity for authentication and healthcheck. The .system entity allows for more expanded capabilities in the token and healthcheck calls.
Authentication
Property | Type | Description |
---|---|---|
token_user_field |
string | Identifies the name of the field which should contain the login user when requesting a token. |
token_password_field |
string | Identifies the name of the field which should contain the password when requesting a token. |
token_result_field |
string | Identifies the name of the field in the response which will contain the token when requesting a token. |
token_URI_path |
string | The path used to retrieve an authentication token for a dynamic token request. |
Healthcheck
Property | Type | Description |
---|---|---|
protocol |
string | Defines the protocol (i.e., REST) used to communicate with the other system. |
URI_Path |
string | The path used to see if the other system is up and operational. |
Was this article helpful?