INPUT_OBJECT

UpdateAdGroupInput

Description

Configuration for the update of a AD group in M365.

link GraphQL Schema definition

  • input UpdateAdGroupInput {
  • # UUID of the M365 organization.
  • orgId: UUID!
  • # ID of the AD group to be updated.
  • groupId: UUID!
  • # The updated display name for the AD group.
  • updatedDisplayName: String!
  • # The updated group filter attributes for the AD group.
  • updatedGroupFilterAttributes: [GroupFilterAttribute!]!
  • }

link Require by