@@ -108,7 +108,7 @@ def delete_restriction_policy(
108108
109109 Deletes the restriction policy associated with a specified resource.
110110
111- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule``.
111+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo`` .
112112 :type resource_id: str
113113 :rtype: None
114114 """
@@ -125,7 +125,7 @@ def get_restriction_policy(
125125
126126 Retrieves the restriction policy associated with a specified resource.
127127
128- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule``.
128+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo`` .
129129 :type resource_id: str
130130 :rtype: RestrictionPolicyResponse
131131 """
@@ -151,8 +151,9 @@ def update_restriction_policy(
151151 * Dashboards: ``dashboard``
152152 * Notebooks: ``notebook``
153153 * Security Rules: ``security-rule``
154+ * Service Level Objectives: ``slo``
154155
155- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule``.
156+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo`` .
156157 :type resource_id: str
157158 :param body: Restriction policy payload
158159 :type body: RestrictionPolicyUpdateRequest
0 commit comments