名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
意図のデバイスの状態を表すエンティティ
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| deviceManagementIntentDeviceStates を一覧表示する | deviceManagementIntentDeviceState コレクション | deviceManagementIntentDeviceState オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| deviceManagementIntentDeviceState を取得する | deviceManagementIntentDeviceState | deviceManagementIntentDeviceState オブジェクトのプロパティとリレーションシップを読み取ります。 |
| deviceManagementIntentDeviceState を作成する | deviceManagementIntentDeviceState | 新しい deviceManagementIntentDeviceState オブジェクトを 作成します。 |
| deviceManagementIntentDeviceState を削除する | なし | deviceManagementIntentDeviceState を削除します。 |
| deviceManagementIntentDeviceState を更新する | deviceManagementIntentDeviceState | deviceManagementIntentDeviceState オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | The ID |
| userPrincipalName | String | デバイスで報告されているユーザー プリンシパル名 |
| userName | 文字列 | デバイスで報告されているユーザー名 |
| deviceDisplayName | 文字列 | 報告されているデバイス名 |
| lastReportedDateTime | DateTimeOffset | 意図レポートの最終変更日時 |
| state | complianceStatus | 意図のデバイスの状態。 使用可能な値は、 unknown、 notApplicable、 compliant、 remediated、 nonCompliant、 error、 conflict、 notAssignedです。 |
| deviceId | 文字列 | 報告されているデバイス ID |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementIntentDeviceState",
"id": "String (identifier)",
"userPrincipalName": "String",
"userName": "String",
"deviceDisplayName": "String",
"lastReportedDateTime": "String (timestamp)",
"state": "String",
"deviceId": "String"
}