@@ -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`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
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``.
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`` , ``workflow`` , ``app-builder-app`` , ``connection`` , ``connection-group``.
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``.
133133 :type resource_id: str
134134 :rtype: RestrictionPolicyResponse
135135 """
@@ -154,6 +154,8 @@ def update_restriction_policy(
154154 Restriction policies can be applied to the following resources:
155155
156156 * Dashboards: ``dashboard``
157+ * Integration Accounts: ``integration-account``
158+ * Integration Webhooks: ``integration-webhook``
157159 * Notebooks: ``notebook``
158160 * Powerpacks: ``powerpack``
159161 * Reference Tables: ``reference-table``
@@ -177,6 +179,10 @@ def update_restriction_policy(
177179 - Supported Relations
178180 * - Dashboards
179181 - ``viewer`` , ``editor``
182+ * - Integration Accounts
183+ - ``viewer`` , ``editor``
184+ * - Integration Webhooks
185+ - ``viewer`` , ``editor``
180186 * - Notebooks
181187 - ``viewer`` , ``editor``
182188 * - Powerpacks
@@ -205,7 +211,7 @@ def update_restriction_policy(
205211 - ``viewer`` , ``editor``
206212
207213
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``.
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``.
209215 :type resource_id: str
210216 :param body: Restriction policy payload
211217 :type body: RestrictionPolicyUpdateRequest
0 commit comments