bulkDriverActionResult resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A complex type to represent the result of bulk driver action.

Properties

Property Type Description
successfulDriverIds String collection List of driver Ids where the action is successful.
failedDriverIds String collection List of driver Ids where the action is failed.
notFoundDriverIds String collection List of driver Ids that are not found.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.bulkDriverActionResult",
  "successfulDriverIds": [
    "String"
  ],
  "failedDriverIds": [
    "String"
  ],
  "notFoundDriverIds": [
    "String"
  ]
}