deviceManagementIntentUserState リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

インテントのユーザー状態を表すエンティティ

メソッド

メソッド 戻り値の型 説明
deviceManagementIntentUserStates の一覧 deviceManagementIntentUserState コレクション deviceManagementIntentUserState オブジェクトのプロパティとリレーションシップを一覧表示します。
Get deviceManagementIntentUserState deviceManagementIntentUserState deviceManagementIntentUserState オブジェクトのプロパティとリレーションシップを読み取る。
deviceManagementIntentUserState の作成 deviceManagementIntentUserState 新しい deviceManagementIntentUserState オブジェクトを作成 します。
DeviceManagementIntentUserState の削除 None deviceManagementIntentUserState を削除します
deviceManagementIntentUserState の更新 deviceManagementIntentUserState deviceManagementIntentUserState オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String The ID
userPrincipalName String デバイスで報告されているユーザー プリンシパル名
userName String デバイスで報告されるユーザー名
deviceCount Int32 インテントのユーザーに属するデバイスの数
lastReportedDateTime DateTimeOffset インテント レポートの最終変更日時
state complianceStatus インテントのユーザー状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentUserState",
  "id": "String (identifier)",
  "userPrincipalName": "String",
  "userName": "String",
  "deviceCount": 1024,
  "lastReportedDateTime": "String (timestamp)",
  "state": "String"
}