次の方法で共有


updateWindowsDeviceAccountActionParameter リソースの種類

名前空間: microsoft.graph

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

プロパティ

プロパティ 説明
deviceAccount windowsDeviceAccount
passwordRotationEnabled ブール型
calendarSyncEnabled ブール型
deviceAccountEmail 文字列
exchangeServer 文字列
sessionInitiationProtocalAddress 文字列

リレーションシップ

なし

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"
}