INPUT_OBJECT

AddConfiguredGroupToHierarchyInput

Description

Configuration for the addition of Configured Groups in O365.

link GraphQL Schema definition

  • input AddConfiguredGroupToHierarchyInput {
  • # UUID of the org.
  • orgId: UUID!
  • # The display name for the configured group.
  • displayName: String!
  • # The wildcard pattern configured for this group. When empty, group members will
  • # not be constrained on name or URL identifiers.
  • wildcard: String
  • # The preferred data locations configured for this group. When empty, group
  • # members will not be constrained on data location. These are three-letter region
  • # codes as defined in Microsoft Azure.
  • pdls: [String!]!
  • }

link Require by