INPUT_OBJECT

UpdateRcsAutomaticTargetMappingInput

Description

Input to update RCS automatic target mapping.

link GraphQL Schema definition

  • input UpdateRcsAutomaticTargetMappingInput {
  • # ID of the target mapping.
  • id: String!
  • # Name of the target mapping.
  • name: String
  • # Immutability lock duration in days.
  • lockDurationDays: Long!
  • # List of cluster UUIDs.
  • clusterUuidList: [String!]
  • # Specifies whether the proxy settings must be bypassed the RCV archival target.
  • shouldBypassProxy: Boolean
  • }

link Require by