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!]!
  • # The workload for the group.
  • workload: WorkloadLevelHierarchy
  • # The filters to narrow down group members based on attribute tags.For more
  • # information, see https://learn.microsoft.com/en-us/graph/extensibility-overview.
  • groupFilterAttributes: [GroupFilterAttribute!]
  • }

link Require by