@@ -108,7 +108,7 @@ def delete_restriction_policy(
108
108
109
109
Deletes the restriction policy associated with a specified resource.
110
110
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`` .
112
112
:type resource_id: str
113
113
:rtype: None
114
114
"""
@@ -125,7 +125,7 @@ def get_restriction_policy(
125
125
126
126
Retrieves the restriction policy associated with a specified resource.
127
127
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`` .
129
129
:type resource_id: str
130
130
:rtype: RestrictionPolicyResponse
131
131
"""
@@ -151,8 +151,9 @@ def update_restriction_policy(
151
151
* Dashboards: ``dashboard``
152
152
* Notebooks: ``notebook``
153
153
* Security Rules: ``security-rule``
154
+ * Service Level Objectives: ``slo``
154
155
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`` .
156
157
:type resource_id: str
157
158
:param body: Restriction policy payload
158
159
:type body: RestrictionPolicyUpdateRequest
0 commit comments