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!
  • # The workload for the group.
  • workload: [ManagedObjectType!]
  • # The attribute filter pattern for the group.
  • filterAttributes: [GroupFilterAttributeList!]!
  • }