ENUM

AzureAdDeviceTrustType

Description

Specifies the type of trust for the Entra ID device.

link GraphQL Schema definition

  • enum AzureAdDeviceTrustType {
  • # The trust type is cloud-only joined devices.
  • AZURE_AD
  • # The trust type is Unknown.
  • DEVICE_TRUST_TYPE_UNKNOWN
  • # The trust type is on-premises domain joined devices.
  • SERVER_AD
  • # The trust type is bring your own personal devices (BYOD).
  • WORKPLACE
  • }