INPUT_OBJECT

UpdateGcpTargetInput

Description

Input for editing the GCP Target.

link GraphQL Schema definition

  • input UpdateGcpTargetInput {
  • # Id of the GCP target to be edited.
  • id: UUID!
  • # Name of the GCP target.
  • name: String
  • # Region of the GCP target.
  • region: GcpRegion
  • # Storage class of the GCP target.
  • storageClass: GcpStorageClass
  • # Bucket of the GCP target.
  • bucket: String
  • # Encryption password for the GCP target.
  • encryptionPassword: String
  • # Service account JSON key of the GCP target.
  • serviceAccountJsonKey: String
  • # Proxy settings of the GCP target.
  • archivalProxySettings: ProxySettingsInput
  • # Specifies whether the proxy settings should be bypassed for creating this target
  • # location.
  • bypassProxy: Boolean
  • }

link Require by