INPUT_OBJECT

MapAzureCloudAccountToPersistentStorageLocationInput

Description

Input for mapping Azure cloud accounts to a persistent storage location.

link GraphQL Schema definition

  • input MapAzureCloudAccountToPersistentStorageLocationInput {
  • # Rubrik IDs of the cloud accounts to be mapped.
  • cloudAccountIds: [UUID!]!
  • # Rubrik ID of the storage account to be used for persistent storage location.
  • persistentStorageId: UUID!
  • # Type of native protection feature to be mapped to.
  • azureNativeProtectionFeature: AzureNativeProtectionFeature!
  • }

link Require by