databricks-cli/bundle/internal/tf/schema/data_source_current_user.go

14 lines
467 B
Go
Raw Permalink Normal View History

// 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"`
}