driverApprovalAction 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 actions of single or list of drivers.
Members
Member | Value | Description |
---|---|---|
approve | 0 | This indicates the action to approve single or list of drivers. |
decline | 1 | This indicates the action to approve single or list of drivers. |
suspend | 2 | This indicates the action to suspend single or list of drivers. |