Table of Contents

Codeunit "Azure AD Graph User"

ID 9024
Namespace: System.Azure.Identity

Exposes functionality to retrieve and update Microsoft Entra users.

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Methods

IsUserDelegatedAdmin

Returns whether the current user is Delegated Admin.

[NonDebuggable]
procedure IsUserDelegatedAdmin(): Boolean

Returns

Type Description
Boolean

True if the current user is Delegated Admin, false otherwise.

IsUserDelegatedHelpdesk

Returns whether the current user is Delegated Helpdesk.

[NonDebuggable]
procedure IsUserDelegatedHelpdesk(): Boolean

Returns

Type Description
Boolean

True if the current user is Delegated Helpdesk, false otherwise.

IsUserDelegated

Returns whether the current user is delegated.

[NonDebuggable]
procedure IsUserDelegated(): Boolean

Returns

Type Description
Boolean

True if the current user is delegated, false otherwise.

See also