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! :
- # New name for the RCV Azure archival location.
- String :
- # Lock duration for the immutable location, in days.
- Long! :
- # List of allowed IP addresses for the RCV Azure archival location.
- IpMappingInput :
- # Specifies whether the proxy settings must be bypassed for the RCV Azure archival
- # target.
- Boolean :
- }