OBJECT

O365ConfiguredGroupSpec

Description

Specifications for a Microsoft 365 configured group.

link GraphQL Schema definition

  • type O365ConfiguredGroupSpec {
  • # The preferred data locations for the group.
  • pdls: [String!]!
  • # The wildcard pattern for the group.
  • wildcard: String!
  • }