INPUT_OBJECT
UpdateAdGroupInput
Description
Configuration for the update of a AD group in M365.
link GraphQL Schema definition
- input UpdateAdGroupInput {
- # ID of the AD group to be updated.
- : UUID!
- # UUID of the M365 organization.
- : UUID!
- # The updated display name for the AD group.
- : String!
- # The updated group filter attributes for the AD group.
- : [GroupFilterAttribute!]!
- }