Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to AzureActiveDirectory APIs.
Key Features
- The adapter models AzureActiveDirectory entities like device registered owners and role assignments as relational views, and entities like devices, domains, and groups as relational tables, allowing you to write SQL to query AzureActiveDirectory data.
- Stored procedures allow you to execute operations to AzureActiveDirectory, including retrieving the access token and keeping it refreshed in OAuth 2.0.
- Live connectivity to these objects means any changes to your AzureActiveDirectory account are immediately reflected when using the adapter.
Views
Views are statically defined to model entities such as AdministrativeUnitMembers, AdministrativeUnits, and Contacts.Stored Procedures
Stored Procedures are function-like interfaces to AzureActiveDirectory. They can be used to modify information in AzureActiveDirectory.