@@ -29,6 +29,7 @@ Action resource
29
29
- ` azure_method ` (Attributes) The invocation method of the action (see [ below for nested schema] ( #nestedatt--azure_method ) )
30
30
- ` description ` (String) Description
31
31
- ` github_method ` (Attributes) The invocation method of the action (see [ below for nested schema] ( #nestedatt--github_method ) )
32
+ - ` gitlab_method ` (Attributes) The invocation method of the action (see [ below for nested schema] ( #nestedatt--gitlab_method ) )
32
33
- ` icon ` (String) Icon
33
34
- ` kafka_method ` (Object) The invocation method of the action (see [ below for nested schema] ( #nestedatt--kafka_method ) )
34
35
- ` required_approval ` (Boolean) Require approval before invoking the action
@@ -70,13 +71,29 @@ Required:
70
71
71
72
- ` org ` (String) Required when selecting type GITHUB. The GitHub org that the workflow belongs to
72
73
- ` repo ` (String) Required when selecting type GITHUB. The GitHub repo that the workflow belongs to
74
+ - ` workflow ` (String) The GitHub workflow that the action belongs to
73
75
74
76
Optional:
75
77
76
78
- ` omit_payload ` (Boolean) Omit the payload when invoking the action
77
79
- ` omit_user_inputs ` (Boolean) Omit the user inputs when invoking the action
78
80
- ` report_workflow_status ` (Boolean) Report the workflow status when invoking the action
79
- - ` workflow ` (String) The GitHub workflow that the action belongs to
81
+
82
+
83
+ <a id =" nestedatt--gitlab_method " ></a >
84
+ ### Nested Schema for ` gitlab_method `
85
+
86
+ Required:
87
+
88
+ - ` group_name ` (String) Required when selecting type GITLAB. The GitLab group name that the workflow belongs to
89
+ - ` project_name ` (String) Required when selecting type GITLAB. The GitLab project name that the workflow belongs to
90
+
91
+ Optional:
92
+
93
+ - ` agent ` (Boolean) Use the agent to invoke the action
94
+ - ` default_ref ` (String) The default ref of the action
95
+ - ` omit_payload ` (Boolean) Omit the payload when invoking the action
96
+ - ` omit_user_inputs ` (Boolean) Omit the user inputs when invoking the action
80
97
81
98
82
99
<a id =" nestedatt--kafka_method " ></a >
@@ -103,11 +120,18 @@ Optional:
103
120
Optional:
104
121
105
122
- ` boolean_items ` (Attributes) The items of the array property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--boolean_items ) )
123
+ - ` dataset ` (Attributes) The dataset of the property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--dataset ) )
124
+ - ` default_jq_query ` (String) The default jq query of the array property
125
+ - ` depends_on ` (List of String) The properties that this property depends on
126
+ - ` description ` (String) The description of the property
127
+ - ` icon ` (String) The icon of the property
106
128
- ` max_items ` (Number) The max items of the array property
107
129
- ` min_items ` (Number) The min items of the array property
108
130
- ` number_items ` (Attributes) The items of the array property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--number_items ) )
109
131
- ` object_items ` (Attributes) The items of the array property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--object_items ) )
132
+ - ` required ` (Boolean) Whether the property is required
110
133
- ` string_items ` (Attributes) The items of the array property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--string_items ) )
134
+ - ` title ` (String) The title of the property
111
135
112
136
<a id =" nestedatt--user_properties--array_props--boolean_items " ></a >
113
137
### Nested Schema for ` user_properties.array_props.boolean_items `
@@ -117,6 +141,37 @@ Optional:
117
141
- ` default ` (List of Boolean) The default of the items
118
142
119
143
144
+ <a id =" nestedatt--user_properties--array_props--dataset " ></a >
145
+ ### Nested Schema for ` user_properties.array_props.dataset `
146
+
147
+ Required:
148
+
149
+ - ` combinator ` (String) The combinator of the dataset
150
+ - ` rules ` (Attributes List) The rules of the dataset (see [ below for nested schema] ( #nestedatt--user_properties--array_props--dataset--rules ) )
151
+
152
+ <a id =" nestedatt--user_properties--array_props--dataset--rules " ></a >
153
+ ### Nested Schema for ` user_properties.array_props.dataset.rules `
154
+
155
+ Required:
156
+
157
+ - ` operator ` (String) The operator of the rule
158
+ - ` value ` (Object) The value of the rule (see [ below for nested schema] ( #nestedatt--user_properties--array_props--dataset--rules--value ) )
159
+
160
+ Optional:
161
+
162
+ - ` blueprint ` (String) The blueprint identifier of the rule
163
+ - ` property ` (String) The property identifier of the rule
164
+
165
+ <a id =" nestedatt--user_properties--array_props--dataset--rules--value " ></a >
166
+ ### Nested Schema for ` user_properties.array_props.dataset.rules.value `
167
+
168
+ Optional:
169
+
170
+ - ` jq_query ` (String)
171
+
172
+
173
+
174
+
120
175
<a id =" nestedatt--user_properties--array_props--number_items " ></a >
121
176
### Nested Schema for ` user_properties.array_props.number_items `
122
177
@@ -138,6 +193,7 @@ Optional:
138
193
139
194
Optional:
140
195
196
+ - ` blueprint ` (String) The blueprint identifier the property relates to
141
197
- ` default ` (List of String) The default of the items
142
198
- ` format ` (String) The format of the items
143
199
@@ -148,43 +204,156 @@ Optional:
148
204
149
205
Optional:
150
206
207
+ - ` dataset ` (Attributes) The dataset of the property (see [ below for nested schema] ( #nestedatt--user_properties--boolean_props--dataset ) )
151
208
- ` default ` (Boolean) The default of the boolean property
209
+ - ` default_jq_query ` (String) The default jq query of the boolean property
210
+ - ` depends_on ` (List of String) The properties that this property depends on
211
+ - ` description ` (String) The description of the property
212
+ - ` icon ` (String) The icon of the property
213
+ - ` required ` (Boolean) Whether the property is required
214
+ - ` title ` (String) The title of the property
215
+
216
+ <a id =" nestedatt--user_properties--boolean_props--dataset " ></a >
217
+ ### Nested Schema for ` user_properties.boolean_props.dataset `
218
+
219
+ Required:
220
+
221
+ - ` combinator ` (String) The combinator of the dataset
222
+ - ` rules ` (Attributes List) The rules of the dataset (see [ below for nested schema] ( #nestedatt--user_properties--boolean_props--dataset--rules ) )
223
+
224
+ <a id =" nestedatt--user_properties--boolean_props--dataset--rules " ></a >
225
+ ### Nested Schema for ` user_properties.boolean_props.dataset.rules `
226
+
227
+ Required:
228
+
229
+ - ` operator ` (String) The operator of the rule
230
+ - ` value ` (Object) The value of the rule (see [ below for nested schema] ( #nestedatt--user_properties--boolean_props--dataset--rules--value ) )
231
+
232
+ Optional:
233
+
234
+ - ` blueprint ` (String) The blueprint identifier of the rule
235
+ - ` property ` (String) The property identifier of the rule
236
+
237
+ <a id =" nestedatt--user_properties--boolean_props--dataset--rules--value " ></a >
238
+ ### Nested Schema for ` user_properties.boolean_props.dataset.rules.value `
239
+
240
+ Optional:
241
+
242
+ - ` jq_query ` (String)
243
+
244
+
245
+
152
246
153
247
154
248
<a id =" nestedatt--user_properties--number_props " ></a >
155
249
### Nested Schema for ` user_properties.number_props `
156
250
157
251
Optional:
158
252
159
- - ` blueprint ` (String ) The blueprint identifier the property relates to
253
+ - ` dataset ` (Attributes ) The dataset of the property (see [ below for nested schema ] ( #nestedatt--user_properties--number_props--dataset ) )
160
254
- ` default ` (Number) The default of the number property
255
+ - ` default_jq_query ` (String) The default jq query of the number property
256
+ - ` depends_on ` (List of String) The properties that this property depends on
161
257
- ` description ` (String) The description of the property
162
258
- ` enum ` (List of Number) The enum of the number property
163
- - ` format ` (String) The format of the string property
259
+ - ` enum_jq_query ` (String) The enum jq query of the string property
164
260
- ` icon ` (String) The icon of the property
165
261
- ` maximum ` (Number) The min of the number property
166
262
- ` minimum ` (Number) The max of the number property
167
263
- ` required ` (Boolean) Whether the property is required
168
264
- ` title ` (String) The title of the property
169
265
266
+ <a id =" nestedatt--user_properties--number_props--dataset " ></a >
267
+ ### Nested Schema for ` user_properties.number_props.dataset `
268
+
269
+ Required:
270
+
271
+ - ` combinator ` (String) The combinator of the dataset
272
+ - ` rules ` (Attributes List) The rules of the dataset (see [ below for nested schema] ( #nestedatt--user_properties--number_props--dataset--rules ) )
273
+
274
+ <a id =" nestedatt--user_properties--number_props--dataset--rules " ></a >
275
+ ### Nested Schema for ` user_properties.number_props.dataset.rules `
276
+
277
+ Required:
278
+
279
+ - ` operator ` (String) The operator of the rule
280
+ - ` value ` (Object) The value of the rule (see [ below for nested schema] ( #nestedatt--user_properties--number_props--dataset--rules--value ) )
281
+
282
+ Optional:
283
+
284
+ - ` blueprint ` (String) The blueprint identifier of the rule
285
+ - ` property ` (String) The property identifier of the rule
286
+
287
+ <a id =" nestedatt--user_properties--number_props--dataset--rules--value " ></a >
288
+ ### Nested Schema for ` user_properties.number_props.dataset.rules.value `
289
+
290
+ Optional:
291
+
292
+ - ` jq_query ` (String)
293
+
294
+
295
+
296
+
170
297
171
298
<a id =" nestedatt--user_properties--object_props " ></a >
172
299
### Nested Schema for ` user_properties.object_props `
173
300
174
301
Optional:
175
302
303
+ - ` dataset ` (Attributes) The dataset of the property (see [ below for nested schema] ( #nestedatt--user_properties--object_props--dataset ) )
176
304
- ` default ` (String) The default of the object property
305
+ - ` default_jq_query ` (String) The default jq query of the object property
306
+ - ` depends_on ` (List of String) The properties that this property depends on
307
+ - ` description ` (String) The description of the property
308
+ - ` icon ` (String) The icon of the property
309
+ - ` required ` (Boolean) Whether the property is required
310
+ - ` title ` (String) The title of the property
311
+
312
+ <a id =" nestedatt--user_properties--object_props--dataset " ></a >
313
+ ### Nested Schema for ` user_properties.object_props.dataset `
314
+
315
+ Required:
316
+
317
+ - ` combinator ` (String) The combinator of the dataset
318
+ - ` rules ` (Attributes List) The rules of the dataset (see [ below for nested schema] ( #nestedatt--user_properties--object_props--dataset--rules ) )
319
+
320
+ <a id =" nestedatt--user_properties--object_props--dataset--rules " ></a >
321
+ ### Nested Schema for ` user_properties.object_props.dataset.rules `
322
+
323
+ Required:
324
+
325
+ - ` operator ` (String) The operator of the rule
326
+ - ` value ` (Object) The value of the rule (see [ below for nested schema] ( #nestedatt--user_properties--object_props--dataset--rules--value ) )
327
+
328
+ Optional:
329
+
330
+ - ` blueprint ` (String) The blueprint identifier of the rule
331
+ - ` property ` (String) The property identifier of the rule
332
+
333
+ <a id =" nestedatt--user_properties--object_props--dataset--rules--value " ></a >
334
+ ### Nested Schema for ` user_properties.object_props.dataset.rules.value `
335
+
336
+ Optional:
337
+
338
+ - ` jq_query ` (String)
339
+
340
+
341
+
177
342
178
343
179
344
<a id =" nestedatt--user_properties--string_props " ></a >
180
345
### Nested Schema for ` user_properties.string_props `
181
346
182
347
Optional:
183
348
184
- - ` blueprint ` (String) The blueprint identifier the property relates to
349
+ - ` blueprint ` (String) The blueprint identifier the string property relates to
350
+ - ` dataset ` (Attributes) The dataset of the property (see [ below for nested schema] ( #nestedatt--user_properties--string_props--dataset ) )
185
351
- ` default ` (String) The default of the string property
352
+ - ` default_jq_query ` (String) The default jq query of the string property
353
+ - ` depends_on ` (List of String) The properties that this property depends on
186
354
- ` description ` (String) The description of the property
187
355
- ` enum ` (List of String) The enum of the string property
356
+ - ` enum_jq_query ` (String) The enum jq query of the string property
188
357
- ` format ` (String) The format of the string property
189
358
- ` icon ` (String) The icon of the property
190
359
- ` max_length ` (Number) The max length of the string property
@@ -193,6 +362,37 @@ Optional:
193
362
- ` required ` (Boolean) Whether the property is required
194
363
- ` title ` (String) The title of the property
195
364
365
+ <a id =" nestedatt--user_properties--string_props--dataset " ></a >
366
+ ### Nested Schema for ` user_properties.string_props.dataset `
367
+
368
+ Required:
369
+
370
+ - ` combinator ` (String) The combinator of the dataset
371
+ - ` rules ` (Attributes List) The rules of the dataset (see [ below for nested schema] ( #nestedatt--user_properties--string_props--dataset--rules ) )
372
+
373
+ <a id =" nestedatt--user_properties--string_props--dataset--rules " ></a >
374
+ ### Nested Schema for ` user_properties.string_props.dataset.rules `
375
+
376
+ Required:
377
+
378
+ - ` operator ` (String) The operator of the rule
379
+ - ` value ` (Object) The value of the rule (see [ below for nested schema] ( #nestedatt--user_properties--string_props--dataset--rules--value ) )
380
+
381
+ Optional:
382
+
383
+ - ` blueprint ` (String) The blueprint identifier of the rule
384
+ - ` property ` (String) The property identifier of the rule
385
+
386
+ <a id =" nestedatt--user_properties--string_props--dataset--rules--value " ></a >
387
+ ### Nested Schema for ` user_properties.string_props.dataset.rules.value `
388
+
389
+ Optional:
390
+
391
+ - ` jq_query ` (String)
392
+
393
+
394
+
395
+
196
396
197
397
198
398
<a id =" nestedatt--webhook_method " ></a >
0 commit comments