deviceManagementConfigurationWindowsSettingApplicability 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.
Not yet documented
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 . |
configurationServiceProviderVersion | String | Version of CSP setting is a part of |
maximumSupportedVersion | String | Maximum supported version of Windows |
minimumSupportedVersion | String | Minimum supported version of Windows |
windowsSkus | deviceManagementConfigurationWindowsSkus collection | List of Windows SKUs that the setting is applicable for |
requiresAzureAd | Boolean | AzureAD setting requirement |
requiredAzureAdTrustType | deviceManagementConfigurationAzureAdTrustType | Required AzureAD trust type. Possible values are: none , azureAdJoined , addWorkAccount , mdmOnly . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability",
"description": "String",
"platform": "String",
"deviceMode": "String",
"technologies": "String",
"configurationServiceProviderVersion": "String",
"maximumSupportedVersion": "String",
"minimumSupportedVersion": "String",
"windowsSkus": [
"String"
],
"requiresAzureAd": true,
"requiredAzureAdTrustType": "String"
}