updateWindowsDeviceAccountActionParameter リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な 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"
}