Class SmAppPolarisCreationRequest
CreateNetworkSmAppPolaris
[DataContract]
public class SmAppPolarisCreationRequest
- Inheritance
-
SmAppPolarisCreationRequest
- Inherited Members
Properties
BundleId
The bundleId of the Polaris app (one of manifestUrl and bundleId must be provided)
[DataMember(Name = "bundleId")]
public string BundleId { get; set; }
Property Value
- string
The bundleId of the Polaris app (one of manifestUrl and bundleId must be provided)
ManifestUrl
The manifest URL of the Polaris app (one of manifestUrl and bundleId must be provided)
[DataMember(Name = "manifestUrl")]
public string ManifestUrl { get; set; }
Property Value
- string
The manifest URL of the Polaris app (one of manifestUrl and bundleId must be provided)
PreventAutoInstall
(optional) Whether or not SM should auto-install this app (one of true or false). False by default.
[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). False by default.
Scope
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
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). False by default.
[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). False by default.