| Name | Type | Description | Notes |
|---|---|---|---|
| MinIdleTimeSec | Int32 | [optional] | |
| MinIdleSpeedKmh | Int32 | [optional] | |
| DetectStopMaxSpeedKmh | Int32 | [optional] | |
| MaxRadiusMeters | Int32 | [optional] |
- Prepare the resource
$TelematicsIdleConfiguration = Initialize-RealGreenSaPSTelematicsIdleConfiguration -MinIdleTimeSec null `
-MinIdleSpeedKmh null `
-DetectStopMaxSpeedKmh null `
-MaxRadiusMeters null- Convert the resource to JSON
$TelematicsIdleConfiguration | ConvertTo-JSON