appConfigurationSettingItem-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Enthält die Eigenschaften für ein App-Konfigurationseinstellungselement.

Eigenschaften

Eigenschaft Typ Beschreibung
appConfigKey String App-Konfigurationsschlüssel
appConfigKeyType mdmAppConfigKeyType Typs des App-Konfigurationsschlüssels. Mögliche Werte: stringType, integerType, realType, booleanType, tokenType.
appConfigKeyValue String Wert des App-Konfigurationsschlüssels

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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