updateWindowsDeviceAccountActionParameter-Ressourcentyp
Namespace: microsoft.graph
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Noch nicht dokumentiert.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
deviceAccount | windowsDeviceAccount | Noch nicht dokumentiert. |
passwordRotationEnabled | Boolescher Wert | Noch nicht dokumentiert. |
calendarSyncEnabled | Boolescher Wert | Noch nicht dokumentiert. |
deviceAccountEmail | Zeichenfolge | Noch nicht dokumentiert. |
exchangeServer | Zeichenfolge | Noch nicht dokumentiert. |
sessionInitiationProtocalAddress | Zeichenfolge | Noch nicht dokumentiert. |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.updateWindowsDeviceAccountActionParameter",
"deviceAccount": {
"@odata.type": "microsoft.graph.windowsDeviceAccount",
"password": "String"
},
"passwordRotationEnabled": true,
"calendarSyncEnabled": true,
"deviceAccountEmail": "String",
"exchangeServer": "String",
"sessionInitiationProtocalAddress": "String"
}