OBJECT

M365Region

Description

Represents Microsoft 365 region as described in the Microsoft Multi-Geo documentation.

link GraphQL Schema definition

  • type M365Region {
  • # The three-letter code identifying the region.
  • code: String!
  • # The human-readable name of the region.
  • name: String!
  • }