mirror of https://github.com/databricks/cli.git
17 lines
649 B
Go
17 lines
649 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type ResourceAzureBlobMount struct {
|
|
AuthType string `json:"auth_type"`
|
|
ClusterId string `json:"cluster_id,omitempty"`
|
|
ContainerName string `json:"container_name"`
|
|
Directory string `json:"directory,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
MountName string `json:"mount_name"`
|
|
Source string `json:"source,omitempty"`
|
|
StorageAccountName string `json:"storage_account_name"`
|
|
TokenSecretKey string `json:"token_secret_key"`
|
|
TokenSecretScope string `json:"token_secret_scope"`
|
|
}
|