AzureBlobDatastoreResponse

data class AzureBlobDatastoreResponse(val accountName: String? = null, val containerName: String? = null, val credentials: Any, val datastoreType: String, val description: String? = null, val endpoint: String? = null, val isDefault: Boolean, val properties: Map<String, String>? = null, val protocol: String? = null, val resourceGroup: String? = null, val serviceDataAccessAuthIdentity: String? = null, val subscriptionId: String? = null, val tags: Map<String, String>? = null)

Azure Blob datastore configuration.

Constructors

Link copied to clipboard
constructor(accountName: String? = null, containerName: String? = null, credentials: Any, datastoreType: String, description: String? = null, endpoint: String? = null, isDefault: Boolean, properties: Map<String, String>? = null, protocol: String? = null, resourceGroup: String? = null, serviceDataAccessAuthIdentity: String? = null, subscriptionId: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountName: String? = null

Storage account name.

Link copied to clipboard
val containerName: String? = null

Storage account container name.

Link copied to clipboard

Required Account credentials.

Link copied to clipboard

Enum to determine the datastore contents type. Expected value is 'AzureBlob'.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val endpoint: String? = null

Azure cloud endpoint for the storage account.

Link copied to clipboard

Readonly property to indicate if datastore is the workspace default datastore

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard
val protocol: String? = null

Protocol used to communicate with the storage account.

Link copied to clipboard
val resourceGroup: String? = null

Azure Resource Group name

Link copied to clipboard

Indicates which identity to use to authenticate service data access to customer's storage.

Link copied to clipboard
val subscriptionId: String? = null

Azure Subscription Id

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.