@@ -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`` , ``integration-account `` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
115
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``dashboard`` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
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`` , ``integration-account `` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
132
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``dashboard`` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
133
133
:type resource_id: str
134
134
:rtype: RestrictionPolicyResponse
135
135
"""
@@ -154,7 +154,6 @@ def update_restriction_policy(
154
154
Restriction policies can be applied to the following resources:
155
155
156
156
* Dashboards: ``dashboard``
157
- * Integration Accounts: ``integration-account``
158
157
* Integration Services: ``integration-service``
159
158
* Integration Webhooks: ``integration-webhook``
160
159
* Notebooks: ``notebook``
@@ -183,8 +182,6 @@ def update_restriction_policy(
183
182
- Supported Relations
184
183
* - Dashboards
185
184
- ``viewer`` , ``editor``
186
- * - Integration Accounts
187
- - ``viewer`` , ``editor``
188
185
* - Integration Services
189
186
- ``viewer`` , ``editor``
190
187
* - Integration Webhooks
@@ -223,7 +220,7 @@ def update_restriction_policy(
223
220
- ``viewer`` , ``editor``
224
221
225
222
226
- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , `` dashboard`` , ``integration-account `` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
223
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``dashboard`` , ``integration-service`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group`` , ``rum-application`` , ``cross-org-connection`` , ``spreadsheet``.
227
224
:type resource_id: str
228
225
:param body: Restriction policy payload
229
226
:type body: RestrictionPolicyUpdateRequest
0 commit comments