OBJECT
O365ConfiguredGroupSpec
Description
Specifications for a Microsoft 365 configured group.
link GraphQL Schema definition
- type O365ConfiguredGroupSpec {
- # The attribute filter pattern for the group.
- : [GroupFilterAttributeList!]!
- # The preferred data locations for the group.
- : [String!]!
- # The wildcard pattern for the group.
- : String!
- # The workload for the group.
- : [ManagedObjectType!]
- }