mirror of https://github.com/databricks/cli.git
14 lines
467 B
Go
14 lines
467 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type DataSourceCurrentUser struct {
|
|
Alphanumeric string `json:"alphanumeric,omitempty"`
|
|
ExternalId string `json:"external_id,omitempty"`
|
|
Home string `json:"home,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
Repos string `json:"repos,omitempty"`
|
|
UserName string `json:"user_name,omitempty"`
|
|
WorkspaceUrl string `json:"workspace_url,omitempty"`
|
|
}
|