databricks-cli/bundle/internal/tf/schema/resource_provider.go

12 lines
382 B
Go
Raw Normal View History

// 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"`
}