INPUT_OBJECT
UpdateRcvTargetInput
Description
Input for the Rubrik Cloud Vault Azure update request.
link GraphQL Schema definition
- input UpdateRcvTargetInput {
- # ID of the RCV Azure archival location.
- : UUID!
- # List of allowed IP addresses for the RCV Azure archival location.
- : IpMappingInput
- # Lock duration for the immutable location, in days.
- : Long!
- # New name for the RCV Azure archival location.
- : String
- # Specifies whether the proxy settings must be bypassed for the RCV Azure archival
- # target.
- : Boolean
- }