INPUT_OBJECT

SearchAzureAdSnapshotInput

Description

Configuration for the searchAzureAdSnapshot API.

link GraphQL Schema definition

  • input SearchAzureAdSnapshotInput {
  • # Snapshot ID to retrieve Azure AD objects.
  • snapshotId: UUID!
  • # Workload FID of the Azure AD directory.
  • workloadFid: UUID!
  • # Search keyword filter for Azure AD objects.
  • keywordSearchFilters: [AzureAdKeywordSearchFilterInput!]!
  • # Azure AD object type.
  • azureAdObjectType: AzureAdObjectType!
  • }

link Require by