@@ -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``.
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`` .
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``.
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`` .
133133 :type resource_id: str
134134 :rtype: RestrictionPolicyResponse
135135 """
@@ -172,6 +172,7 @@ def update_restriction_policy(
172172 * Connection Groups: ``connection-group``
173173 * RUM Applications: ``rum-application``
174174 * Cross Org Connections: ``cross-org-connection``
175+ * Spreadsheets: ``spreadsheet``
175176
176177 **Supported relations for resources**
177178
@@ -218,9 +219,11 @@ def update_restriction_policy(
218219 - ``viewer`` , ``editor``
219220 * - Cross Org Connections
220221 - ``viewer`` , ``editor``
222+ * - Spreadsheets
223+ - ``viewer`` , ``editor``
221224
222225
223- :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``.
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`` .
224227 :type resource_id: str
225228 :param body: Restriction policy payload
226229 :type body: RestrictionPolicyUpdateRequest
0 commit comments