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