Namespace System.Azure.Identity
Codeunit
| Name | Summary |
|---|---|
| Codeunit System.Azure.Identity."Azure AD Graph" | Exposes functionality to query Microsoft Entra. |
| Codeunit System.Azure.Identity."Azure AD Licensing" | Access information about the subscribed SKUs and the corresponding service plans. You can retrieve information such as the SKU Object ID, SKU ID, number of licenses assigned, the license state (enabled, suspended, or warning), and the SKU part number. For the corresponding service plans, you can retrieve the ID, the capability status, or the name. |
| Codeunit System.Azure.Identity."Azure AD Plan" | Retrieve plans in Microsoft Entra and manage plans |
| Codeunit System.Azure.Identity."Plan Ids" | Exposes functionality to get plan IDs. |
| Codeunit System.Azure.Identity."Plan Installer" | Adds plans to the Plan table. |
| Codeunit System.Azure.Identity."Plan Upgrade" | Codeunit to upgrade the Plan table. |
| Codeunit System.Azure.Identity."Plan Upgrade Tag" | Exposes functionality to retrieve the device upgrade tag. |
| Codeunit System.Azure.Identity."Azure AD Tenant" | Exposes functionality to fetch attributes concerning the current tenant. |
| Codeunit System.Azure.Identity."Azure AD Graph User" | Exposes functionality to retrieve and update Microsoft Entra users. |
| Codeunit System.Azure.Identity."Azure AD User Management" | Exposes functionality to manage Microsoft Entra users. |
| Codeunit System.Azure.Identity."Microsoft 365 License" | Provides functionality to operate the Microsoft 365 License. |
| Codeunit System.Azure.Identity."Plan Configuration" | Provides functionality to operation with plan configurations and customized permission sets related to a plan. |
Table
| Name | Summary |
|---|---|
| Table System.Azure.Identity."Permission Set In Plan Buffer" | The container used for fetching permission sets associated with plans. |
TableExtension
| Name | Summary |
|---|---|
| TableExtension System.Azure.Identity."Plan User Details" | Adds information about user plans to the user details module. |
Page
| Name | Summary |
|---|---|
| Page System.Azure.Identity.Plans | List page that contains all plans that can be assigned to users. |
| Page System.Azure.Identity."Plans FactBox" | ListPart page that contains all the plans. |
| Page System.Azure.Identity."User Plan Members" | List page that contains all users and the plans that they are assigned to. |
| Page System.Azure.Identity."User Plan Members FactBox" | ListPart page that contains all the user plan members. |
| Page System.Azure.Identity."User Plans FactBox" | ListPart page that contains the plans assigned to users. |
| Page System.Azure.Identity."Plan Configuration Card" | Card page to show the permissions for a plan configuration. |
| Page System.Azure.Identity."Plan Configuration List" | List page to show all available plan configurations. |
| Page System.Azure.Identity."Plan Configurations Part" | List part page to integrate the plan configurations. |
| Page System.Azure.Identity."Azure AD User Updates Part" | A list part page to view and remove synchronized user updates. |
| Page System.Azure.Identity."Azure AD User Update Wizard" | Administrators can use this page to synchronize information about users from Microsoft 365 to Business Central. |
| Page System.Azure.Identity."Custom Permission Set In Plan" | List part that holds the custom permission sets assigned to a plan. |
| Page System.Azure.Identity."Default Permission Set In Plan" | List part that holds the default permission sets assigned to a plan. |
PageExtension
| Name | Summary |
|---|---|
| PageExtension System.Azure.Identity."Plan User Details" | A page extension that adds details about plans to the User Details page |
Query
| Name | Summary |
|---|---|
| Query System.Azure.Identity.Plan | Displays a list of plans. |
| Query System.Azure.Identity."Role Center from Plans" | Displays a list of the Role Center Ids assigned to users through plans. |
| Query System.Azure.Identity."Users in Plans" | Displays a list of the plans assigned to users. |
Enum
| Name | Summary |
|---|---|
| Enum System.Azure.Identity."User Plan Experience" | User plan experience. |
| Enum System.Azure.Identity."Azure AD Permission Change Action" | The types of the action to take in response to permission conflicts arising out of changes to plans in Office users. |
| Enum System.Azure.Identity."Azure AD Update Type" | Types of updates from users in the Office 365. |
| Enum System.Azure.Identity."Azure AD User Update Entity" | The entities that are updated in Business Central from Office 365. |
PermissionSet
Events
| Name | Summary |
|---|---|
| OnRestoreDefaultPermissions | Integration event, raised from "Azure AD User Update Wizard" page when the changes are applied. |