Class SmAppPolarisUpdateRequest
UpdateNetworkSmAppPolaris
[DataContract]
public class SmAppPolarisUpdateRequest
- Inheritance
-
SmAppPolarisUpdateRequest
- Inherited Members
Properties
PreventAutoInstall
optional: Whether or not SM should auto-install this app (one of true or false)
[DataMember(Name = "preventAutoInstall")]
public bool? PreventAutoInstall { get; set; }
Property Value
- bool?
optional: Whether or not SM should auto-install this app (one of true or false)
Scope
optional: The scope (one of all, none, automatic, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be assigned
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
- string
optional: The scope (one of all, none, automatic, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be assigned
UsesVPP
optional: Whether or not the app should use VPP by device assignment (one of true or false)
[DataMember(Name = "usesVPP")]
public bool? UsesVPP { get; set; }
Property Value
- bool?
optional: Whether or not the app should use VPP by device assignment (one of true or false)