| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier of a push credential | |
| certificate | String | Apple certificate for sending push notifications. For iOS only | |
| privateKey | String | Apple private key for a given certificate for sending push notifications. For iOS only | |
| serverKey | String | Google server key for sending push notifications. For Android only | |
| alias | String | Alias to uniquely identify a credential | |
| type | String | Type of mobile push credential. Either <code>ios</code> or <code>android</code> | |
| recordType | String | [readonly] | |
| createdAt | String | ISO 8601 timestamp when the room was created | |
| updatedAt | String | ISO 8601 timestamp when the room was updated. |