Type de ressource omaSetting

Espace de noms: microsoft.graph

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Définition des paramètres OMA.

Propriétés

Propriété Type Description
displayName Chaîne Nom d’affichage.
description String Description.
omaUri Chaîne OMA.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.omaSetting",
  "displayName": "String",
  "description": "String",
  "omaUri": "String"
}