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).
  • certificateId: String!
  • # The updated display name of the certificate.
  • name: String
  • # The updated description of the certificate.
  • description: String
  • # The Rubrik clusters on which to add the certificate.
  • clusters: [CertificateClusterInput!]!
  • }

link Require by