ENUM

GlobalCertificateSortBy

Description

How to sort the certificates.

link GraphQL Schema definition

  • enum GlobalCertificateSortBy {
  • # Sort by the expiration date of the certificate.
  • SORT_BY_EXPIRATION_DATE
  • # Sort by the name of the certificate.
  • SORT_BY_NAME
  • # The sorting filter is unknown.
  • SORT_BY_UNSPECIFIED
  • }

link Require by