ENUM

AdVolumeExportFilterField

Description

Filters for Active Directory volume export results.

link GraphQL Schema definition

  • enum AdVolumeExportFilterField {
  • # Filter the results by FID of the domain.
  • ACTIVE_DIRECTORY_DOMAIN
  • # Filter the results by FID of the Domain Controller.
  • ACTIVE_DIRECTORY_DOMAIN_CONTROLLER
  • # Filter the results by UUID of the Rubrik cluster.
  • CLUSTER_UUID
  • # Filter is not specified. Any filter text will
  • # not be considered.
  • FILTER_UNSPECIFIED
  • # Filter the results based on whether the export is
  • # active.
  • IS_ACTIVE
  • # Filter the results based on whether the export is visible
  • # to user not not.
  • IS_USER_VISIBLE
  • # Filter the results by the FID of snapshot.
  • SNAPSHOT
  • }