INPUT_OBJECT

MarkAgentSecondaryCertificateInput

Description

Input for operation to mark a secondary cluster certificate to be asynchronously synced to all Rubrik Backup Service instances.

link GraphQL Schema definition

  • input MarkAgentSecondaryCertificateInput {
  • # Required. ID of certificate to add.
  • certId: String!
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by