INPUT_OBJECT

AddGlobalCertificateInput

Description

Input to add a global certificate.

link GraphQL Schema definition

  • input AddGlobalCertificateInput {
  • # The display name of the certificate.
  • name: String!
  • # The description of the certificate.
  • description: String
  • # The private key of the certificate.
  • privateKey: String
  • # The certificate, in x509 PEM format.
  • certificate: String!
  • # The Rubrik clusters on which to add the certificate.
  • clusters: [CertificateClusterInput!]
  • # The CSR corresponding to the certificate, if applicable.
  • csrFid: UUID
  • }

link Require by