Skip to content
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-04-14 16:33:07.855657",
"spec_repo_commit": "c0287407"
"regenerated": "2025-04-15 16:46:19.961937",
"spec_repo_commit": "2d6e55b2"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-14 16:33:07.871722",
"spec_repo_commit": "c0287407"
"regenerated": "2025-04-15 16:46:19.979850",
"spec_repo_commit": "2d6e55b2"
}
}
}
9 changes: 7 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,9 @@ components:
type: string
ResourceID:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`,
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.'
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
`connection`, `connection-group`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -47785,6 +47786,8 @@ paths:

- Integration Accounts: `integration-account`

- Integration Services: `integration-service`

- Integration Webhooks: `integration-webhook`

- Notebooks: `notebook`
Expand Down Expand Up @@ -47824,6 +47827,8 @@ paths:

Integration Accounts | `viewer`, `editor`

Integration Services | `viewer`, `editor`

Integration Webhooks | `viewer`, `editor`

Notebooks | `viewer`, `editor`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ public void setApiClient(ApiClient apiClient) {
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @throws ApiException if fails to make API call
*/
public void deleteRestrictionPolicy(String resourceId) throws ApiException {
Expand All @@ -68,9 +69,10 @@ public void deleteRestrictionPolicy(String resourceId) throws ApiException {
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return CompletableFuture
*/
public CompletableFuture<Void> deleteRestrictionPolicyAsync(String resourceId) {
Expand All @@ -86,9 +88,10 @@ public CompletableFuture<Void> deleteRestrictionPolicyAsync(String resourceId) {
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -145,9 +148,10 @@ public ApiResponse<Void> deleteRestrictionPolicyWithHttpInfo(String resourceId)
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
*/
public CompletableFuture<ApiResponse<Void>> deleteRestrictionPolicyWithHttpInfoAsync(
Expand Down Expand Up @@ -205,9 +209,10 @@ public CompletableFuture<ApiResponse<Void>> deleteRestrictionPolicyWithHttpInfoA
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return RestrictionPolicyResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -222,9 +227,10 @@ public RestrictionPolicyResponse getRestrictionPolicy(String resourceId) throws
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
*/
public CompletableFuture<RestrictionPolicyResponse> getRestrictionPolicyAsync(String resourceId) {
Expand All @@ -240,9 +246,10 @@ public CompletableFuture<RestrictionPolicyResponse> getRestrictionPolicyAsync(St
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return ApiResponse&lt;RestrictionPolicyResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -299,9 +306,10 @@ public ApiResponse<RestrictionPolicyResponse> getRestrictionPolicyWithHttpInfo(S
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @return CompletableFuture&lt;ApiResponse&lt;RestrictionPolicyResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<RestrictionPolicyResponse>>
Expand Down Expand Up @@ -378,9 +386,10 @@ public UpdateRestrictionPolicyOptionalParameters allowSelfLockout(Boolean allowS
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @return RestrictionPolicyResponse
* @throws ApiException if fails to make API call
Expand All @@ -399,9 +408,10 @@ resourceId, body, new UpdateRestrictionPolicyOptionalParameters())
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
*/
Expand All @@ -422,9 +432,10 @@ resourceId, body, new UpdateRestrictionPolicyOptionalParameters())
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return RestrictionPolicyResponse
Expand All @@ -445,9 +456,10 @@ public RestrictionPolicyResponse updateRestrictionPolicy(
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return CompletableFuture&lt;RestrictionPolicyResponse&gt;
Expand All @@ -470,35 +482,37 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
*
* <p>Restriction policies can be applied to the following resources: - Dashboards: <code>
* dashboard</code> - Integration Accounts: <code>integration-account</code> - Integration
* Webhooks: <code>integration-webhook</code> - Notebooks: <code>notebook</code> - Powerpacks:
* <code>powerpack</code> - Reference Tables: <code>reference-table</code> - Security Rules:
* <code>security-rule</code> - Service Level Objectives: <code>slo</code> - Synthetic Global
* Variables: <code>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>
* Services: <code>integration-service</code> - Integration Webhooks: <code>integration-webhook
* </code> - Notebooks: <code>notebook</code> - Powerpacks: <code>powerpack</code> - Reference
* Tables: <code>reference-table</code> - Security Rules: <code>security-rule</code> - Service
* Level Objectives: <code>slo</code> - Synthetic Global Variables: <code>
* 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>
*
* <h3>Supported relations for resources</h3>
*
* <p>Resource Type | Supported Relations ----------------------------|--------------------------
* Dashboards | <code>viewer</code>, <code>editor</code> Integration Accounts | <code>viewer
* </code>, <code>editor</code> Integration Webhooks | <code>viewer</code>, <code>editor</code>
* Notebooks | <code>viewer</code>, <code>editor</code> Powerpacks | <code>viewer</code>, <code>
* editor</code> Security Rules | <code>viewer</code>, <code>editor</code> Service Level
* Objectives | <code>viewer</code>, <code>editor</code> Synthetic Global Variables | <code>viewer
* </code>, <code>editor</code> Synthetic Tests | <code>viewer</code>, <code>editor</code>
* Synthetic Private Locations | <code>viewer</code>, <code>editor</code> Monitors | <code>viewer
* </code>, <code>editor</code> Reference 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>, <code>editor</code> Integration Services | <code>viewer</code>, <code>editor</code>
* Integration Webhooks | <code>viewer</code>, <code>editor</code> Notebooks | <code>viewer</code>
* , <code>editor</code> Powerpacks | <code>viewer</code>, <code>editor</code> Security Rules |
* <code>viewer</code>, <code>editor</code> Service Level Objectives | <code>viewer</code>, <code>
* editor</code> Synthetic Global Variables | <code>viewer</code>, <code>editor</code> Synthetic
* Tests | <code>viewer</code>, <code>editor</code> Synthetic Private Locations | <code>viewer
* </code>, <code>editor</code> Monitors | <code>viewer</code>, <code>editor</code> Reference
* 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>
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;RestrictionPolicyResponse&gt;
Expand Down Expand Up @@ -571,9 +585,10 @@ public ApiResponse<RestrictionPolicyResponse> updateRestrictionPolicyWithHttpInf
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* connection</code>, <code>dashboard</code>, <code>integration-account</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)
* 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)
* @param body Restriction policy payload (required)
* @param parameters Optional parameters for the request.
* @return CompletableFuture&lt;ApiResponse&lt;RestrictionPolicyResponse&gt;&gt;
Expand Down