2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourcePermissionsAccessControl struct {
|
|
|
|
GroupName string `json:"group_name,omitempty"`
|
2024-10-08 11:41:32 +00:00
|
|
|
PermissionLevel string `json:"permission_level,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
ServicePrincipalName string `json:"service_principal_name,omitempty"`
|
|
|
|
UserName string `json:"user_name,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourcePermissions struct {
|
|
|
|
Authorization string `json:"authorization,omitempty"`
|
|
|
|
ClusterId string `json:"cluster_id,omitempty"`
|
|
|
|
ClusterPolicyId string `json:"cluster_policy_id,omitempty"`
|
2024-07-30 10:13:05 +00:00
|
|
|
DashboardId string `json:"dashboard_id,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
DirectoryId string `json:"directory_id,omitempty"`
|
|
|
|
DirectoryPath string `json:"directory_path,omitempty"`
|
|
|
|
ExperimentId string `json:"experiment_id,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
InstancePoolId string `json:"instance_pool_id,omitempty"`
|
|
|
|
JobId string `json:"job_id,omitempty"`
|
|
|
|
NotebookId string `json:"notebook_id,omitempty"`
|
|
|
|
NotebookPath string `json:"notebook_path,omitempty"`
|
|
|
|
ObjectType string `json:"object_type,omitempty"`
|
|
|
|
PipelineId string `json:"pipeline_id,omitempty"`
|
|
|
|
RegisteredModelId string `json:"registered_model_id,omitempty"`
|
|
|
|
RepoId string `json:"repo_id,omitempty"`
|
|
|
|
RepoPath string `json:"repo_path,omitempty"`
|
2023-06-21 06:40:11 +00:00
|
|
|
ServingEndpointId string `json:"serving_endpoint_id,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
SqlAlertId string `json:"sql_alert_id,omitempty"`
|
|
|
|
SqlDashboardId string `json:"sql_dashboard_id,omitempty"`
|
|
|
|
SqlEndpointId string `json:"sql_endpoint_id,omitempty"`
|
|
|
|
SqlQueryId string `json:"sql_query_id,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
WorkspaceFileId string `json:"workspace_file_id,omitempty"`
|
|
|
|
WorkspaceFilePath string `json:"workspace_file_path,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
AccessControl []ResourcePermissionsAccessControl `json:"access_control,omitempty"`
|
|
|
|
}
|