INPUT_OBJECT
AzureAdObjectTypeInput
Description
Configuration to retrieve Azure AD objects by type.
link GraphQL Schema definition
- input AzureAdObjectTypeInput {
- # Azure AD object type.
- : AzureAdObjectType!
- # Search keyword filter for Azure AD objects.
- : [AzureAdKeywordSearchFilterInput!]!
- # Snapshot ID to retrieve Azure AD objects.
- : UUID!
- # Workload FID of the Azure AD directory.
- : UUID!
- }