Azure Storage Section Response
data class AzureStorageSectionResponse(val accountKey: String? = null, val accountName: String? = null, val areWorkspaceManagedIdentitiesAllowed: Boolean? = null, val blobCacheTimeout: Int? = null, val clientCredentials: ClientCredentialsResponse? = null, val containerName: String? = null, val credential: String? = null, val credentialType: String? = null, val endpoint: String? = null, val isSas: Boolean? = null, val protocol: String? = null, val resourceGroup: String? = null, val sasToken: String? = null, val serviceDataAccessAuthIdentity: String? = null, val subscriptionId: String? = null)
Constructors
Link copied to clipboard
fun AzureStorageSectionResponse(accountKey: String? = null, accountName: String? = null, areWorkspaceManagedIdentitiesAllowed: Boolean? = null, blobCacheTimeout: Int? = null, clientCredentials: ClientCredentialsResponse? = null, containerName: String? = null, credential: String? = null, credentialType: String? = null, endpoint: String? = null, isSas: Boolean? = null, protocol: String? = null, resourceGroup: String? = null, sasToken: String? = null, serviceDataAccessAuthIdentity: String? = null, subscriptionId: String? = null)