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