github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_azure_adls_gen2_mount.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceAzureAdlsGen2Mount 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  	ContainerName        string `json:"container_name"`
    11  	Directory            string `json:"directory,omitempty"`
    12  	Id                   string `json:"id,omitempty"`
    13  	InitializeFileSystem bool   `json:"initialize_file_system"`
    14  	MountName            string `json:"mount_name"`
    15  	Source               string `json:"source,omitempty"`
    16  	StorageAccountName   string `json:"storage_account_name"`
    17  	TenantId             string `json:"tenant_id"`
    18  }