Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Azure Active Directory APIs.
Key Features
- The driver models Azure Active Directory 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 Azure Active Directory data.
- Stored procedures allow you to execute operations to Azure Active Directory, including retrieving the access token and keeping it refreshed in OAuth 2.0.
- Live connectivity to these objects means any changes to your Azure Active Directory account are immediately reflected when using the driver.
Views
Views are statically defined to model entities such as AdministrativeUnitMembers, AdministrativeUnits, and Contacts.Stored Procedures
Stored Procedures are function-like interfaces to Azure Active Directory. They can be used to modify information in Azure Active Directory.