appleDeploymentChannel enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Indicates the channel used to deploy the configuration profile. Available choices are DeviceChannel, UserChannel
Members
Member | Value | Description |
---|---|---|
deviceChannel | 0 | Send payload down over Device Channel. |
userChannel | 1 | Send payload down over User Channel. |
unknownFutureValue | 2 | Evolvable enumeration sentinel value. Do not use. |