OBJECT
Represents Microsoft 365 region as described in the Microsoft Multi-Geo documentation.
type M365Region {# The three-letter code identifying the region.code: String! # The human-readable name of the region.name: String! }