Edit

Share via


privilegeManagementEndUserType enum type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

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

The type of user account on Windows that was used to performed the elevation.

Members

Member Value Description
undetermined 0 Default. Unable to determine the login type of the user.
azureAd 1 The user who performed the elevation logged in using an Azure Active Directory (Azure AD) account.
hybrid 2 The user who performed the elevation logged in using Hybrid Azure AD joined account.
local 3 The user who performed the elevation logged in using a Windows local account.
unknownFutureValue 4 Evolvable emuneration sentinel value. Do not use.