Skip to content

Latest commit

History

History
executable file
22 lines (18 loc) 路 1.71 KB

File metadata and controls

executable file
22 lines (18 loc) 路 1.71 KB

Authorization

Properties

Name Type Description Notes
id int Unique identifier
version int Current version number of the authorization
medium \Evva\AirKey\Model\SimpleMedium Medium to which this authorization is defined
lock \Evva\AirKey\Model\SimpleLock Lock for which the medium is authorized [optional]
area \Evva\AirKey\Model\SimpleArea Area for which the medium is authorized [optional]
person_id int Owner of this authorization [optional]
current_state string Current state of authorization [optional]
created_on string Timestamp when the authorization was created (ISO 8601-format compliant date with time in UTC, milliseconds precision) [optional]
updated_on string Timestamp when the authorization was last updated (ISO 8601-format compliant date with time in UTC, milliseconds precision) [optional]
synchronized_on string Timestamp when the authorization was last synchronized with the medium (ISO 8601-format compliant date with time in UTC, milliseconds precision) [optional]
deletion_requested bool Is a deletion of the authorization requested or not [optional]
authorization_info_list \Evva\AirKey\Model\AuthorizationInfo[] List of authorization details
custom bool Authorization combines different authorization types [optional]

[Back to Model list] [Back to API list] [Back to README]