OBJECT

AzureAdNamedLocation

Description

Entra ID named location.

link GraphQL Schema definition

  • type AzureAdNamedLocation {
  • # Created date and time of the Entra ID named location.
  • createdDateTime: DateTime
  • # Display name of the Entra ID named location.
  • displayName: String!
  • # Specifies if the named location is explicitly trusted.
  • isTrusted: AzureAdNamedLocationIsTrustedEnumType!
  • # Location type of the Entra ID named location.
  • locationType: AzureAdNamedLocationEnumType!
  • # Modified date and time of the Entra ID named location.
  • modifiedDateTime: DateTime
  • }