CertificateOrderField
CertificateOrderField defines the fields that can be used for ordering
enum CertificateOrderField {
FINGERPRINT
CERTIFICATE_NAME
ISSUER
EXPIRES_ON
IS_CURRENT
TLS_SERVER_ENDPOINTS_TOTAL_COUNT
LAST_MODIFIED_TIME
REVOCATION_STATUS
GLOBAL_REVOCATION_STATUS
GLOBAL_REVOCATION_REASON
GLOBAL_REVOCATION_REVOKED_TIME
}
Values
CertificateOrderField.FINGERPRINT
Order by field fingerprint
CertificateOrderField.CERTIFICATE_NAME
Order by field subject.cn
CertificateOrderField.ISSUER
Order by field issuer.cn
CertificateOrderField.EXPIRES_ON
Order by field validity.to
CertificateOrderField.IS_CURRENT
Order by field isCurrent
CertificateOrderField.TLS_SERVER_ENDPOINTS_TOTAL_COUNT
Order by field tlsServerEndpoints.totalCount
CertificateOrderField.LAST_MODIFIED_TIME
Order by field lastModifiedTime
CertificateOrderField.REVOCATION_STATUS
Order by field revocation.status
CertificateOrderField.GLOBAL_REVOCATION_STATUS
Order by field 'globalRevocation.status'
CertificateOrderField.GLOBAL_REVOCATION_REASON
Order by field 'globalRevocation.reason'
CertificateOrderField.GLOBAL_REVOCATION_REVOKED_TIME
Order by field 'globalRevocation.revokedTime'
Member Of
CertificateOrderInput input