Skip to content

Commit f89cf66

Browse files
Merge pull request #21 from opalsecurity/auto-update-sdk-2024-12-09-00-11-19
Auto-update SDK on 2024-12-09
2 parents 046d703 + 7ff7e65 commit f89cf66

File tree

178 files changed

+207
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+207
-192
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# opal-security
2-
Your Home For Developer Resources.
2+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

@@ -175,7 +175,7 @@ Class | Method | HTTP request | Description
175175
*GroupsApi* | [**set_group_reviewers**](docs/GroupsApi.md#set_group_reviewers) | **PUT** /groups/{group_id}/reviewers |
176176
*GroupsApi* | [**set_group_visibility**](docs/GroupsApi.md#set_group_visibility) | **PUT** /groups/{group_id}/visibility |
177177
*GroupsApi* | [**update_groups**](docs/GroupsApi.md#update_groups) | **PUT** /groups |
178-
*IdpGroupMappingsApi* | [**delete_idp_group_mappings_by_app_resource_id_group_id**](docs/IdpGroupMappingsApi.md#delete_idp_group_mappings_by_app_resource_id_group_id) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ |
178+
*IdpGroupMappingsApi* | [**delete_idp_group_mappings**](docs/IdpGroupMappingsApi.md#delete_idp_group_mappings) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ |
179179
*IdpGroupMappingsApi* | [**get_idp_group_mappings**](docs/IdpGroupMappingsApi.md#get_idp_group_mappings) | **GET** /idp-group-mappings/{app_resource_id} |
180180
*IdpGroupMappingsApi* | [**update_idp_group_mappings**](docs/IdpGroupMappingsApi.md#update_idp_group_mappings) | **PUT** /idp-group-mappings/{app_resource_id} |
181181
*MessageChannelsApi* | [**create_message_channel**](docs/MessageChannelsApi.md#create_message_channel) | **POST** /message-channels |

api/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
email: hello@opal.dev
55
name: Opal Team
66
url: https://www.opal.dev/
7-
description: Your Home For Developer Resources.
7+
description: The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
88
title: Opal API
99
version: "1.0"
1010
servers:
@@ -1188,7 +1188,7 @@ paths:
11881188
/idp-group-mappings/{app_resource_id}/{group_id}/:
11891189
delete:
11901190
description: Deletes an `IdpGroupMapping` object.
1191-
operationId: delete_idp_group_mappings_by_app_resource_ID_group_ID
1191+
operationId: delete_idp_group_mappings
11921192
parameters:
11931193
- description: The ID of the Okta app.
11941194
example: 4baf8423-db0a-4037-a4cf-f79c60cb67a5
@@ -4523,6 +4523,7 @@ components:
45234523
- OKTA_GROUP
45244524
- TAILSCALE_GROUP
45254525
- OPAL_GROUP
4526+
- OPAL_ACCESS_RULE
45264527
- AZURE_AD_SECURITY_GROUP
45274528
- AZURE_AD_MICROSOFT_365_GROUP
45284529
- CONNECTOR_GROUP
@@ -4554,6 +4555,7 @@ components:
45544555
- AZURE_SQL_MANAGED_DATABASE
45554556
- AZURE_USER_ASSIGNED_MANAGED_Identity
45564557
- AZURE_ENTRA_ID_ROLE
4558+
- AZURE_ENTERPRISE_APP
45574559
- CUSTOM
45584560
- CUSTOM_CONNECTOR
45594561
- GCP_ORGANIZATION

docs/GroupTypeEnum.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The type of the group.
2626

2727
* `OPAL_GROUP` (value: `'OPAL_GROUP'`)
2828

29+
* `OPAL_ACCESS_RULE` (value: `'OPAL_ACCESS_RULE'`)
30+
2931
* `AZURE_AD_SECURITY_GROUP` (value: `'AZURE_AD_SECURITY_GROUP'`)
3032

3133
* `AZURE_AD_MICROSOFT_365_GROUP` (value: `'AZURE_AD_MICROSOFT_365_GROUP'`)

docs/IdpGroupMappingsApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ All URIs are relative to *https://api.opal.dev/v1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**delete_idp_group_mappings_by_app_resource_id_group_id**](IdpGroupMappingsApi.md#delete_idp_group_mappings_by_app_resource_id_group_id) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ |
7+
[**delete_idp_group_mappings**](IdpGroupMappingsApi.md#delete_idp_group_mappings) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ |
88
[**get_idp_group_mappings**](IdpGroupMappingsApi.md#get_idp_group_mappings) | **GET** /idp-group-mappings/{app_resource_id} |
99
[**update_idp_group_mappings**](IdpGroupMappingsApi.md#update_idp_group_mappings) | **PUT** /idp-group-mappings/{app_resource_id} |
1010

1111

12-
# **delete_idp_group_mappings_by_app_resource_id_group_id**
13-
> delete_idp_group_mappings_by_app_resource_id_group_id(app_resource_id, group_id)
12+
# **delete_idp_group_mappings**
13+
> delete_idp_group_mappings(app_resource_id, group_id)
1414
1515

1616

@@ -51,9 +51,9 @@ with opal_security.ApiClient(configuration) as api_client:
5151
group_id = '4baf8423-db0a-4037-a4cf-f79c60cb67a5' # str | The ID of the group.
5252

5353
try:
54-
api_instance.delete_idp_group_mappings_by_app_resource_id_group_id(app_resource_id, group_id)
54+
api_instance.delete_idp_group_mappings(app_resource_id, group_id)
5555
except Exception as e:
56-
print("Exception when calling IdpGroupMappingsApi->delete_idp_group_mappings_by_app_resource_id_group_id: %s\n" % e)
56+
print("Exception when calling IdpGroupMappingsApi->delete_idp_group_mappings: %s\n" % e)
5757
```
5858

5959

docs/ResourceTypeEnum.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The type of the resource.
4646

4747
* `AZURE_ENTRA_ID_ROLE` (value: `'AZURE_ENTRA_ID_ROLE'`)
4848

49+
* `AZURE_ENTERPRISE_APP` (value: `'AZURE_ENTERPRISE_APP'`)
50+
4951
* `CUSTOM` (value: `'CUSTOM'`)
5052

5153
* `CUSTOM_CONNECTOR` (value: `'CUSTOM_CONNECTOR'`)

opal_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Opal API
77
8-
Your Home For Developer Resources.
8+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
99
1010
The version of the OpenAPI document: 1.0
1111
Contact: hello@opal.dev

opal_security/api/apps_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Opal API
55
6-
Your Home For Developer Resources.
6+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
77
88
The version of the OpenAPI document: 1.0
99
Contact: hello@opal.dev

opal_security/api/configuration_templates_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Opal API
55
6-
Your Home For Developer Resources.
6+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
77
88
The version of the OpenAPI document: 1.0
99
Contact: hello@opal.dev

opal_security/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Opal API
55
6-
Your Home For Developer Resources.
6+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
77
88
The version of the OpenAPI document: 1.0
99
Contact: hello@opal.dev

opal_security/api/group_bindings_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Opal API
55
6-
Your Home For Developer Resources.
6+
The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically.
77
88
The version of the OpenAPI document: 1.0
99
Contact: hello@opal.dev

0 commit comments

Comments
 (0)