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. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. 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. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Inherited from deviceManagementConfigurationSettingApplicability. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue, windowsOsRecovery.

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"
}