Поделиться через


Тип ресурса updateWindowsDeviceAccountActionParameter

Пространство имен: microsoft.graph

Примечание. API Microsoft Graph для Intune требует наличия активной лицензии Intune для клиента.

Н/Д

Свойства

Свойство Тип Описание
deviceAccount windowsDeviceAccount Н/Д
passwordRotationEnabled Boolean Н/Д
calendarSyncEnabled Boolean Н/Д
deviceAccountEmail String Н/Д
exchangeServer String Н/Д
sessionInitiationProtocalAddress String Н/Д

Связи

Нет

Представление JSON

Ниже представлено описание ресурса в формате JSON.

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