SSH SshDeviceFilter object
                                                        Filters client and host servers. The device will be returned in an POST SSH/Devices method only if all its attributes match those specified in filter. In other words, different filter clauses are ANDed. If the filter clause supports multiple values and there is a device match, SSH/Devices returns any of those values.
| Field | Type | Description | 
|---|---|---|
| DeviceNames | List of string | (Optional) List of host names to search. Partial match is allowed. | 
| IsCompliant | Boolean | (Optional) Whether the device has any issues with SSH key compliance | 
| Type | string | (Optional) Only one type of Ssh Device. If not specified, all devices are returned. 
 |