deviceManagementConfigurationSettingApplicability 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.
Properties
Property | Type | Description |
---|---|---|
description | String | description of the setting |
platform | deviceManagementConfigurationPlatforms | Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none , android , iOS , macOS , windows10X , windows10 , linux , unknownFutureValue , androidEnterprise , aosp . |
deviceMode | deviceManagementConfigurationDeviceMode | Device Mode that setting can be applied on. 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. Possible values are: none , mdm , windows10XManagement , configManager , appleRemoteManagement , microsoftSense , exchangeOnline , mobileApplicationManagement , linuxMdm , extensibility , enrollment , endpointPrivilegeManagement , unknownFutureValue , windowsOsRecovery , android . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementConfigurationSettingApplicability",
"description": "String",
"platform": "String",
"deviceMode": "String",
"technologies": "String"
}