| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Type of mobile push credential. Should be <code>ios</code> here | |
| certificate | String | Certificate as received from APNs | |
| privateKey | String | Corresponding private key to the certificate as received from APNs | |
| alias | String | Alias to uniquely identify the credential |
| Name | Value |
|---|---|
| IOS | "ios" |