INPUT_OBJECT

UpdateConfiguredGroupInput

Description

Configuration for the update of a configured group in O365.

link GraphQL Schema definition

  • input UpdateConfiguredGroupInput {
  • # UUID of the org.
  • orgId: UUID!
  • # ID of the configured group to be updated.
  • groupId: UUID!
  • # The updated display name for the configured group.
  • updatedDisplayName: String
  • # The updated wildcard pattern configured for this group. When empty, group
  • # members will not be constrained on name or URL identifiers.
  • updatedWildcard: String
  • # The updated preferred data locations configured for this group. When empty,
  • # group members will not be constrained on data location.
  • updatedPdls: [String!]!
  • # When true, the group will be archived.
  • performArchival: Boolean!
  • }

link Require by