@@ -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-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``.
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-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``.
133133 :type resource_id: str
134134 :rtype: RestrictionPolicyResponse
135135 """
@@ -154,7 +154,6 @@ def update_restriction_policy(
154154 Restriction policies can be applied to the following resources:
155155
156156 * Dashboards: ``dashboard``
157- * Integration Accounts: ``integration-account``
158157 * Integration Services: ``integration-service``
159158 * Integration Webhooks: ``integration-webhook``
160159 * Notebooks: ``notebook``
@@ -183,8 +182,6 @@ def update_restriction_policy(
183182 - Supported Relations
184183 * - Dashboards
185184 - ``viewer`` , ``editor``
186- * - Integration Accounts
187- - ``viewer`` , ``editor``
188185 * - Integration Services
189186 - ``viewer`` , ``editor``
190187 * - Integration Webhooks
@@ -223,7 +220,7 @@ def update_restriction_policy(
223220 - ``viewer`` , ``editor``
224221
225222
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``.
227224 :type resource_id: str
228225 :param body: Restriction policy payload
229226 :type body: RestrictionPolicyUpdateRequest
0 commit comments