OBJECT
DeleteGlobalCertificateReply
Description
The Rubrik clusters from which the certificate was successfully deleted.
link GraphQL Schema definition
- type DeleteGlobalCertificateReply {
- # The errors originating from deleting certificates from the Rubrik clusters.
- : [CertificateClusterOperationError!]!
- # The Rubrik clusters from which the certificate was successfully deleted.
- : [UUID!]!
- }