github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_provider.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceProvider struct {
     6  	AuthenticationType  string `json:"authentication_type"`
     7  	Comment             string `json:"comment,omitempty"`
     8  	Id                  string `json:"id,omitempty"`
     9  	Name                string `json:"name"`
    10  	RecipientProfileStr string `json:"recipient_profile_str"`
    11  }