| Name | Type | Description | Notes |
|---|---|---|---|
| kind | KindEnum | The kind of SDK key. Can be either "sdk" (server-side) or "mobile" (mobile). Defaults to "sdk" when not explicitly defined. | [optional] |
| key | String | The user-defined key of the SDK key. | |
| name | String | The human-readable name of the SDK key. | |
| description | String | The optional description of the SDK key. | [optional] |
| expiry | Long | [optional] |
| Name | Value |
|---|---|
| SDK | "sdk" |
| MOBILE | "mobile" |