Azure Storage Info Value Response
data class AzureStorageInfoValueResponse(val accessKey: String? = null, val accountName: String? = null, val mountPath: String? = null, val protocol: String? = null, val shareName: String? = null, val state: String, val type: String? = null)
Azure Files or Blob Storage access information value for dictionary storage.