INPUT_OBJECT

DeleteAdGroupsFromHierarchyInput

Description

Configuration for the deletion of Azure AD Groups.

link GraphQL Schema definition

  • input DeleteAdGroupsFromHierarchyInput {
  • # UUID of the org.
  • orgId: UUID!
  • # The IDs of the groups to delete.
  • groupIds: [UUID!]!
  • }

link Require by