Type de ressource updateWindowsDeviceAccountActionParameter

Espace de noms: microsoft.graph

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

Pas encore documenté

Propriétés

Propriété Type Description
deviceAccount windowsDeviceAccount Pas encore documenté
passwordRotationEnabled Booléen Pas encore documenté
calendarSyncEnabled Booléen Pas encore documenté
deviceAccountEmail Chaîne Pas encore documenté
exchangeServer Chaîne Pas encore documenté
sessionInitiationProtocalAddress Chaîne Pas encore documenté

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.updateWindowsDeviceAccountActionParameter",
  "deviceAccount": {
    "@odata.type": "microsoft.graph.windowsDeviceAccount",
    "password": "String"
  },
  "passwordRotationEnabled": true,
  "calendarSyncEnabled": true,
  "deviceAccountEmail": "String",
  "exchangeServer": "String",
  "sessionInitiationProtocalAddress": "String"
}