OBJECT
AzureAdNamedLocation
Description
Entra ID named location.
link GraphQL Schema definition
- type AzureAdNamedLocation {
- # Created date and time of the Entra ID named location.
- : DateTime
- # Display name of the Entra ID named location.
- : String!
- # Specifies if the named location is explicitly trusted.
- : AzureAdNamedLocationIsTrustedEnumType!
- # Location type of the Entra ID named location.
- : AzureAdNamedLocationEnumType!
- # Modified date and time of the Entra ID named location.
- : DateTime
- }