INPUT_OBJECT

AzureAdObjectTypeInput

Description

Configuration to retrieve Azure AD objects by type.

link GraphQL Schema definition

  • input AzureAdObjectTypeInput {
  • # 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