INPUT_OBJECT
AddAdGroupsToHierarchyInput
Description
Configuration for the addition of Azure AD Groups.
link GraphQL Schema definition
- input AddAdGroupsToHierarchyInput {
- # The spec of the Azure AD groups to add.
- : [AdGroupSpecInput!]
- # The natural IDs of the Azure AD groups to add.
- : [UUID!]!
- # UUID of the org.
- : UUID!
- }