CardholderGroupAccessRightItem

Represents a scheduled access right assignment linking a cardholder group to a specific schedule

Overview of CardholderGroupAccessRightItem goes here.

CardholderGroupAccessRightItem Properties

Item -> CardholderGroupAccessRightItem

Field Type Inherited from Description
Href String Item Gets or sets the href.
DoorGroupCommonName String CardholderGroupAccessRightItem Gets or sets the name of the reader common.
DoorGroupId String CardholderGroupAccessRightItem Gets or sets the door group identifier.
ScheduleCommonName String CardholderGroupAccessRightItem Gets or sets the name of the schedule common.
ScheduleId String CardholderGroupAccessRightItem Gets or sets the schedule identifier.

JSON Structure of CardholderGroupAccessRightItem

{
   "Href"	:	"String",
   "DoorGroupCommonName"	:	"String",
   "DoorGroupId"	:	"String",
   "ScheduleCommonName"	:	"String",
   "ScheduleId"	:	"String"
}