github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_user.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceUser 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 DatabricksSqlAccess bool `json:"databricks_sql_access,omitempty"` 11 DisableAsUserDeletion bool `json:"disable_as_user_deletion,omitempty"` 12 DisplayName string `json:"display_name,omitempty"` 13 ExternalId string `json:"external_id,omitempty"` 14 Force bool `json:"force,omitempty"` 15 ForceDeleteHomeDir bool `json:"force_delete_home_dir,omitempty"` 16 ForceDeleteRepos bool `json:"force_delete_repos,omitempty"` 17 Home string `json:"home,omitempty"` 18 Id string `json:"id,omitempty"` 19 Repos string `json:"repos,omitempty"` 20 UserName string `json:"user_name"` 21 WorkspaceAccess bool `json:"workspace_access,omitempty"` 22 }