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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceServicePrincipal struct {
     6  	AclPrincipalId          string `json:"acl_principal_id,omitempty"`
     7  	Active                  bool   `json:"active,omitempty"`
     8  	AllowClusterCreate      bool   `json:"allow_cluster_create,omitempty"`
     9  	AllowInstancePoolCreate bool   `json:"allow_instance_pool_create,omitempty"`
    10  	ApplicationId           string `json:"application_id,omitempty"`
    11  	DatabricksSqlAccess     bool   `json:"databricks_sql_access,omitempty"`
    12  	DisableAsUserDeletion   bool   `json:"disable_as_user_deletion,omitempty"`
    13  	DisplayName             string `json:"display_name,omitempty"`
    14  	ExternalId              string `json:"external_id,omitempty"`
    15  	Force                   bool   `json:"force,omitempty"`
    16  	ForceDeleteHomeDir      bool   `json:"force_delete_home_dir,omitempty"`
    17  	ForceDeleteRepos        bool   `json:"force_delete_repos,omitempty"`
    18  	Home                    string `json:"home,omitempty"`
    19  	Id                      string `json:"id,omitempty"`
    20  	Repos                   string `json:"repos,omitempty"`
    21  	WorkspaceAccess         bool   `json:"workspace_access,omitempty"`
    22  }