mirror of https://github.com/databricks/cli.git
9 lines
218 B
Go
9 lines
218 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceMwsCredentials struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Ids map[string]string `json:"ids,omitempty"`
|
||
|
}
|