ENUM

AzureAdNamedLocationIsTrustedEnumType

Description

Specifies if the Entra ID named location is trusted.

link GraphQL Schema definition

  • enum AzureAdNamedLocationIsTrustedEnumType {
  • # Entra ID named location trust status is unknown.
  • AZURE_AD_NAMED_LOCATION_IS_TRUSTED_UNKNOWN
  • # Entra ID named location is not trusted.
  • NO
  • # Entra ID named location trust status is not defined.
  • NOT_DEFINED
  • # Entra ID named location is trusted.
  • YES
  • }