type de ressource appConfigurationSettingItem
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Contient les propriétés de l’élément de paramètre de configuration d’application.
Propriétés
Propriété | Type | Description |
---|---|---|
appConfigKey | String | clé de configuration d’application. |
appConfigKeyType | mdmAppConfigKeyType | type de clé de configuration d’application. Les valeurs possibles sont les suivantes : stringType , integerType , realType , booleanType , tokenType . |
appConfigKeyValue | String | valeur de clé de configuration d’application. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.appConfigurationSettingItem",
"appConfigKey": "String",
"appConfigKeyType": "String",
"appConfigKeyValue": "String"
}