| 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] |