ENUM

AzureAdNamedLocationEnumType

Description

Specifies the location type of an Azure AD named location.

link GraphQL Schema definition

  • enum AzureAdNamedLocationEnumType {
  • # Azure AD named location type is unknown.
  • AZURE_AD_NAMED_LOCATION_TYPE_UNKNOWN
  • # Azure AD named location type is the country's GPS address.
  • COUNTRIES_GPS
  • # Azure AD named location type is the country's IP address.
  • COUNTRIES_IP
  • # Azure AD named location type is the range of IP addresses.
  • IP_RANGES
  • }