REST V2 Connector Guide > REST Connections > REST Connection Properties
  

REST Connection Properties

When you set up a REST connection, you must configure the connection properties.
The following table describes the REST connection properties:
Connection Property
Description
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Authentication
Generic by default.
Authentication Type
Authentication method to login to the web service application.
Auth User ID
The user name to login to the web service application.
Required only for BASIC and DIGEST authentication types.
Auth Password
The password associated with the user name.
Required only for BASIC and DIGEST authentication types.
OAuth Consumer Key
The client key associated with the web service application.
Required only for OAUTH authentication type.
OAuth Consumer Secret
The client password to connect to the web service application.
Required only for OAUTH authentication type.
OAuth Token
The access token to connect to the web service application.
Required only for OAUTH authentication type.
OAuth Token Secret
The password associated with the OAuth token.
Required only for OAUTH authentication type.
Swagger File Path
The absolute file path of the .JSON swagger specification file. The swagger specification file must be located on the machine that hosts the Secure Agent.