You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/data-sources/setting.md
+68
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The setting data source.
22
22
### Optional
23
23
24
24
-`classification` (Block List, Max: 1) Classification for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--classification))
25
+
-`semantic_types` (Block Set) Semantic types for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--semantic_types))
25
26
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
26
27
27
28
### Read-Only
@@ -63,6 +64,73 @@ Optional:
63
64
64
65
65
66
67
+
<aid="nestedblock--semantic_types"></a>
68
+
### Nested Schema for `semantic_types`
69
+
70
+
Optional:
71
+
72
+
-`algorithm` (Block List, Max: 1) The semantic type algorithm. Required. (see [below for nested schema](#nestedblock--semantic_types--algorithm))
73
+
-`description` (String) The semantic type description. Optional.
74
+
-`id` (String) The semantic type unique uuid.
75
+
-`title` (String) The semantic type title. Required.
Copy file name to clipboardexpand all lines: docs/resources/setting.md
+68
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The setting resource.
24
24
-`approval_flow` (Block List) Configure risk level and approval flow for different tasks. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--approval_flow))
25
25
-`classification` (Block List, Max: 1) Classification for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--classification))
26
26
-`external_approval_nodes` (Block List) Configure external nodes in the approval flow. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--external_approval_nodes))
27
+
-`semantic_types` (Block Set) Semantic types for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--semantic_types))
27
28
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
28
29
29
30
### Read-Only
@@ -136,6 +137,73 @@ Required:
136
137
137
138
138
139
140
+
<aid="nestedblock--semantic_types"></a>
141
+
### Nested Schema for `semantic_types`
142
+
143
+
Optional:
144
+
145
+
-`algorithm` (Block List, Max: 1) The semantic type algorithm. Required. (see [below for nested schema](#nestedblock--semantic_types--algorithm))
146
+
-`description` (String) The semantic type description. Optional.
147
+
-`id` (String) The semantic type unique uuid.
148
+
-`title` (String) The semantic type title. Required.
0 commit comments