windowsDriverUpdateProfile リソースの種類

名前空間: microsoft.graph

大事な: Microsoft Graph /beta バージョンの API は変更される可能性があります。実稼働環境での使用はサポートされていません。

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

Windows更新プロファイル

メソッド

メソッド 戻り値の型 説明
windowsDriverUpdateProfiles の一覧表示 windowsDriverUpdateProfile コレクション windowsDriverUpdateProfile オブジェクトのプロパティとリレーションシップを一覧表示します。
WindowsDriverUpdateProfile を取得する windowsDriverUpdateProfile windowsDriverUpdateProfile オブジェクトのプロパティとリレーションシップを読み取る。
WindowsDriverUpdateProfile の作成 windowsDriverUpdateProfile 新しい windowsDriverUpdateProfile オブジェクトを作成 します。
WindowsDriverUpdateProfile の削除 None windowsDriverUpdateProfile を削除します
WindowsDriverUpdateProfile の更新 windowsDriverUpdateProfile windowsDriverUpdateProfile オブジェクトのプロパティを更新します。
assign アクション なし まだ文書化されていません
executeAction アクション bulkDriverActionResult まだ文書化されていません
syncInventory アクション None WindowsDriverUpdateProfile のドライバー インベントリを同期します。

プロパティ

プロパティ 説明
id 文字列 ポリシー Intune ID。
displayName String プロファイルの表示名。
説明 String ユーザーによって指定されたプロファイルの説明。
approvalType driverUpdateProfileApprovalType ドライバー更新プログラムのプロファイル承認の種類。 たとえば、手動または自動承認です。 可能な値は、manualautomatic です。
deviceReporting Int32 このプロファイルのレポートデバイスの数
newUpdates Int32 このプロファイルで使用可能な新しいドライバー更新プログラムの数。
deploymentDeferralInDays Int32 [承認の種類] が [自動承認] に設定されている場合にのみ適用できる、日数での展開の延期設定。
createdDateTime DateTimeOffset プロファイルが作成された日付時刻。
lastModifiedDateTime DateTimeOffset プロファイルが最後に変更された日時。
roleScopeTagIds String collection この Driver Update エンティティのスコープ タグの一覧。
inventorySyncStatus windowsDriverUpdateProfileInventorySyncStatus このプロファイルのドライバー インベントリ同期状態。

リレーションシップ

リレーションシップ 説明
assignments windowsDriverUpdateProfileAssignment コレクション プロファイルのグループ割り当ての一覧。
driverInventories windowsDriverUpdateInventory コレクション このプロファイルのドライバー インベントリ。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsDriverUpdateProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "approvalType": "String",
  "deviceReporting": 1024,
  "newUpdates": 1024,
  "deploymentDeferralInDays": 1024,
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "inventorySyncStatus": {
    "@odata.type": "microsoft.graph.windowsDriverUpdateProfileInventorySyncStatus",
    "lastSuccessfulSyncDateTime": "String (timestamp)",
    "driverInventorySyncState": "String"
  }
}