ENUM

SmbDomainSortByField

Description

Sort by parameters for SMB domain results.

link GraphQL Schema definition

  • enum SmbDomainSortByField {
  • # Sort by Cluster name.
  • CLUSTER_NAME
  • # Sort by Domain name.
  • DOMAIN_NAME
  • # Sort by field is not specified.
  • # Any filter text would not be considered.
  • FIELD_UNSPECIFIED
  • }