Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.34 KB

intune-apps-appconfigurationsettingitem.md

File metadata and controls

44 lines (36 loc) · 1.34 KB
title description author localization_priority ms.subservice doc_type
appConfigurationSettingItem resource type
Contains properties for App configuration setting item.
jaiprakashmb
Normal
intune
resourcePageType

appConfigurationSettingItem 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.

Contains properties for App configuration setting item.

Properties

Property Type Description
appConfigKey String app configuration key.
appConfigKeyType mdmAppConfigKeyType app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType.
appConfigKeyValue String app configuration key value.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appConfigurationSettingItem",
  "appConfigKey": "String",
  "appConfigKeyType": "String",
  "appConfigKeyValue": "String"
}