mirror of https://github.com/databricks/cli.git
12 lines
382 B
Go
12 lines
382 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceProvider struct {
|
||
|
AuthenticationType string `json:"authentication_type"`
|
||
|
Comment string `json:"comment,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Name string `json:"name"`
|
||
|
RecipientProfileStr string `json:"recipient_profile_str"`
|
||
|
}
|