| Name | Type | Description | Notes |
|---|---|---|---|
| GpsProcessorHost | String | [optional] | |
| RemoteDeviceKey | String | [optional] | |
| RemoteDeviceId | String | [optional] | |
| Token | String | [optional] | |
| TenantSourceId | String | [optional] | |
| VirtualOdometer | Double | [optional] | |
| IdleConfiguration | TelematicsIdleConfiguration | [optional] | |
| TrackingConfiguration | TelematicsTrackingConfiguration | [optional] | |
| TrackingTime | TelematicsTrackingTime | [optional] |
- Prepare the resource
$TelematicsMobileTokenResponseModel = Initialize-RealGreenSaPSTelematicsMobileTokenResponseModel -GpsProcessorHost null `
-RemoteDeviceKey null `
-RemoteDeviceId null `
-Token null `
-TenantSourceId null `
-VirtualOdometer null `
-IdleConfiguration null `
-TrackingConfiguration null `
-TrackingTime null- Convert the resource to JSON
$TelematicsMobileTokenResponseModel | ConvertTo-JSON