INPUT_OBJECT

UpdateRcvTargetInput

Description

Input for the Rubrik Cloud Vault update request.

link GraphQL Schema definition

  • input UpdateRcvTargetInput {
  • # ID of the RCV location.
  • id: UUID!
  • # New name for the RCV location.
  • name: String
  • # Lock duration for the immutable location, in days.
  • lockDurationDays: Long!
  • # List of allowed IP addresses for the RCV location.
  • ipMapping: IpMappingInput
  • # Specifies whether the proxy settings must be bypassed for the RCV archival
  • # target.
  • shouldBypassProxy: Boolean
  • }

link Require by