INPUT_OBJECT

GlobalCertificatesQueryInput

Description

Input to list global certificates.

link GraphQL Schema definition

  • input GlobalCertificatesQueryInput {
  • # Specifies the CDM certificate usages to return.
  • cdmUsages: [CdmCertificateUsage!]
  • # The UUIDs of the Rubrik clusters on which to filter.
  • clusterIds: [UUID!]
  • # Specifies whether to return only the certificates with private keys.
  • hasKey: Boolean
  • # Specifies whether to include only CA certificates.
  • isCa: Boolean
  • # Specifies whether to include only certificates imported via RSC.
  • isRscBorn: Boolean
  • # Specifies whether the certificate is in the trust store of the Rubrik cluster.
  • isTrustedAny: Boolean
  • # Specifies the certificate issuer types to return.
  • issuerTypes: [IssuerType!]
  • # Specifies the certificate rotation statuses to retrieve.
  • renewalStatuses: [CertificateRotationStatus!]
  • # The query to filter the certificates.
  • searchText: String
  • # The status of the certificates.
  • statuses: [GlobalCertificateStatus!]
  • }

link Require by