@@ -103,7 +103,7 @@ def delete_restriction_policy(
103103
104104 Deletes the restriction policy associated with a specified resource.
105105
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``.
107107 :type resource_id: str
108108 :rtype: None
109109 """
@@ -120,7 +120,7 @@ def get_restriction_policy(
120120
121121 Retrieves the restriction policy associated with a specified resource.
122122
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``.
124124 :type resource_id: str
125125 :rtype: RestrictionPolicyResponse
126126 """
@@ -145,6 +145,7 @@ def update_restriction_policy(
145145 * Dashboards: ``dashboard``
146146 * Notebooks: ``notebook``
147147 * Powerpacks: ``powerpack``
148+ * Reference Tables: ``reference-table``
148149 * Security Rules: ``security-rule``
149150 * Service Level Objectives: ``slo``
150151 * Synthetic Global Variables: ``synthetics-global-variable``
@@ -177,9 +178,11 @@ def update_restriction_policy(
177178 - ``viewer`` , ``editor``
178179 * - Monitors
179180 - ``viewer`` , ``editor``
181+ * - Reference Tables
182+ - ``viewer`` , ``editor``
180183
181184
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``.
183186 :type resource_id: str
184187 :param body: Restriction policy payload
185188 :type body: RestrictionPolicyUpdateRequest
0 commit comments