C# Class TersoSolutions.Jetstream.SDK.Application.Model.AddDeviceToPolicyRequest

AddDeviceToPolicy adds a device to a policy and will monitor the device's configuration values for any descrepencies from the policy. Jetstream® will automatically schedule a GetConfigValuesCommand and compare the results with the policy and overridden device parameters. If Jetstream® determines that there is a variance then a LogEntryEvent with a type of PolicyError will be published. Request object for the version 1.0 AddDeviceToPolicy ReST endpoint.
Inheritance: JetstreamRequest
Show file Open project: tersosolutions/JetstreamSDK-.NET Class Usage Examples

Public Methods

Method Description
AddDeviceToPolicyRequest ( ) : System

Default ctor

Private Methods

Method Description
BuildUri ( string baseUri, string accesskey ) : string

Builds the AddDeviceToPolicy request url

Method Details

AddDeviceToPolicyRequest() public method

Default ctor
public AddDeviceToPolicyRequest ( ) : System
return System