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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type Config struct {
     6  	AccountId                string `json:"account_id,omitempty"`
     7  	AuthType                 string `json:"auth_type,omitempty"`
     8  	AzureClientId            string `json:"azure_client_id,omitempty"`
     9  	AzureClientSecret        string `json:"azure_client_secret,omitempty"`
    10  	AzureEnvironment         string `json:"azure_environment,omitempty"`
    11  	AzureLoginAppId          string `json:"azure_login_app_id,omitempty"`
    12  	AzureTenantId            string `json:"azure_tenant_id,omitempty"`
    13  	AzureUseMsi              bool   `json:"azure_use_msi,omitempty"`
    14  	AzureWorkspaceResourceId string `json:"azure_workspace_resource_id,omitempty"`
    15  	ClientId                 string `json:"client_id,omitempty"`
    16  	ClientSecret             string `json:"client_secret,omitempty"`
    17  	ClusterId                string `json:"cluster_id,omitempty"`
    18  	ConfigFile               string `json:"config_file,omitempty"`
    19  	DatabricksCliPath        string `json:"databricks_cli_path,omitempty"`
    20  	DebugHeaders             bool   `json:"debug_headers,omitempty"`
    21  	DebugTruncateBytes       int    `json:"debug_truncate_bytes,omitempty"`
    22  	GoogleCredentials        string `json:"google_credentials,omitempty"`
    23  	GoogleServiceAccount     string `json:"google_service_account,omitempty"`
    24  	Host                     string `json:"host,omitempty"`
    25  	HttpTimeoutSeconds       int    `json:"http_timeout_seconds,omitempty"`
    26  	MetadataServiceUrl       string `json:"metadata_service_url,omitempty"`
    27  	Password                 string `json:"password,omitempty"`
    28  	Profile                  string `json:"profile,omitempty"`
    29  	RateLimit                int    `json:"rate_limit,omitempty"`
    30  	RetryTimeoutSeconds      int    `json:"retry_timeout_seconds,omitempty"`
    31  	SkipVerify               bool   `json:"skip_verify,omitempty"`
    32  	Token                    string `json:"token,omitempty"`
    33  	Username                 string `json:"username,omitempty"`
    34  	WarehouseId              string `json:"warehouse_id,omitempty"`
    35  }