appConfigurationSettingItem-Ressourcentyp
Namespace: microsoft.graph
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"
}