mirror of https://github.com/databricks/cli.git
10 lines
318 B
Go
10 lines
318 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceServicePrincipals struct {
|
||
|
ApplicationIds []string `json:"application_ids,omitempty"`
|
||
|
DisplayNameContains string `json:"display_name_contains,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
}
|