driverApprovalStatus enum 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.

An enum type to represent approval status of a driver.

Members

Member Value Description
needsReview 0 This indicates a driver needs IT admin's review.
declined 1 This indicates IT admin has declined a driver.
approved 2 This indicates IT admin has approved a driver.
suspended 3 This indicates IT admin has suspended a driver.