updateWindowsDeviceAccountActionParameter リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
deviceAccount | windowsDeviceAccount | |
passwordRotationEnabled | ブール型 | |
calendarSyncEnabled | ブール型 | |
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"
}