-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathdata_source_account_setting_v2.go
More file actions
137 lines (111 loc) · 8.91 KB
/
data_source_account_setting_v2.go
File metadata and controls
137 lines (111 loc) · 8.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type DataSourceAccountSettingV2AibiDashboardEmbeddingAccessPolicy struct {
AccessPolicyType string `json:"access_policy_type"`
}
type DataSourceAccountSettingV2AibiDashboardEmbeddingApprovedDomains struct {
ApprovedDomains []string `json:"approved_domains,omitempty"`
}
type DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetails struct {
ForcedForComplianceMode bool `json:"forced_for_compliance_mode,omitempty"`
UnavailableForDisabledEntitlement bool `json:"unavailable_for_disabled_entitlement,omitempty"`
UnavailableForNonEnterpriseTier bool `json:"unavailable_for_non_enterprise_tier,omitempty"`
}
type DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime struct {
Hours int `json:"hours,omitempty"`
Minutes int `json:"minutes,omitempty"`
}
type DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule struct {
DayOfWeek string `json:"day_of_week,omitempty"`
Frequency string `json:"frequency,omitempty"`
WindowStartTime *DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime `json:"window_start_time,omitempty"`
}
type DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindow struct {
WeekDayBasedSchedule *DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule `json:"week_day_based_schedule,omitempty"`
}
type DataSourceAccountSettingV2AutomaticClusterUpdateWorkspace struct {
CanToggle bool `json:"can_toggle,omitempty"`
Enabled bool `json:"enabled,omitempty"`
EnablementDetails *DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetails `json:"enablement_details,omitempty"`
MaintenanceWindow *DataSourceAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindow `json:"maintenance_window,omitempty"`
RestartEvenIfNoUpdatesAvailable bool `json:"restart_even_if_no_updates_available,omitempty"`
}
type DataSourceAccountSettingV2BooleanVal struct {
Value bool `json:"value,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy struct {
AccessPolicyType string `json:"access_policy_type"`
}
type DataSourceAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains struct {
ApprovedDomains []string `json:"approved_domains,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetails struct {
ForcedForComplianceMode bool `json:"forced_for_compliance_mode,omitempty"`
UnavailableForDisabledEntitlement bool `json:"unavailable_for_disabled_entitlement,omitempty"`
UnavailableForNonEnterpriseTier bool `json:"unavailable_for_non_enterprise_tier,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime struct {
Hours int `json:"hours,omitempty"`
Minutes int `json:"minutes,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule struct {
DayOfWeek string `json:"day_of_week,omitempty"`
Frequency string `json:"frequency,omitempty"`
WindowStartTime *DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime `json:"window_start_time,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindow struct {
WeekDayBasedSchedule *DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule `json:"week_day_based_schedule,omitempty"`
}
type DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace struct {
CanToggle bool `json:"can_toggle,omitempty"`
Enabled bool `json:"enabled,omitempty"`
EnablementDetails *DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetails `json:"enablement_details,omitempty"`
MaintenanceWindow *DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindow `json:"maintenance_window,omitempty"`
RestartEvenIfNoUpdatesAvailable bool `json:"restart_even_if_no_updates_available,omitempty"`
}
type DataSourceAccountSettingV2EffectiveBooleanVal struct {
Value bool `json:"value,omitempty"`
}
type DataSourceAccountSettingV2EffectiveIntegerVal struct {
Value int `json:"value,omitempty"`
}
type DataSourceAccountSettingV2EffectivePersonalCompute struct {
Value string `json:"value,omitempty"`
}
type DataSourceAccountSettingV2EffectiveRestrictWorkspaceAdmins struct {
Status string `json:"status"`
}
type DataSourceAccountSettingV2EffectiveStringVal struct {
Value string `json:"value,omitempty"`
}
type DataSourceAccountSettingV2IntegerVal struct {
Value int `json:"value,omitempty"`
}
type DataSourceAccountSettingV2PersonalCompute struct {
Value string `json:"value,omitempty"`
}
type DataSourceAccountSettingV2RestrictWorkspaceAdmins struct {
Status string `json:"status"`
}
type DataSourceAccountSettingV2StringVal struct {
Value string `json:"value,omitempty"`
}
type DataSourceAccountSettingV2 struct {
AibiDashboardEmbeddingAccessPolicy *DataSourceAccountSettingV2AibiDashboardEmbeddingAccessPolicy `json:"aibi_dashboard_embedding_access_policy,omitempty"`
AibiDashboardEmbeddingApprovedDomains *DataSourceAccountSettingV2AibiDashboardEmbeddingApprovedDomains `json:"aibi_dashboard_embedding_approved_domains,omitempty"`
AutomaticClusterUpdateWorkspace *DataSourceAccountSettingV2AutomaticClusterUpdateWorkspace `json:"automatic_cluster_update_workspace,omitempty"`
BooleanVal *DataSourceAccountSettingV2BooleanVal `json:"boolean_val,omitempty"`
EffectiveAibiDashboardEmbeddingAccessPolicy *DataSourceAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy `json:"effective_aibi_dashboard_embedding_access_policy,omitempty"`
EffectiveAibiDashboardEmbeddingApprovedDomains *DataSourceAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains `json:"effective_aibi_dashboard_embedding_approved_domains,omitempty"`
EffectiveAutomaticClusterUpdateWorkspace *DataSourceAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace `json:"effective_automatic_cluster_update_workspace,omitempty"`
EffectiveBooleanVal *DataSourceAccountSettingV2EffectiveBooleanVal `json:"effective_boolean_val,omitempty"`
EffectiveIntegerVal *DataSourceAccountSettingV2EffectiveIntegerVal `json:"effective_integer_val,omitempty"`
EffectivePersonalCompute *DataSourceAccountSettingV2EffectivePersonalCompute `json:"effective_personal_compute,omitempty"`
EffectiveRestrictWorkspaceAdmins *DataSourceAccountSettingV2EffectiveRestrictWorkspaceAdmins `json:"effective_restrict_workspace_admins,omitempty"`
EffectiveStringVal *DataSourceAccountSettingV2EffectiveStringVal `json:"effective_string_val,omitempty"`
IntegerVal *DataSourceAccountSettingV2IntegerVal `json:"integer_val,omitempty"`
Name string `json:"name"`
PersonalCompute *DataSourceAccountSettingV2PersonalCompute `json:"personal_compute,omitempty"`
RestrictWorkspaceAdmins *DataSourceAccountSettingV2RestrictWorkspaceAdmins `json:"restrict_workspace_admins,omitempty"`
StringVal *DataSourceAccountSettingV2StringVal `json:"string_val,omitempty"`
}