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.
- UUID! :
- # ID of the AD group to be updated.
- UUID! :
- # The updated display name for the AD group.
- String! :
- # The updated group filter attributes for the AD group.
- GroupFilterAttribute!]! : [
- }