@@ -103,7 +103,7 @@ def delete_restriction_policy(
103
103
104
104
Deletes the restriction policy associated with a specified resource.
105
105
106
- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo``.
106
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , `` security-rule`` , ``slo``.
107
107
:type resource_id: str
108
108
:rtype: None
109
109
"""
@@ -120,7 +120,7 @@ def get_restriction_policy(
120
120
121
121
Retrieves the restriction policy associated with a specified resource.
122
122
123
- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo``.
123
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , `` security-rule`` , ``slo``.
124
124
:type resource_id: str
125
125
:rtype: RestrictionPolicyResponse
126
126
"""
@@ -145,6 +145,7 @@ def update_restriction_policy(
145
145
* Dashboards: ``dashboard``
146
146
* Notebooks: ``notebook``
147
147
* Powerpacks: ``powerpack``
148
+ * Reference Tables: ``reference-table``
148
149
* Security Rules: ``security-rule``
149
150
* Service Level Objectives: ``slo``
150
151
* Synthetic Global Variables: ``synthetics-global-variable``
@@ -177,9 +178,11 @@ def update_restriction_policy(
177
178
- ``viewer`` , ``editor``
178
179
* - Monitors
179
180
- ``viewer`` , ``editor``
181
+ * - Reference Tables
182
+ - ``viewer`` , ``editor``
180
183
181
184
182
- :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``security-rule`` , ``slo``.
185
+ :param resource_id: Identifier, formatted as ``type:id``. Supported types: ``connection`` , ``dashboard`` , ``notebook`` , ``reference-table`` , `` security-rule`` , ``slo``.
183
186
:type resource_id: str
184
187
:param body: Restriction policy payload
185
188
:type body: RestrictionPolicyUpdateRequest
0 commit comments