| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Name for management key. | |
| ExpiryDate | DateTime | The date the management key expires. | |
| Endpoints | List<Endpoint> | The list of endpoints that can be accessed with the key | |
| AllowedApplicationIds | List<long> | A list of Application IDs that you can access with the management key. An empty or missing list means the management key can be used for all Applications in the account. | [optional] |
| Id | long | ID of the management key. | |
| CreatedBy | long | ID of the user who created it. | |
| AccountID | long | ID of account the key is used for. | |
| Created | DateTime | The date the management key was created. | |
| Disabled | bool | The management key is disabled (this property is set to `true`) when the user who created the key is disabled or deleted. | [optional] |
| LastUsed | DateTime | The last time the management key was used. | [optional] |