@@ -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: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
38+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
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: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
103+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
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 = { } )
@@ -186,6 +186,9 @@ def update_restriction_policy(resource_id, body, opts = {})
186186 # - RUM Applications: `rum-application`
187187 # - Cross Org Connections: `cross-org-connection`
188188 # - Spreadsheets: `spreadsheet`
189+ # - On-Call Schedules: `on-call-schedule`
190+ # - On-Call Escalation Policies: `on-call-escalation-policy`
191+ # - On-Call Team Routing Rules: `on-call-team-routing-rules`
189192 #
190193 # #### Supported relations for resources
191194 # Resource Type | Supported Relations
@@ -209,8 +212,11 @@ def update_restriction_policy(resource_id, body, opts = {})
209212 # RUM Application | `viewer`, `editor`
210213 # Cross Org Connections | `viewer`, `editor`
211214 # Spreadsheets | `viewer`, `editor`
215+ # On-Call Schedules | `viewer`, `overrider`, `editor`
216+ # On-Call Escalation Policies | `viewer`, `editor`
217+ # On-Call Team Routing Rules | `viewer`, `editor`
212218 #
213- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
219+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
214220 # @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
215221 # @param opts [Hash] the optional parameters
216222 # @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