azureAdObjectsByType
Details of the Azure AD objects corresponding to the type.
Arguments
| Argument | Type | Description |
|---|---|---|
| first | Int | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that occur after the specified cursor. |
| sortByOption | [AzureAdObjectSearchType!] | Ordered list sorted by column names. |
| sortOrder | SortOrder | Sorts the order of results. |
| input (required) | AzureAdObjectTypeInput! | Input for the azureAdObjectsByType API. |