@@ -112,7 +112,7 @@ def delete_restriction_policy(
112
112
113
113
Deletes the restriction policy associated with a specified resource.
114
114
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`` .
116
116
:type resource_id: str
117
117
:rtype: None
118
118
"""
@@ -129,7 +129,7 @@ def get_restriction_policy(
129
129
130
130
Retrieves the restriction policy associated with a specified resource.
131
131
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`` .
133
133
:type resource_id: str
134
134
:rtype: RestrictionPolicyResponse
135
135
"""
@@ -163,6 +163,10 @@ def update_restriction_policy(
163
163
* Synthetic Tests: ``synthetics-test``
164
164
* Synthetic Private Locations: ``synthetics-private-location``
165
165
* Monitors: ``monitor``
166
+ * Workflows: ``workflow``
167
+ * App Builder Apps: ``app-builder-app``
168
+ * Connections: ``connection``
169
+ * Connection Groups: ``connection-group``
166
170
167
171
**Supported relations for resources**
168
172
@@ -191,9 +195,17 @@ def update_restriction_policy(
191
195
- ``viewer`` , ``editor``
192
196
* - Reference Tables
193
197
- ``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``
194
206
195
207
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`` .
197
209
:type resource_id: str
198
210
:param body: Restriction policy payload
199
211
:type body: RestrictionPolicyUpdateRequest
0 commit comments