mirror of https://github.com/databricks/cli.git
16 lines
571 B
Go
16 lines
571 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceUser struct {
|
||
|
Alphanumeric string `json:"alphanumeric,omitempty"`
|
||
|
ApplicationId string `json:"application_id,omitempty"`
|
||
|
DisplayName string `json:"display_name,omitempty"`
|
||
|
ExternalId string `json:"external_id,omitempty"`
|
||
|
Home string `json:"home,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Repos string `json:"repos,omitempty"`
|
||
|
UserId string `json:"user_id,omitempty"`
|
||
|
UserName string `json:"user_name,omitempty"`
|
||
|
}
|