github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_azure_adls_gen1_mount.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceAzureAdlsGen1Mount struct { 6 ClientId string `json:"client_id"` 7 ClientSecretKey string `json:"client_secret_key"` 8 ClientSecretScope string `json:"client_secret_scope"` 9 ClusterId string `json:"cluster_id,omitempty"` 10 Directory string `json:"directory,omitempty"` 11 Id string `json:"id,omitempty"` 12 MountName string `json:"mount_name"` 13 Source string `json:"source,omitempty"` 14 SparkConfPrefix string `json:"spark_conf_prefix,omitempty"` 15 StorageResourceName string `json:"storage_resource_name"` 16 TenantId string `json:"tenant_id"` 17 }