OBJECT

UpdateGlobalCertificateReply

Description

The Rubrik clusters on which the certificate was successfully updated.

link GraphQL Schema definition

  • type UpdateGlobalCertificateReply {
  • # The Rubrik clusters on which the certificate was successfully updated.
  • clusterUuids: [UUID!]!
  • # The errors originating from updating certificates on the Rubrik clusters.
  • clusterErrors: [CertificateClusterOperationError!]!
  • }

link Require by