github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_current_user.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type DataSourceCurrentUser struct { 6 Alphanumeric string `json:"alphanumeric,omitempty"` 7 ExternalId string `json:"external_id,omitempty"` 8 Home string `json:"home,omitempty"` 9 Id string `json:"id,omitempty"` 10 Repos string `json:"repos,omitempty"` 11 UserName string `json:"user_name,omitempty"` 12 WorkspaceUrl string `json:"workspace_url,omitempty"` 13 }