OBJECT

DeleteGlobalCertificateReply

Description

The Rubrik clusters from which the certificate was successfully deleted.

link GraphQL Schema definition

  • type DeleteGlobalCertificateReply {
  • # The Rubrik clusters from which the certificate was successfully deleted.
  • clusterUuids: [UUID!]!
  • # The errors originating from deleting certificates from the Rubrik clusters.
  • clusterErrors: [CertificateClusterOperationError!]!
  • }

link Require by