The Application object
The Privileged Access Service creates a single Application
object for each user session for a user-password web application. The object is an instance of the ReadOnlyDataEntity class, and is a read-only object.
The Application
object’s properties describe the web application as it’s defined in the application profile. You create a web application’s profile in the Admin Portal using the generic user-password application template (described in Custom user-password applications).
The Application
object does not have any publicly accessible properties. The script accesses the object’s properties using the object’s single public method, Application.Get()
.
Method Name |
Description |
Application.Get(property) |
This method returns an Application object property. It takes as its argument a string that specifies the property to return. An example: Application.Get(“Name”) returns the name of the application as entered in the Application Settings tab. |
The following section describes the property arguments this method can take.