ENUM

AzureAdNamedLocationIsTrustedEnumType

Description

Specifies if the Azure AD named location is trusted.

link GraphQL Schema definition

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