deviceManagementIntentUserState リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

意図のユーザー状態を表すエンティティ

メソッド

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

プロパティ

プロパティ 説明
id 文字列 The ID
userPrincipalName String デバイスで報告されているユーザー プリンシパル名
userName 文字列 デバイスで報告されているユーザー名
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"
}