AcreIntrusionPanelRelationEntryItem

Represents a panel relation entry linking an Acre intrusion panel to a calendar with accessible areas for user authorization.

Overview of AcreIntrusionPanelRelationEntryItem goes here.

AcreIntrusionPanelRelationEntryItem Properties

Item -> AcreIntrusionPanelRelationEntryItem

Field Type Inherited from Description
Href String Item Gets or sets the href.
AcreIntrusionCalendarCommonName String AcreIntrusionPanelRelationEntryItem Gets or sets the common name of the Acre intrusion calendar assigned to this user
AcreIntrusionCalendarId String AcreIntrusionPanelRelationEntryItem Gets or sets the unique identifier of the Acre intrusion calendar
AcreIntrusionPanelCommonName String AcreIntrusionPanelRelationEntryItem Gets or sets the common name of the Acre intrusion panel
AcreIntrusionPanelId String AcreIntrusionPanelRelationEntryItem Gets or sets the unique identifier of the Acre intrusion panel
PanelAreaEntries AcreIntrusionAreaEntryItem[] AcreIntrusionPanelRelationEntryItem Gets or sets the array of area entries defining which areas on this panel the user can access

JSON Structure of AcreIntrusionPanelRelationEntryItem

{
   "Href"	:	"String",
   "AcreIntrusionCalendarCommonName"	:	"String",
   "AcreIntrusionCalendarId"	:	"String",
   "AcreIntrusionPanelCommonName"	:	"String",
   "AcreIntrusionPanelId"	:	"String",
   "PanelAreaEntries"	:	"[AcreIntrusionAreaEntryItem](/object-model/acreintrusionareaentryitem)[]"
}