INPUT_OBJECT
AddGlobalCertificateInput
Description
Input to add a global certificate.
link GraphQL Schema definition
- input AddGlobalCertificateInput {
- #   The certificate, in x509 PEM format.
- : String!
- #   The Rubrik clusters on which to add the certificate.
- : [CertificateClusterInput!]
- #   The CSR corresponding to the certificate, if applicable.
- : UUID
- #   The description of the certificate.
- : String
- #   The display name of the certificate.
- : String!
- #   The private key of the certificate.
- : String
- }