Global Variables
The Privileged Access Service creates a set of global variable for each user session. These variables are synonyms for common attributes of the LoginUser
and Application
objects, and are a convenience: you can use a global variable instead of specifying a LoginUser
attribute or using Application.Get()
to read an Application
attribute.
global Variable | Description |
---|---|
ApplicationUrl
|
A read-only variable that contains the contact URL specified in the URL field in the Application Settings tab. Synonymous with the Application attribute “Url”. |
LoginPassword
|
A read-write variable that contains the password used to log the current user on to the web application, used only for a user-password application. The Privileged Access Service determines the password for this user session depending on the “Map to User Accounts” setting in the Application Settings tab. Synonymous with the attribute LoginUser.Password. |
ServiceUrl
|
A read-only variable that contains the contact URL specified in the URL field in the Application Settings tab. Synonymous with the Application attribute “Url". |