@@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
3535 #
3636 # Deletes the restriction policy associated with a specified resource.
3737 #
38- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`.
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` .
3939 # @param opts [Hash] the optional parameters
4040 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
4141 def delete_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
100100 #
101101 # Retrieves the restriction policy associated with a specified resource.
102102 #
103- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`.
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` .
104104 # @param opts [Hash] the optional parameters
105105 # @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
106106 def get_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -177,6 +177,10 @@ def update_restriction_policy(resource_id, body, opts = {})
177177 # - Synthetic Tests: `synthetics-test`
178178 # - Synthetic Private Locations: `synthetics-private-location`
179179 # - Monitors: `monitor`
180+ # - Workflows: `workflow`
181+ # - App Builder Apps: `app-builder-app`
182+ # - Connections: `connection`
183+ # - Connection Groups: `connection-group`
180184 #
181185 # #### Supported relations for resources
182186 # Resource Type | Supported Relations
@@ -191,8 +195,12 @@ def update_restriction_policy(resource_id, body, opts = {})
191195 # Synthetic Private Locations | `viewer`, `editor`
192196 # Monitors | `viewer`, `editor`
193197 # Reference Tables | `viewer`, `editor`
198+ # Workflows | `viewer`, `editor`
199+ # App Builder Apps | `viewer`, `runner`, `editor`
200+ # Connections | `viewer`, `resolver`, `editor`
201+ # Connection Groups | `viewer`, `editor`
194202 #
195- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`.
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` .
196204 # @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
197205 # @param opts [Hash] the optional parameters
198206 # @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