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/resources/port_action.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Action resource
34
34
-`kafka_method` (Object) The invocation method of the action (see [below for nested schema](#nestedatt--kafka_method))
35
35
-`order_properties` (List of String) Order properties
36
36
-`required_approval` (Boolean) Require approval before invoking the action
37
+
-`required_jq_query` (String) The required jq query of the property
37
38
-`user_properties` (Attributes) User properties (see [below for nested schema](#nestedatt--user_properties))
38
39
-`webhook_method` (Attributes) The invocation method of the action (see [below for nested schema](#nestedatt--webhook_method))
39
40
@@ -130,7 +131,7 @@ Optional:
130
131
-`min_items` (Number) The min items of the array property
131
132
-`number_items` (Attributes) The items of the array property (see [below for nested schema](#nestedatt--user_properties--array_props--number_items))
132
133
-`object_items` (Attributes) The items of the array property (see [below for nested schema](#nestedatt--user_properties--array_props--object_items))
133
-
-`required` (Boolean) Whether the property is required
134
+
-`required` (Boolean) Whether the property is required, by default not required, this property can't be set at the same time if `required_jq_query` is set, and only supports true as value
134
135
-`string_items` (Attributes) The items of the array property (see [below for nested schema](#nestedatt--user_properties--array_props--string_items))
135
136
-`title` (String) The title of the property
136
137
-`visible` (Boolean) The visibility of the array property
@@ -217,7 +218,7 @@ Optional:
217
218
-`depends_on` (List of String) The properties that this property depends on
218
219
-`description` (String) The description of the property
219
220
-`icon` (String) The icon of the property
220
-
-`required` (Boolean) Whether the property is required
221
+
-`required` (Boolean) Whether the property is required, by default not required, this property can't be set at the same time if `required_jq_query` is set, and only supports true as value
221
222
-`title` (String) The title of the property
222
223
-`visible` (Boolean) The visibility of the boolean property
223
224
-`visible_jq_query` (String) The visibility condition jq query of the boolean property
@@ -269,7 +270,7 @@ Optional:
269
270
-`icon` (String) The icon of the property
270
271
-`maximum` (Number) The min of the number property
271
272
-`minimum` (Number) The max of the number property
272
-
-`required` (Boolean) Whether the property is required
273
+
-`required` (Boolean) Whether the property is required, by default not required, this property can't be set at the same time if `required_jq_query` is set, and only supports true as value
273
274
-`title` (String) The title of the property
274
275
-`visible` (Boolean) The visibility of the number property
275
276
-`visible_jq_query` (String) The visibility condition jq query of the number property
@@ -318,7 +319,7 @@ Optional:
318
319
-`description` (String) The description of the property
319
320
-`encryption` (String) The algorithm to encrypt the property with
320
321
-`icon` (String) The icon of the property
321
-
-`required` (Boolean) Whether the property is required
322
+
-`required` (Boolean) Whether the property is required, by default not required, this property can't be set at the same time if `required_jq_query` is set, and only supports true as value
322
323
-`title` (String) The title of the property
323
324
-`visible` (Boolean) The visibility of the object property
324
325
-`visible_jq_query` (String) The visibility condition jq query of the object property
@@ -374,7 +375,7 @@ Optional:
374
375
-`max_length` (Number) The max length of the string property
375
376
-`min_length` (Number) The min length of the string property
376
377
-`pattern` (String) The pattern of the string property
377
-
-`required` (Boolean) Whether the property is required
378
+
-`required` (Boolean) Whether the property is required, by default not required, this property can't be set at the same time if `required_jq_query` is set, and only supports true as value
378
379
-`title` (String) The title of the property
379
380
-`visible` (Boolean) The visibility of the string property
380
381
-`visible_jq_query` (String) The visibility condition jq query of the string property
0 commit comments