Transfer Job Transfer Spec Azure Blob Storage Data Source
data class TransferJobTransferSpecAzureBlobStorageDataSource(val azureCredentials: TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials? = null, val container: String, val credentialsSecret: String? = null, val path: String? = null, val storageAccount: String)
Constructors
Link copied to clipboard
constructor(azureCredentials: TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials? = null, container: String, credentialsSecret: String? = null, path: String? = null, storageAccount: String)
Properties
Link copied to clipboard
Credentials used to authenticate API requests to Azure block.
Link copied to clipboard
Full Resource name of a secret in Secret Manager containing SAS Credentials in JSON form. Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
Link copied to clipboard
The name of the Azure Storage account.