@@ -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`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
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`` , ``rum-application`` .
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`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
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`` , ``rum-application`` .
133
133
:type resource_id: str
134
134
:rtype: RestrictionPolicyResponse
135
135
"""
@@ -167,6 +167,7 @@ def update_restriction_policy(
167
167
* App Builder Apps: ``app-builder-app``
168
168
* Connections: ``connection``
169
169
* Connection Groups: ``connection-group``
170
+ * RUM Applications: ``rum-application``
170
171
171
172
**Supported relations for resources**
172
173
@@ -203,9 +204,11 @@ def update_restriction_policy(
203
204
- ``viewer`` , ``resolver`` , ``editor``
204
205
* - Connection Groups
205
206
- ``viewer`` , ``editor``
207
+ * - RUM Application
208
+ - ``viewer`` , ``editor``
206
209
207
210
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``.
211
+ :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`` , ``rum-application`` .
209
212
:type resource_id: str
210
213
:param body: Restriction policy payload
211
214
:type body: RestrictionPolicyUpdateRequest
0 commit comments