Variables Naming and Scope
Copy
By default, a Variable, such as imagePath, can have any name and will be common to all servers.
A Variable for one specific server can be specified. Suppose the user wants to ensure the Variable will be used on one specific server (OAuth server or conversion server). In that case, the Variable Name should use a prefix, for example, oauthimagePath. The prefixes are oauth, client, server, conversion, agent, and vault.