Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.22 KB

intune-apps-appconfigurationsettingitem.md

File metadata and controls

42 lines (35 loc) · 1.22 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

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