@@ -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`` , ``integration-account`` , ``integration-webhook`` , ``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`` , ``integration-account`` , ``integration-service`` , ``integration- webhook`` , ``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`` , ``integration-account`` , ``integration-webhook`` , ``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`` , ``integration-account`` , ``integration-service`` , ``integration- webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
133133 :type resource_id: str
134134 :rtype: RestrictionPolicyResponse
135135 """
@@ -155,6 +155,7 @@ def update_restriction_policy(
155155
156156 * Dashboards: ``dashboard``
157157 * Integration Accounts: ``integration-account``
158+ * Integration Services: ``integration-service``
158159 * Integration Webhooks: ``integration-webhook``
159160 * Notebooks: ``notebook``
160161 * Powerpacks: ``powerpack``
@@ -181,6 +182,8 @@ def update_restriction_policy(
181182 - ``viewer`` , ``editor``
182183 * - Integration Accounts
183184 - ``viewer`` , ``editor``
185+ * - Integration Services
186+ - ``viewer`` , ``editor``
184187 * - Integration Webhooks
185188 - ``viewer`` , ``editor``
186189 * - Notebooks
@@ -211,7 +214,7 @@ def update_restriction_policy(
211214 - ``viewer`` , ``editor``
212215
213216
214- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``integration-account`` , ``integration-webhook`` , ``notebook`` , ``reference-table`` , ``security-rule`` , ``slo`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
217+ :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``.
215218 :type resource_id: str
216219 :param body: Restriction policy payload
217220 :type body: RestrictionPolicyUpdateRequest
0 commit comments