CardAccessItem

Represents the intersection of a Person’s access levels with their currently assigned cards. Used by Hardware Communication services

This connects Card Assignments and Access Levels.

CardAccessItem Properties

CardAccessItem

Field Type Inherited from Description
AccessLevels String[] CardAccessItem Gets or sets the access levels.
CardAssignment CardAssignmentInfo CardAccessItem Gets or sets the card assignment.
ElevatorUserSettings ElevatorUserSettingsInfo CardAccessItem Gets or sets the elevator-specific settings for this card holder, including floor access permissions and destination dispatch configuration.
SecurePin String CardAccessItem Gets or sets the SecurePin associated to the PersonInfo object.

JSON Structure of CardAccessItem

{
   "AccessLevels"	:	"String[]",
   "CardAssignment"	:	"[CardAssignmentInfo](/object-model/cardassignmentinfo)",
   "ElevatorUserSettings"	:	"[ElevatorUserSettingsInfo](/object-model/elevatorusersettingsinfo)",
   "SecurePin"	:	"String"
}