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