@@ -112,7 +112,7 @@ def delete_restriction_policy(
112112
113113 Deletes the restriction policy associated with a specified resource.
114114
115- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo``.
115+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` .
116116 :type resource_id: str
117117 :rtype: None
118118 """
@@ -129,7 +129,7 @@ def get_restriction_policy(
129129
130130 Retrieves the restriction policy associated with a specified resource.
131131
132- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo``.
132+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` .
133133 :type resource_id: str
134134 :rtype: RestrictionPolicyResponse
135135 """
@@ -163,6 +163,10 @@ def update_restriction_policy(
163163 * Synthetic Tests: ``synthetics-test``
164164 * Synthetic Private Locations: ``synthetics-private-location``
165165 * Monitors: ``monitor``
166+ * Workflows: ``workflow``
167+ * App Builder Apps: ``app-builder-app``
168+ * Connections: ``connection``
169+ * Connection Groups: ``connection-group``
166170
167171 **Supported relations for resources**
168172
@@ -191,9 +195,17 @@ def update_restriction_policy(
191195 - ``viewer`` , ``editor``
192196 * - Reference Tables
193197 - ``viewer`` , ``editor``
198+ * - Workflows
199+ - ``viewer`` , ``editor``
200+ * - App Builder Apps
201+ - ``viewer`` , ``runner`` , ``editor``
202+ * - Connections
203+ - ``viewer`` , ``resolver`` , ``editor``
204+ * - Connection Groups
205+ - ``viewer`` , ``editor``
194206
195207
196- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo``.
208+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` .
197209 :type resource_id: str
198210 :param body: Restriction policy payload
199211 :type body: RestrictionPolicyUpdateRequest
0 commit comments