INPUT_OBJECT
UpdateGlobalCertificateInput
Description
Input to add a global certificate.
link GraphQL Schema definition
- input UpdateGlobalCertificateInput {
- # The ID of the global certificate (either the Rubrik Security Cloud ID or the
- # Rubrik CDM certificate ID).
- : String!
- # The Rubrik clusters on which to add the certificate.
- : [CertificateClusterInput!]!
- # The updated description of the certificate.
- : String
- # The updated display name of the certificate.
- : String
- }