INPUT_OBJECT

QueryCertificatesInput

link GraphQL Schema definition

  • input QueryCertificatesInput {
  • # Search certificates by description.
  • description: String
  • # Search certificates by expiration.
  • expiration: String
  • # Search certificates by whether or not they contain a private key.
  • hasKey: Boolean
  • # Specifies whether to include expired certificates. The default is false.
  • includeExpired: Boolean
  • # Search certificates according to whether or not they are added to truststore.
  • # The default is false.
  • isTrusted: Boolean
  • # Search by certificate name.
  • name: String
  • # Attribute by which the list of certificates is sorted.
  • sortBy: V1QueryCertificatesRequestSortBy
  • # Sort order, either ascending or descending.
  • sortOrder: V1QueryCertificatesRequestSortOrder
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by