INPUT_OBJECT
SearchAzureAdSnapshotInput
Description
Configuration for the searchAzureAdSnapshot API.
link GraphQL Schema definition
- input SearchAzureAdSnapshotInput {
- # 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!
- }