OBJECT
AzureAdDevice
Description
Entra ID device.
link GraphQL Schema definition
- type AzureAdDevice {
- # Specifies whether the device account is enabled in Entra ID.
- : Boolean!
- # ID of the device set by Azure Device Registration Service at the time of
- # registration.
- : String!
- # Display name of the Entra ID device.
- : String!
- # Specifies whether the device is compliant with organizational policies.
- # Can be null if compliance status is unknown.
- : Boolean
- # Date and time of the device's last sign-in activity.
- : DateTime
- # Mobile Device Management (MDM) authority managing the device.
- : String!
- # On-premises sync status of the Entra ID device.
- : AzureAdOnPremSyncStatus!
- # Operating system running on the device.
- : String!
- # Version of the operating system.
- : String!
- # Display name of the user who registered the device.
- : String!
- # Date and time when the device was registered in Entra ID.
- : DateTime
- # Trust relationship type between the device and Entra ID.
- : AzureAdDeviceTrustType!
- # Principal name of the user who registered the device.
- : String!
- }