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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -552,6 +552,8 @@ Optional:
552
552
-`default_jq_query` (String) The default jq query of the array property
553
553
-`depends_on` (List of String) The properties that this property depends on
554
554
-`description` (String) The description of the property
555
+
-`disabled` (Boolean) The disabled state of the array property
556
+
-`disabled_jq_query` (String) The disabled state jq query of the array property
555
557
-`icon` (String) The icon of the property
556
558
-`max_items` (Number) The max items of the array property
557
559
-`min_items` (Number) The min items of the array property
@@ -625,6 +627,8 @@ Optional:
625
627
-`default_jq_query` (String) The default jq query of the boolean property
626
628
-`depends_on` (List of String) The properties that this property depends on
627
629
-`description` (String) The description of the property
630
+
-`disabled` (Boolean) The disabled state of the boolean property
631
+
-`disabled_jq_query` (String) The disabled state jq query of the boolean property
628
632
-`icon` (String) The icon of the property
629
633
-`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
630
634
-`title` (String) The title of the property
@@ -641,6 +645,8 @@ Optional:
641
645
-`default_jq_query` (String) The default jq query of the number property
642
646
-`depends_on` (List of String) The properties that this property depends on
643
647
-`description` (String) The description of the property
648
+
-`disabled` (Boolean) The disabled state of the number property
649
+
-`disabled_jq_query` (String) The disabled state jq query of the number property
644
650
-`enum` (List of Number) The enum of the number property
645
651
-`enum_colors` (Map of String) The enum colors of the number property
646
652
-`enum_jq_query` (String) The enum jq query of the string property
@@ -662,6 +668,8 @@ Optional:
662
668
-`default_jq_query` (String) The default jq query of the object property
663
669
-`depends_on` (List of String) The properties that this property depends on
664
670
-`description` (String) The description of the property
671
+
-`disabled` (Boolean) The disabled state of the object property
672
+
-`disabled_jq_query` (String) The disabled state jq query of the object property
665
673
-`encryption` (String) The algorithm to encrypt the property with. Accepted value: `aes256-gcm`
666
674
-`icon` (String) The icon of the property
667
675
-`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
@@ -681,6 +689,8 @@ Optional:
681
689
-`default_jq_query` (String) The default jq query of the string property
682
690
-`depends_on` (List of String) The properties that this property depends on
683
691
-`description` (String) The description of the property
692
+
-`disabled` (Boolean) The disabled state of the string property
693
+
-`disabled_jq_query` (String) The disabled state jq query of the string property
684
694
-`encryption` (String) The algorithm to encrypt the property with. Accepted value: `aes256-gcm`
685
695
-`enum` (List of String) The enum of the string property
686
696
-`enum_colors` (Map of String) The enum colors of the string property
0 commit comments