AcreIntrusionUserProfilePermissions

Represents the permissions granted to an Acre intrusion user profile for system operations, alarm control, user management, and device access.

Overview of AcreIntrusionUserProfilePermissions goes here.

AcreIntrusionUserProfilePermissions Properties

AcreIntrusionUserProfilePermissions

Field Type Inherited from Description
AbleToBellTest Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can perform bell/sounder tests
AbleToChangeDate Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can change the system date/time
AbleToConfigureUsers Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can configure other users
AbleToDelayAutoSet Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can delay the auto-set timer
AbleToForceset Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can force-set/arm the system with zones open
AbleToFullset Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can full-set/arm the entire system
AbleToGrantEngineerAccess Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can grant engineer/installer access
AbleToInhibit Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can inhibit zones
AbleToIsolate Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can isolate zones
AbleToPartsetA Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can part-set area A
AbleToPartsetB Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can part-set area B
AbleToRestoreAlerts Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can restore/acknowledge alerts
AbleToUnset Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can unset/disarm the system
AbleToUpdateFirmware Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can update panel firmware
AbleToWalkTest Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can perform walk tests on zones
AbleToWpaTest Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can perform WPA tests
AllowChangePin Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can change their own PIN code
AllowChimeControl Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can control chime settings
AllowDoorControl Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can control doors
AllowLevel3Tasks Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can perform level 3 (advanced) tasks
AllowOutputControl Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can control outputs
AllowRfOutputControl Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can control RF (radio frequency) outputs
AllowSMS Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can send/receive SMS messages
AllowSystemLogRead Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can read the system event log
AllowViewVideo Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can view video feeds
AllowWebBrowserAccess Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can access the web browser interface
AllowX10Control Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can control X10 automation devices
CanEditCalendars Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can edit calendars/schedules
CanEditDoors Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can edit door configurations
CanEditUserProfiles Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can edit user profiles
CanEditUsersMaster Boolean AcreIntrusionUserProfilePermissions Gets or sets whether the user can edit master user accounts

JSON Structure of AcreIntrusionUserProfilePermissions

{
   "AbleToBellTest"	:	"Boolean",
   "AbleToChangeDate"	:	"Boolean",
   "AbleToConfigureUsers"	:	"Boolean",
   "AbleToDelayAutoSet"	:	"Boolean",
   "AbleToForceset"	:	"Boolean",
   "AbleToFullset"	:	"Boolean",
   "AbleToGrantEngineerAccess"	:	"Boolean",
   "AbleToInhibit"	:	"Boolean",
   "AbleToIsolate"	:	"Boolean",
   "AbleToPartsetA"	:	"Boolean",
   "AbleToPartsetB"	:	"Boolean",
   "AbleToRestoreAlerts"	:	"Boolean",
   "AbleToUnset"	:	"Boolean",
   "AbleToUpdateFirmware"	:	"Boolean",
   "AbleToWalkTest"	:	"Boolean",
   "AbleToWpaTest"	:	"Boolean",
   "AllowChangePin"	:	"Boolean",
   "AllowChimeControl"	:	"Boolean",
   "AllowDoorControl"	:	"Boolean",
   "AllowLevel3Tasks"	:	"Boolean",
   "AllowOutputControl"	:	"Boolean",
   "AllowRfOutputControl"	:	"Boolean",
   "AllowSMS"	:	"Boolean",
   "AllowSystemLogRead"	:	"Boolean",
   "AllowViewVideo"	:	"Boolean",
   "AllowWebBrowserAccess"	:	"Boolean",
   "AllowX10Control"	:	"Boolean",
   "CanEditCalendars"	:	"Boolean",
   "CanEditDoors"	:	"Boolean",
   "CanEditUserProfiles"	:	"Boolean",
   "CanEditUsersMaster"	:	"Boolean"
}