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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type DataSourceUser struct {
     6  	Alphanumeric  string `json:"alphanumeric,omitempty"`
     7  	ApplicationId string `json:"application_id,omitempty"`
     8  	DisplayName   string `json:"display_name,omitempty"`
     9  	ExternalId    string `json:"external_id,omitempty"`
    10  	Home          string `json:"home,omitempty"`
    11  	Id            string `json:"id,omitempty"`
    12  	Repos         string `json:"repos,omitempty"`
    13  	UserId        string `json:"user_id,omitempty"`
    14  	UserName      string `json:"user_name,omitempty"`
    15  }