deviceManagementConfigurationExchangeOnlineSettingApplicability resource 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.
Applicability for an Exchange Online Setting
Inherits from deviceManagementConfigurationSettingApplicability
Properties
Property | Type | Description |
---|---|---|
description | String | description of the setting Inherited from deviceManagementConfigurationSettingApplicability |
platform | deviceManagementConfigurationPlatforms | Platform setting can be applied on Inherited from deviceManagementConfigurationSettingApplicability. Possible values are: none , android , iOS , macOS , windows10X , windows10 , linux , unknownFutureValue . |
deviceMode | deviceManagementConfigurationDeviceMode | Device Mode that setting can be applied on Inherited from deviceManagementConfigurationSettingApplicability. Possible values are: none , kiosk . |
technologies | deviceManagementConfigurationTechnologies | Which technology channels this setting can be deployed through Inherited from deviceManagementConfigurationSettingApplicability. Possible values are: none , mdm , windows10XManagement , configManager , appleRemoteManagement , microsoftSense , exchangeOnline , linuxMdm , unknownFutureValue . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementConfigurationExchangeOnlineSettingApplicability",
"description": "String",
"platform": "String",
"deviceMode": "String",
"technologies": "String"
}