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