mirror of https://github.com/databricks/cli.git
15 lines
524 B
Go
15 lines
524 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceServicePrincipal struct {
|
||
|
Active bool `json:"active,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"`
|
||
|
SpId string `json:"sp_id,omitempty"`
|
||
|
}
|