@@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
35
35
#
36
36
# Deletes the restriction policy associated with a specified resource.
37
37
#
38
- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
38
+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
39
39
# @param opts [Hash] the optional parameters
40
40
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
41
41
def delete_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
100
100
#
101
101
# Retrieves the restriction policy associated with a specified resource.
102
102
#
103
- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
103
+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
104
104
# @param opts [Hash] the optional parameters
105
105
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
106
106
def get_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -181,6 +181,7 @@ def update_restriction_policy(resource_id, body, opts = {})
181
181
# - App Builder Apps: `app-builder-app`
182
182
# - Connections: `connection`
183
183
# - Connection Groups: `connection-group`
184
+ # - RUM Applications: `rum-application`
184
185
#
185
186
# #### Supported relations for resources
186
187
# Resource Type | Supported Relations
@@ -199,8 +200,9 @@ def update_restriction_policy(resource_id, body, opts = {})
199
200
# App Builder Apps | `viewer`, `editor`
200
201
# Connections | `viewer`, `resolver`, `editor`
201
202
# Connection Groups | `viewer`, `editor`
203
+ # RUM Application | `viewer`, `editor`
202
204
#
203
- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
205
+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
204
206
# @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
205
207
# @param opts [Hash] the optional parameters
206
208
# @option opts [Boolean] :allow_self_lockout Allows admins (users with the `user_access_manage` permission) to remove their own access from the resource if set to `true`. By default, this is set to `false`, preventing admins from locking themselves out.
0 commit comments