Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The key used to store each Connect Id in $connectIds is the name of that Connect Id. 

Note

Because Cloudbridge has a reserved $ConnectID variable that contains the current executing ConnectID reference, do not use this variable name when retrieving your available ConnectID's from the $ConnectIDs collection.

Below is a list of all properties available on a ConnectId stored in $connectIds, along with a description of the property and the type of Connect Id for which property is applicable.

Property Name 

Description 

Connect Id Type

Name 

The name of the Connect Id. This is used as the key for connect Ids stored in the $connectIds collection.

All

Type 

The type of Connect Id. 

All 

URL 

The URL associated with the Connect Id. 

Email, Generic 

Credentials 

The credentials stored in the Connect Id. 

All 

SmtpServer 

The (domain) name of the SMTP server. 

Email 

Port 

The port to use for the SMTP server. 

Email 

ServiceNowUrl 

The URL to use to connect to ServiceNow. 

Service Now 

RunUser

All RunAs

variableName

Any variable name created on the Connect Id.

All

ConnectId Properties

A ConnectId has the following available properties:

...