ENUM

GuestOsCredentialSortByField

Description

Sort by the field for Guest OS credential results.

link GraphQL Schema definition

  • enum GuestOsCredentialSortByField {
  • # Sort by the cluster name.
  • CLUSTER_NAME
  • # A filter has not been specified, and any provided filter text will not be taken
  • # into consideration.
  • FIELD_UNSPECIFIED
  • # Sort by username.
  • USER_NAME
  • }