INPUT_OBJECT

AddAdGroupsToHierarchyInput

Description

Configuration for the addition of Azure AD Groups.

link GraphQL Schema definition

  • input AddAdGroupsToHierarchyInput {
  • # UUID of the org.
  • orgId: UUID!
  • # The natural IDs of the Azure AD groups to add.
  • naturalIds: [UUID!]!
  • }

link Require by