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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type DataSourceServicePrincipal struct {
     6  	Active        bool   `json:"active,omitempty"`
     7  	ApplicationId string `json:"application_id,omitempty"`
     8  	DisplayName   string `json:"display_name,omitempty"`
     9  	ExternalId    string `json:"external_id,omitempty"`
    10  	Home          string `json:"home,omitempty"`
    11  	Id            string `json:"id,omitempty"`
    12  	Repos         string `json:"repos,omitempty"`
    13  	SpId          string `json:"sp_id,omitempty"`
    14  }