Contents

Summary

An association that a user has with an application.

Properties

Name Type Nullable? Summary
SecurityRoleId Guid This field is nullable. The ID of the security role that the user has within the application.
SecurityRoleName String This field is nullable. The name of the security role that the user has within the application.
IsAdministrator Boolean The administrator status of the user for the application.
ID Int32 The ID of the application.
Name String The name of the application.
Description String This field is nullable. The description of the application.
SystemClass String The system-defined class of the application.
IsDefault Boolean The default status of the application.
IsActive Boolean The active status of the application.