|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > ServiceNow > Connector Parameters Authentication |
The instance name identifies the ServiceNow environment. It is used to construct the base URL in the format https://<instance_name>.service-now.com. Alternatively, a full URL can be provided and the instance name will be extracted automatically.
Technical Name |
instance_name |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
dev12345 mycompany |
The client ID generated by the ServiceNow OAuth application registry. Required when using OAuth 2.0 authentication. If not provided, Basic Authentication is used instead.
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
null |
Example Values |
12345678abcd1234efgh5678ijkl9012 |
The client secret associated with the OAuth2 Client ID. Required when using OAuth 2.0 authentication. This value is stored masked.
Technical Name |
client_secret |
Category |
Authentication |
Type |
String (masked) |
Default Value |
null |
Example Values |
AbC123dEf456GhI789... |
The username of the ServiceNow API user. Used for Basic Authentication when OAuth2 Client ID and Client Secret are not provided.
Technical Name |
basic_username |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
admin john.pork |
The password of the ServiceNow API user. Used for Basic Authentication. This value is stored masked.
Technical Name |
basic_password |
Category |
Authentication |
Type |
String (masked) |
Default Value |
n/a |
Example Values |
p2s3s4w5 |