INPUT_OBJECT

CertificateClusterInput

Description

The Rubrik cluster on which to add the certificate.

link GraphQL Schema definition

  • input CertificateClusterInput {
  • # The Rubrik cluster on which to add the certificate.
  • clusterUuid: UUID!
  • # Specifies whether to add the certificate to the Rubrik cluster trust store. Any
  • # certificate signed by the issuer of the certificate will be trusted by the
  • # Rubrik cluster.
  • isTrusted: Boolean!
  • }