INPUT_OBJECT

UpdateCloudNativeAzureStorageSettingInput

Description

Input for updating azure storage settings. Specify old value of the property if no change is intended on the property.

link GraphQL Schema definition

  • input UpdateCloudNativeAzureStorageSettingInput {
  • # ID for the storage setting.
  • id: UUID!
  • # Name of the storage setting.
  • name: String!
  • # Tags for the storage account. Old tags are removed and new tags are applied.
  • storageAccountTags: TagsInput!
  • # Storage tier for the storage account.
  • storageTier: AzureStorageTier!
  • # Information about the customer-managed key and key vault.
  • cmkInfo: [AzureCmkInput!]
  • }

link Require by