DeviceRegisteredOwners
DeviceRegisteredOwners table for Azure AD data provider.
Table Specific Information
Select
Get the owners of registered Devices in your Azure Active Directory. You can filter results by DeviceId and OwnerId.
- DeviceId supports the '=' and IN operators.
- OwnerId supports the '=' and IN operators.
For example, the following queries are processed server side:
SELECT * FROM DeviceRegisteredOwners WHERE DeviceId = '2b9c0347-9640-4ba4-bd2d-50965fb026e7'
SELECT * FROM DeviceRegisteredOwners WHERE OwnerId IN (SELECT Id FROM Groups)
Columns
Name | Type | Description |
DeviceId [KEY] | String | The Id of the Device. |
OwnerId [KEY] | String | The User Id of the owner listed. |