INPUT_OBJECT
UpdateGcpTargetInput
Description
Input for editing the GCP Target.
link GraphQL Schema definition
- input UpdateGcpTargetInput {
- # Proxy settings of the GCP target.
- : ProxySettingsInput
- # Bucket of the GCP target.
- : String
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- : Boolean
- # Encryption password for the GCP target.
- : String
- # Id of the GCP target to be edited.
- : UUID!
- # Name of the GCP target.
- : String
- # Region of the GCP target.
- : GcpRegion
- # Service account JSON key of the GCP target.
- : String
- # Storage class of the GCP target.
- : GcpStorageClass
- }