mirror of https://github.com/databricks/cli.git
16 lines
591 B
Go
16 lines
591 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type DataSourceServicePrincipal struct {
|
|
AclPrincipalId string `json:"acl_principal_id,omitempty"`
|
|
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"`
|
|
}
|