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
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 ElevatorUserSettings value |
SecurePin | String | CardAccessItem | Gets or sets the SecurePin associated to the PersonInfo object. |
{
"AccessLevels" : "String[]",
"CardAssignment" : "[CardAssignmentInfo](/object-model/cardassignmentinfo)",
"ElevatorUserSettings" : "[ElevatorUserSettingsInfo](/object-model/elevatorusersettingsinfo)",
"SecurePin" : "String"
}