INPUT_OBJECT

GlobalCertificatesQueryInput

Description

Input to list global certificates.

link GraphQL Schema definition

  • input GlobalCertificatesQueryInput {
  • # The query to filter the certificates.
  • searchText: String
  • # Specifies whether to return only the certificates with private keys.
  • hasKey: Boolean
  • # The status of the certificates.
  • statuses: [GlobalCertificateStatus!]
  • # The UUIDs of the Rubrik clusters on which to filter.
  • clusterIds: [UUID!]
  • # Specifies whether the certificate is in the trust store of the Rubrik cluster.
  • isTrustedAny: Boolean
  • # Specifies whether to include only certificates imported via RSC.
  • isRscBorn: Boolean
  • }

link Require by