OBJECT
AzureAdNamedLocation
Description
Azure AD named location.
link GraphQL Schema definition
- type AzureAdNamedLocation {
- # Display name of the Azure AD named location.
- : String!
- # Specifies if the named location is explicitly trusted.
- : AzureAdNamedLocationIsTrustedEnumType!
- # Location type of the Azure AD named location.
- : AzureAdNamedLocationEnumType!
- }