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