OBJECT

CertificateClusterInfo

Description

Information about the Rubrik cluster to which the certificate has been uploaded.

link GraphQL Schema definition

  • type CertificateClusterInfo {
  • # Specifies whether the Rubrik cluster trusts any certificate signed by the
  • # certificate's issuer.
  • isTrusted: Boolean!
  • # The name of the Rubrik cluster.
  • name: String!
  • # The UUID of the Rubrik cluster.
  • clusterUuid: UUID!
  • # The Rubrik CDM ID of the certificate.
  • cdmCertUuid: UUID!
  • }