Skip to content

Add rum application to restriction policy #2762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:14.968856",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-06-03 09:24:13.392752",
"spec_repo_commit": "5906d277"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:14.988382",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-06-03 09:24:13.409905",
"spec_repo_commit": "5906d277"
}
}
}
8 changes: 6 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ components:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
`connection`, `connection-group`.'
`connection`, `connection-group`, `rum-application`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -54215,6 +54215,8 @@ paths:

- Connection Groups: `connection-group`

- RUM Applications: `rum-application`


#### Supported relations for resources

Expand Down Expand Up @@ -54254,7 +54256,9 @@ paths:

Connections | `viewer`, `resolver`, `editor`

Connection Groups | `viewer`, `editor`'
Connection Groups | `viewer`, `editor`

RUM Application | `viewer`, `editor`'
operationId: UpdateRestrictionPolicy
parameters:
- $ref: '#/components/parameters/ResourceID'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public void setApiClient(ApiClient apiClient) {
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @throws ApiException if fails to make API call
*/
public void deleteRestrictionPolicy(String resourceId) throws ApiException {
Expand All @@ -71,8 +71,8 @@ public void deleteRestrictionPolicy(String resourceId) throws ApiException {
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return CompletableFuture
*/
public CompletableFuture<Void> deleteRestrictionPolicyAsync(String resourceId) {
Expand All @@ -90,8 +90,8 @@ public CompletableFuture<Void> deleteRestrictionPolicyAsync(String resourceId) {
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -150,8 +150,8 @@ public ApiResponse<Void> deleteRestrictionPolicyWithHttpInfo(String resourceId)
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
*/
public CompletableFuture<ApiResponse<Void>> deleteRestrictionPolicyWithHttpInfoAsync(
Expand Down Expand Up @@ -211,8 +211,8 @@ public CompletableFuture<ApiResponse<Void>> deleteRestrictionPolicyWithHttpInfoA
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return RestrictionPolicyResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -229,8 +229,8 @@ public RestrictionPolicyResponse getRestrictionPolicy(String resourceId) throws
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
*/
public CompletableFuture<RestrictionPolicyResponse> getRestrictionPolicyAsync(String resourceId) {
Expand All @@ -248,8 +248,8 @@ public CompletableFuture<RestrictionPolicyResponse> getRestrictionPolicyAsync(St
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return ApiResponse&lt;RestrictionPolicyResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -308,8 +308,8 @@ public ApiResponse<RestrictionPolicyResponse> getRestrictionPolicyWithHttpInfo(S
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @return CompletableFuture&lt;ApiResponse&lt;RestrictionPolicyResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<RestrictionPolicyResponse>>
Expand Down Expand Up @@ -388,8 +388,8 @@ public UpdateRestrictionPolicyOptionalParameters allowSelfLockout(Boolean allowS
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @return RestrictionPolicyResponse
* @throws ApiException if fails to make API call
Expand All @@ -410,8 +410,8 @@ resourceId, body, new UpdateRestrictionPolicyOptionalParameters())
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
*/
Expand All @@ -434,8 +434,8 @@ resourceId, body, new UpdateRestrictionPolicyOptionalParameters())
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return RestrictionPolicyResponse
Expand All @@ -458,8 +458,8 @@ public RestrictionPolicyResponse updateRestrictionPolicy(
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
Expand Down Expand Up @@ -489,7 +489,8 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
* synthetics-global-variable</code> - Synthetic Tests: <code>synthetics-test</code> - Synthetic
* Private Locations: <code>synthetics-private-location</code> - Monitors: <code>monitor</code> -
* Workflows: <code>workflow</code> - App Builder Apps: <code>app-builder-app</code> -
* Connections: <code>connection</code> - Connection Groups: <code>connection-group</code>
* Connections: <code>connection</code> - Connection Groups: <code>connection-group</code> - RUM
* Applications: <code>rum-application</code>
*
* <h3>Supported relations for resources</h3>
*
Expand All @@ -505,14 +506,15 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
* Tables | <code>viewer</code>, <code>editor</code> Workflows | <code>viewer</code>, <code>runner
* </code>, <code>editor</code> App Builder Apps | <code>viewer</code>, <code>editor</code>
* Connections | <code>viewer</code>, <code>resolver</code>, <code>editor</code> Connection Groups
* | <code>viewer</code>, <code>editor</code>
* | <code>viewer</code>, <code>editor</code> RUM Application | <code>viewer</code>, <code>editor
* </code>
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;RestrictionPolicyResponse&gt;
Expand Down Expand Up @@ -587,8 +589,8 @@ public ApiResponse<RestrictionPolicyResponse> updateRestrictionPolicyWithHttpInf
* connection</code>, <code>dashboard</code>, <code>integration-account</code>, <code>
* integration-service</code>, <code>integration-webhook</code>, <code>notebook</code>, <code>
* reference-table</code>, <code>security-rule</code>, <code>slo</code>, <code>workflow</code>
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>.
* (required)
* , <code>app-builder-app</code>, <code>connection</code>, <code>connection-group</code>,
* <code>rum-application</code>. (required)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return CompletableFuture&lt;ApiResponse&lt;RestrictionPolicyResponse&gt;&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f02"
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f01"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f01"
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f02"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "c206b9cd-771e-14f0-5d18-42a3a48556d0"
"id": "c206b9cd-771e-14f0-5d18-42a3a48556d1"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"timeToLive": {
"unlimited": true
},
"id": "f1ca6244-e46c-b3a2-86bf-65d4e9044ba5"
"id": "f1ca6244-e46c-b3a2-86bf-65d4e9044ba4"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
},
{
"httpRequest": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"timeToLive": {
"unlimited": true
},
"id": "c206b9cd-771e-14f0-5d18-42a3a48556ce"
"id": "c206b9cd-771e-14f0-5d18-42a3a48556cf"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
},
{
"httpRequest": {
Expand All @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2123e3-6fb5-0f90-fe98-365e086c9c6f"
"id": "ab2123e3-6fb5-0f90-fe98-365e086c9c6e"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "a3ebb722-60eb-fa89-589a-ff3630e3a2ce"
"id": "a3ebb722-60eb-fa89-589a-ff3630e3a2cc"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d4"
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d3"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d11"
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d10"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "03c3c0d9-a62f-5ac6-398b-e22a05d14d7a"
"id": "03c3c0d9-a62f-5ac6-398b-e22a05d14d7b"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d0e"
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d11"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a92"
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a93"
},
{
"httpRequest": {
Expand Down
Loading