From 7ff7e65df2e427700dbb6e8e9708df3c7a1bc894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 00:11:19 +0000 Subject: [PATCH] Auto-update SDK on 2024-12-09 --- README.md | 4 ++-- api/openapi.yaml | 6 +++-- docs/GroupTypeEnum.md | 2 ++ docs/IdpGroupMappingsApi.md | 10 ++++----- docs/ResourceTypeEnum.md | 2 ++ opal_security/__init__.py | 2 +- opal_security/api/apps_api.py | 2 +- .../api/configuration_templates_api.py | 2 +- opal_security/api/events_api.py | 2 +- opal_security/api/group_bindings_api.py | 2 +- opal_security/api/groups_api.py | 2 +- opal_security/api/idp_group_mappings_api.py | 22 +++++++++---------- opal_security/api/message_channels_api.py | 2 +- opal_security/api/non_human_identities_api.py | 2 +- opal_security/api/on_call_schedules_api.py | 2 +- opal_security/api/owners_api.py | 2 +- opal_security/api/requests_api.py | 2 +- opal_security/api/resources_api.py | 2 +- opal_security/api/sessions_api.py | 2 +- opal_security/api/tags_api.py | 2 +- opal_security/api/uars_api.py | 2 +- opal_security/api/users_api.py | 2 +- opal_security/api_client.py | 2 +- opal_security/configuration.py | 2 +- opal_security/exceptions.py | 2 +- opal_security/models/__init__.py | 2 +- opal_security/models/access.py | 2 +- opal_security/models/access_list.py | 2 +- .../models/add_group_resource_request.py | 2 +- .../models/add_group_user_request.py | 2 +- .../models/add_resource_nhi_request.py | 2 +- .../models/add_resource_user_request.py | 2 +- opal_security/models/app.py | 2 +- opal_security/models/app_type_enum.py | 2 +- opal_security/models/apps_list.py | 2 +- .../models/aws_permission_set_metadata.py | 2 +- ...mission_set_metadata_aws_permission_set.py | 2 +- opal_security/models/condition.py | 2 +- .../models/configuration_template.py | 2 +- .../create_configuration_template_info.py | 2 +- .../models/create_group_binding_info.py | 2 +- .../create_group_binding_info_groups_inner.py | 2 +- opal_security/models/create_group_info.py | 2 +- .../models/create_message_channel_info.py | 2 +- .../models/create_on_call_schedule_info.py | 2 +- opal_security/models/create_owner_info.py | 2 +- .../models/create_request200_response.py | 2 +- .../create_request_configuration_info_list.py | 2 +- opal_security/models/create_request_info.py | 2 +- ...eate_request_info_custom_metadata_inner.py | 2 +- .../create_request_info_groups_inner.py | 2 +- .../create_request_info_resources_inner.py | 2 +- .../create_request_info_support_ticket.py | 2 +- opal_security/models/create_resource_info.py | 2 +- opal_security/models/create_tag_info.py | 2 +- opal_security/models/create_uar_info.py | 2 +- opal_security/models/entity_type_enum.py | 2 +- opal_security/models/event.py | 2 +- opal_security/models/group.py | 2 +- opal_security/models/group_access_level.py | 2 +- opal_security/models/group_binding.py | 2 +- opal_security/models/group_binding_group.py | 2 +- opal_security/models/group_remote_info.py | 2 +- ...roup_remote_info_active_directory_group.py | 2 +- ...remote_info_azure_ad_microsoft365_group.py | 2 +- ...oup_remote_info_azure_ad_security_group.py | 2 +- .../models/group_remote_info_duo_group.py | 2 +- .../models/group_remote_info_github_team.py | 2 +- .../models/group_remote_info_gitlab_group.py | 2 +- .../models/group_remote_info_google_group.py | 2 +- .../models/group_remote_info_ldap_group.py | 2 +- .../models/group_remote_info_okta_group.py | 2 +- opal_security/models/group_resource.py | 2 +- opal_security/models/group_resource_list.py | 2 +- opal_security/models/group_type_enum.py | 3 ++- opal_security/models/group_user.py | 2 +- opal_security/models/group_user_list.py | 2 +- opal_security/models/idp_group_mapping.py | 2 +- .../models/idp_group_mapping_list.py | 2 +- opal_security/models/message_channel.py | 2 +- .../models/message_channel_id_list.py | 2 +- opal_security/models/message_channel_list.py | 2 +- .../models/message_channel_provider_enum.py | 2 +- opal_security/models/on_call_schedule.py | 2 +- .../models/on_call_schedule_id_list.py | 2 +- opal_security/models/on_call_schedule_list.py | 2 +- .../models/on_call_schedule_provider_enum.py | 2 +- opal_security/models/owner.py | 2 +- .../paginated_configuration_template_list.py | 2 +- opal_security/models/paginated_event_list.py | 2 +- .../models/paginated_group_bindings_list.py | 2 +- opal_security/models/paginated_groups_list.py | 2 +- opal_security/models/paginated_owners_list.py | 2 +- .../models/paginated_resources_list.py | 2 +- opal_security/models/paginated_tags_list.py | 2 +- opal_security/models/paginated_uars_list.py | 2 +- opal_security/models/paginated_users_list.py | 2 +- opal_security/models/request.py | 2 +- opal_security/models/request_configuration.py | 2 +- .../models/request_custom_field_response.py | 2 +- ...quest_custom_field_response_field_value.py | 2 +- opal_security/models/request_list.py | 2 +- opal_security/models/request_status_enum.py | 2 +- ...request_template_custom_field_type_enum.py | 2 +- opal_security/models/requested_item.py | 2 +- opal_security/models/resource.py | 2 +- opal_security/models/resource_access_level.py | 2 +- opal_security/models/resource_access_user.py | 2 +- .../models/resource_access_user_list.py | 2 +- opal_security/models/resource_nhi.py | 2 +- opal_security/models/resource_remote_info.py | 2 +- .../resource_remote_info_aws_account.py | 2 +- .../resource_remote_info_aws_ec2_instance.py | 2 +- .../resource_remote_info_aws_eks_cluster.py | 2 +- .../resource_remote_info_aws_iam_role.py | 2 +- ...resource_remote_info_aws_permission_set.py | 2 +- .../resource_remote_info_aws_rds_instance.py | 2 +- ...ource_remote_info_gcp_big_query_dataset.py | 2 +- ...esource_remote_info_gcp_big_query_table.py | 2 +- .../models/resource_remote_info_gcp_bucket.py | 2 +- ...source_remote_info_gcp_compute_instance.py | 2 +- .../models/resource_remote_info_gcp_folder.py | 2 +- .../resource_remote_info_gcp_gke_cluster.py | 2 +- .../resource_remote_info_gcp_organization.py | 2 +- .../resource_remote_info_gcp_project.py | 2 +- ...esource_remote_info_gcp_service_account.py | 2 +- .../resource_remote_info_gcp_sql_instance.py | 2 +- .../resource_remote_info_github_repo.py | 2 +- .../resource_remote_info_gitlab_project.py | 2 +- .../models/resource_remote_info_okta_app.py | 2 +- .../resource_remote_info_okta_custom_role.py | 2 +- ...resource_remote_info_okta_standard_role.py | 2 +- .../resource_remote_info_pagerduty_role.py | 2 +- ...e_remote_info_salesforce_permission_set.py | 2 +- ...resource_remote_info_salesforce_profile.py | 2 +- .../resource_remote_info_salesforce_role.py | 2 +- .../resource_remote_info_teleport_role.py | 2 +- opal_security/models/resource_type_enum.py | 3 ++- opal_security/models/resource_user.py | 2 +- .../models/resource_user_access_status.py | 2 +- .../resource_user_access_status_enum.py | 2 +- .../models/resource_with_access_level.py | 2 +- opal_security/models/reviewer_id_list.py | 2 +- opal_security/models/reviewer_stage.py | 2 +- opal_security/models/reviewer_stage_list.py | 2 +- opal_security/models/risk_sensitivity_enum.py | 2 +- opal_security/models/session.py | 2 +- opal_security/models/sessions_list.py | 2 +- opal_security/models/sub_event.py | 2 +- opal_security/models/tag.py | 2 +- opal_security/models/tag_filter.py | 2 +- opal_security/models/tags_list.py | 2 +- .../ticket_propagation_configuration.py | 2 +- .../models/ticketing_provider_enum.py | 2 +- opal_security/models/uar.py | 2 +- .../uar_reviewer_assignment_policy_enum.py | 2 +- opal_security/models/uar_scope.py | 2 +- .../update_configuration_template_info.py | 2 +- .../models/update_group_binding_info.py | 2 +- .../models/update_group_binding_info_list.py | 2 +- opal_security/models/update_group_info.py | 2 +- .../models/update_group_info_list.py | 2 +- .../models/update_group_resources_info.py | 2 +- .../update_idp_group_mappings_request.py | 2 +- ...p_group_mappings_request_mappings_inner.py | 2 +- opal_security/models/update_owner_info.py | 2 +- .../models/update_owner_info_list.py | 2 +- opal_security/models/update_resource_info.py | 2 +- .../models/update_resource_info_list.py | 2 +- opal_security/models/user.py | 2 +- .../models/user_hr_idp_status_enum.py | 2 +- opal_security/models/user_id_list.py | 2 +- opal_security/models/user_list.py | 2 +- opal_security/models/visibility_info.py | 2 +- opal_security/models/visibility_type_enum.py | 2 +- opal_security/rest.py | 2 +- openapitools.json | 7 ++++++ setup.py | 4 ++-- 178 files changed, 207 insertions(+), 192 deletions(-) create mode 100644 openapitools.json diff --git a/README.md b/README.md index b102c18..4d5d21a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # opal-security -Your Home For Developer Resources. +The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: @@ -175,7 +175,7 @@ Class | Method | HTTP request | Description *GroupsApi* | [**set_group_reviewers**](docs/GroupsApi.md#set_group_reviewers) | **PUT** /groups/{group_id}/reviewers | *GroupsApi* | [**set_group_visibility**](docs/GroupsApi.md#set_group_visibility) | **PUT** /groups/{group_id}/visibility | *GroupsApi* | [**update_groups**](docs/GroupsApi.md#update_groups) | **PUT** /groups | -*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}/ | +*IdpGroupMappingsApi* | [**delete_idp_group_mappings**](docs/IdpGroupMappingsApi.md#delete_idp_group_mappings) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ | *IdpGroupMappingsApi* | [**get_idp_group_mappings**](docs/IdpGroupMappingsApi.md#get_idp_group_mappings) | **GET** /idp-group-mappings/{app_resource_id} | *IdpGroupMappingsApi* | [**update_idp_group_mappings**](docs/IdpGroupMappingsApi.md#update_idp_group_mappings) | **PUT** /idp-group-mappings/{app_resource_id} | *MessageChannelsApi* | [**create_message_channel**](docs/MessageChannelsApi.md#create_message_channel) | **POST** /message-channels | diff --git a/api/openapi.yaml b/api/openapi.yaml index f1c932f..1140595 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -4,7 +4,7 @@ info: email: hello@opal.dev name: Opal Team url: https://www.opal.dev/ - description: Your Home For Developer Resources. + description: The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. title: Opal API version: "1.0" servers: @@ -1188,7 +1188,7 @@ paths: /idp-group-mappings/{app_resource_id}/{group_id}/: delete: description: Deletes an `IdpGroupMapping` object. - operationId: delete_idp_group_mappings_by_app_resource_ID_group_ID + operationId: delete_idp_group_mappings parameters: - description: The ID of the Okta app. example: 4baf8423-db0a-4037-a4cf-f79c60cb67a5 @@ -4523,6 +4523,7 @@ components: - OKTA_GROUP - TAILSCALE_GROUP - OPAL_GROUP + - OPAL_ACCESS_RULE - AZURE_AD_SECURITY_GROUP - AZURE_AD_MICROSOFT_365_GROUP - CONNECTOR_GROUP @@ -4554,6 +4555,7 @@ components: - AZURE_SQL_MANAGED_DATABASE - AZURE_USER_ASSIGNED_MANAGED_Identity - AZURE_ENTRA_ID_ROLE + - AZURE_ENTERPRISE_APP - CUSTOM - CUSTOM_CONNECTOR - GCP_ORGANIZATION diff --git a/docs/GroupTypeEnum.md b/docs/GroupTypeEnum.md index 86a4f1f..67b0dd0 100644 --- a/docs/GroupTypeEnum.md +++ b/docs/GroupTypeEnum.md @@ -26,6 +26,8 @@ The type of the group. * `OPAL_GROUP` (value: `'OPAL_GROUP'`) +* `OPAL_ACCESS_RULE` (value: `'OPAL_ACCESS_RULE'`) + * `AZURE_AD_SECURITY_GROUP` (value: `'AZURE_AD_SECURITY_GROUP'`) * `AZURE_AD_MICROSOFT_365_GROUP` (value: `'AZURE_AD_MICROSOFT_365_GROUP'`) diff --git a/docs/IdpGroupMappingsApi.md b/docs/IdpGroupMappingsApi.md index d0d3fd5..dc5302a 100644 --- a/docs/IdpGroupMappingsApi.md +++ b/docs/IdpGroupMappingsApi.md @@ -4,13 +4,13 @@ All URIs are relative to *https://api.opal.dev/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**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}/ | +[**delete_idp_group_mappings**](IdpGroupMappingsApi.md#delete_idp_group_mappings) | **DELETE** /idp-group-mappings/{app_resource_id}/{group_id}/ | [**get_idp_group_mappings**](IdpGroupMappingsApi.md#get_idp_group_mappings) | **GET** /idp-group-mappings/{app_resource_id} | [**update_idp_group_mappings**](IdpGroupMappingsApi.md#update_idp_group_mappings) | **PUT** /idp-group-mappings/{app_resource_id} | -# **delete_idp_group_mappings_by_app_resource_id_group_id** -> delete_idp_group_mappings_by_app_resource_id_group_id(app_resource_id, group_id) +# **delete_idp_group_mappings** +> delete_idp_group_mappings(app_resource_id, group_id) @@ -51,9 +51,9 @@ with opal_security.ApiClient(configuration) as api_client: group_id = '4baf8423-db0a-4037-a4cf-f79c60cb67a5' # str | The ID of the group. try: - api_instance.delete_idp_group_mappings_by_app_resource_id_group_id(app_resource_id, group_id) + api_instance.delete_idp_group_mappings(app_resource_id, group_id) except Exception as e: - print("Exception when calling IdpGroupMappingsApi->delete_idp_group_mappings_by_app_resource_id_group_id: %s\n" % e) + print("Exception when calling IdpGroupMappingsApi->delete_idp_group_mappings: %s\n" % e) ``` diff --git a/docs/ResourceTypeEnum.md b/docs/ResourceTypeEnum.md index 3d29ef1..ac8a697 100644 --- a/docs/ResourceTypeEnum.md +++ b/docs/ResourceTypeEnum.md @@ -46,6 +46,8 @@ The type of the resource. * `AZURE_ENTRA_ID_ROLE` (value: `'AZURE_ENTRA_ID_ROLE'`) +* `AZURE_ENTERPRISE_APP` (value: `'AZURE_ENTERPRISE_APP'`) + * `CUSTOM` (value: `'CUSTOM'`) * `CUSTOM_CONNECTOR` (value: `'CUSTOM_CONNECTOR'`) diff --git a/opal_security/__init__.py b/opal_security/__init__.py index 561cc0b..b83051c 100644 --- a/opal_security/__init__.py +++ b/opal_security/__init__.py @@ -5,7 +5,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/apps_api.py b/opal_security/api/apps_api.py index f484c8d..03b3bd2 100644 --- a/opal_security/api/apps_api.py +++ b/opal_security/api/apps_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/configuration_templates_api.py b/opal_security/api/configuration_templates_api.py index cfb7059..74c774c 100644 --- a/opal_security/api/configuration_templates_api.py +++ b/opal_security/api/configuration_templates_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/events_api.py b/opal_security/api/events_api.py index c52b7c3..6c56a0b 100644 --- a/opal_security/api/events_api.py +++ b/opal_security/api/events_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/group_bindings_api.py b/opal_security/api/group_bindings_api.py index 30344aa..29e3087 100644 --- a/opal_security/api/group_bindings_api.py +++ b/opal_security/api/group_bindings_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/groups_api.py b/opal_security/api/groups_api.py index bd30e66..1a15e8f 100644 --- a/opal_security/api/groups_api.py +++ b/opal_security/api/groups_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/idp_group_mappings_api.py b/opal_security/api/idp_group_mappings_api.py index c9fc194..b0fcf35 100644 --- a/opal_security/api/idp_group_mappings_api.py +++ b/opal_security/api/idp_group_mappings_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev @@ -41,7 +41,7 @@ def __init__(self, api_client=None) -> None: @validate_call - def delete_idp_group_mappings_by_app_resource_id_group_id( + def delete_idp_group_mappings( self, app_resource_id: Annotated[StrictStr, Field(description="The ID of the Okta app.")], group_id: Annotated[StrictStr, Field(description="The ID of the group.")], @@ -58,7 +58,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> None: - """delete_idp_group_mappings_by_app_resource_id_group_id + """delete_idp_group_mappings Deletes an `IdpGroupMapping` object. @@ -88,7 +88,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id( :return: Returns the result object. """ # noqa: E501 - _param = self._delete_idp_group_mappings_by_app_resource_id_group_id_serialize( + _param = self._delete_idp_group_mappings_serialize( app_resource_id=app_resource_id, group_id=group_id, _request_auth=_request_auth, @@ -112,7 +112,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id( @validate_call - def delete_idp_group_mappings_by_app_resource_id_group_id_with_http_info( + def delete_idp_group_mappings_with_http_info( self, app_resource_id: Annotated[StrictStr, Field(description="The ID of the Okta app.")], group_id: Annotated[StrictStr, Field(description="The ID of the group.")], @@ -129,7 +129,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_with_http_info( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> ApiResponse[None]: - """delete_idp_group_mappings_by_app_resource_id_group_id + """delete_idp_group_mappings Deletes an `IdpGroupMapping` object. @@ -159,7 +159,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_with_http_info( :return: Returns the result object. """ # noqa: E501 - _param = self._delete_idp_group_mappings_by_app_resource_id_group_id_serialize( + _param = self._delete_idp_group_mappings_serialize( app_resource_id=app_resource_id, group_id=group_id, _request_auth=_request_auth, @@ -183,7 +183,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_with_http_info( @validate_call - def delete_idp_group_mappings_by_app_resource_id_group_id_without_preload_content( + def delete_idp_group_mappings_without_preload_content( self, app_resource_id: Annotated[StrictStr, Field(description="The ID of the Okta app.")], group_id: Annotated[StrictStr, Field(description="The ID of the group.")], @@ -200,7 +200,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_without_preload_conten _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """delete_idp_group_mappings_by_app_resource_id_group_id + """delete_idp_group_mappings Deletes an `IdpGroupMapping` object. @@ -230,7 +230,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_without_preload_conten :return: Returns the result object. """ # noqa: E501 - _param = self._delete_idp_group_mappings_by_app_resource_id_group_id_serialize( + _param = self._delete_idp_group_mappings_serialize( app_resource_id=app_resource_id, group_id=group_id, _request_auth=_request_auth, @@ -249,7 +249,7 @@ def delete_idp_group_mappings_by_app_resource_id_group_id_without_preload_conten return response_data.response - def _delete_idp_group_mappings_by_app_resource_id_group_id_serialize( + def _delete_idp_group_mappings_serialize( self, app_resource_id, group_id, diff --git a/opal_security/api/message_channels_api.py b/opal_security/api/message_channels_api.py index 9e7b1f5..2c136a2 100644 --- a/opal_security/api/message_channels_api.py +++ b/opal_security/api/message_channels_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/non_human_identities_api.py b/opal_security/api/non_human_identities_api.py index 05f9035..b5b2d6b 100644 --- a/opal_security/api/non_human_identities_api.py +++ b/opal_security/api/non_human_identities_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/on_call_schedules_api.py b/opal_security/api/on_call_schedules_api.py index d888402..e80addc 100644 --- a/opal_security/api/on_call_schedules_api.py +++ b/opal_security/api/on_call_schedules_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/owners_api.py b/opal_security/api/owners_api.py index c30b119..ad36cdf 100644 --- a/opal_security/api/owners_api.py +++ b/opal_security/api/owners_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/requests_api.py b/opal_security/api/requests_api.py index 0015d36..77868d8 100644 --- a/opal_security/api/requests_api.py +++ b/opal_security/api/requests_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/resources_api.py b/opal_security/api/resources_api.py index e32d729..ec94fca 100644 --- a/opal_security/api/resources_api.py +++ b/opal_security/api/resources_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/sessions_api.py b/opal_security/api/sessions_api.py index d1c9e79..76680bb 100644 --- a/opal_security/api/sessions_api.py +++ b/opal_security/api/sessions_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/tags_api.py b/opal_security/api/tags_api.py index 017b6cc..d7c239a 100644 --- a/opal_security/api/tags_api.py +++ b/opal_security/api/tags_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/uars_api.py b/opal_security/api/uars_api.py index 390cefb..36d22dc 100644 --- a/opal_security/api/uars_api.py +++ b/opal_security/api/uars_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api/users_api.py b/opal_security/api/users_api.py index c47e578..cfe72d4 100644 --- a/opal_security/api/users_api.py +++ b/opal_security/api/users_api.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/api_client.py b/opal_security/api_client.py index cb37f9d..a99efc4 100644 --- a/opal_security/api_client.py +++ b/opal_security/api_client.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/configuration.py b/opal_security/configuration.py index abf5661..f8a4d28 100644 --- a/opal_security/configuration.py +++ b/opal_security/configuration.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/exceptions.py b/opal_security/exceptions.py index 6dfc18e..12f9285 100644 --- a/opal_security/exceptions.py +++ b/opal_security/exceptions.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/__init__.py b/opal_security/models/__init__.py index 9ce99fc..5462a4e 100644 --- a/opal_security/models/__init__.py +++ b/opal_security/models/__init__.py @@ -4,7 +4,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/access.py b/opal_security/models/access.py index 1acfff2..2b0a349 100644 --- a/opal_security/models/access.py +++ b/opal_security/models/access.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/access_list.py b/opal_security/models/access_list.py index 166460b..fc8ecd3 100644 --- a/opal_security/models/access_list.py +++ b/opal_security/models/access_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/add_group_resource_request.py b/opal_security/models/add_group_resource_request.py index d865bb4..77dfb0c 100644 --- a/opal_security/models/add_group_resource_request.py +++ b/opal_security/models/add_group_resource_request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/add_group_user_request.py b/opal_security/models/add_group_user_request.py index f97ea89..aa08920 100644 --- a/opal_security/models/add_group_user_request.py +++ b/opal_security/models/add_group_user_request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/add_resource_nhi_request.py b/opal_security/models/add_resource_nhi_request.py index 5e6fcc1..2a1b55b 100644 --- a/opal_security/models/add_resource_nhi_request.py +++ b/opal_security/models/add_resource_nhi_request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/add_resource_user_request.py b/opal_security/models/add_resource_user_request.py index 426aff8..0d395c4 100644 --- a/opal_security/models/add_resource_user_request.py +++ b/opal_security/models/add_resource_user_request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/app.py b/opal_security/models/app.py index d33becb..484c320 100644 --- a/opal_security/models/app.py +++ b/opal_security/models/app.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/app_type_enum.py b/opal_security/models/app_type_enum.py index 016269a..2db8bb2 100644 --- a/opal_security/models/app_type_enum.py +++ b/opal_security/models/app_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/apps_list.py b/opal_security/models/apps_list.py index 21f6a75..1ee3c01 100644 --- a/opal_security/models/apps_list.py +++ b/opal_security/models/apps_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/aws_permission_set_metadata.py b/opal_security/models/aws_permission_set_metadata.py index ca7a430..87a4f58 100644 --- a/opal_security/models/aws_permission_set_metadata.py +++ b/opal_security/models/aws_permission_set_metadata.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/aws_permission_set_metadata_aws_permission_set.py b/opal_security/models/aws_permission_set_metadata_aws_permission_set.py index e22d883..673a876 100644 --- a/opal_security/models/aws_permission_set_metadata_aws_permission_set.py +++ b/opal_security/models/aws_permission_set_metadata_aws_permission_set.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/condition.py b/opal_security/models/condition.py index 89eae92..ad4c5f4 100644 --- a/opal_security/models/condition.py +++ b/opal_security/models/condition.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/configuration_template.py b/opal_security/models/configuration_template.py index 7799049..dbf0800 100644 --- a/opal_security/models/configuration_template.py +++ b/opal_security/models/configuration_template.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_configuration_template_info.py b/opal_security/models/create_configuration_template_info.py index 0e511ad..2f6f6db 100644 --- a/opal_security/models/create_configuration_template_info.py +++ b/opal_security/models/create_configuration_template_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_group_binding_info.py b/opal_security/models/create_group_binding_info.py index 3475d86..96c52ad 100644 --- a/opal_security/models/create_group_binding_info.py +++ b/opal_security/models/create_group_binding_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_group_binding_info_groups_inner.py b/opal_security/models/create_group_binding_info_groups_inner.py index 0af54a6..867e083 100644 --- a/opal_security/models/create_group_binding_info_groups_inner.py +++ b/opal_security/models/create_group_binding_info_groups_inner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_group_info.py b/opal_security/models/create_group_info.py index 99a03ea..4b96429 100644 --- a/opal_security/models/create_group_info.py +++ b/opal_security/models/create_group_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_message_channel_info.py b/opal_security/models/create_message_channel_info.py index a601fb8..97c4421 100644 --- a/opal_security/models/create_message_channel_info.py +++ b/opal_security/models/create_message_channel_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_on_call_schedule_info.py b/opal_security/models/create_on_call_schedule_info.py index af7774d..0b054e6 100644 --- a/opal_security/models/create_on_call_schedule_info.py +++ b/opal_security/models/create_on_call_schedule_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_owner_info.py b/opal_security/models/create_owner_info.py index 9f8f37f..a73864d 100644 --- a/opal_security/models/create_owner_info.py +++ b/opal_security/models/create_owner_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request200_response.py b/opal_security/models/create_request200_response.py index a3e6316..617f033 100644 --- a/opal_security/models/create_request200_response.py +++ b/opal_security/models/create_request200_response.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_configuration_info_list.py b/opal_security/models/create_request_configuration_info_list.py index b30c192..abc1e33 100644 --- a/opal_security/models/create_request_configuration_info_list.py +++ b/opal_security/models/create_request_configuration_info_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_info.py b/opal_security/models/create_request_info.py index c5eda4f..efe815e 100644 --- a/opal_security/models/create_request_info.py +++ b/opal_security/models/create_request_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_info_custom_metadata_inner.py b/opal_security/models/create_request_info_custom_metadata_inner.py index 2d3bf80..a233b28 100644 --- a/opal_security/models/create_request_info_custom_metadata_inner.py +++ b/opal_security/models/create_request_info_custom_metadata_inner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_info_groups_inner.py b/opal_security/models/create_request_info_groups_inner.py index fc4f126..ce39a98 100644 --- a/opal_security/models/create_request_info_groups_inner.py +++ b/opal_security/models/create_request_info_groups_inner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_info_resources_inner.py b/opal_security/models/create_request_info_resources_inner.py index 3f7b962..b992781 100644 --- a/opal_security/models/create_request_info_resources_inner.py +++ b/opal_security/models/create_request_info_resources_inner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_request_info_support_ticket.py b/opal_security/models/create_request_info_support_ticket.py index e7efdde..cb43d14 100644 --- a/opal_security/models/create_request_info_support_ticket.py +++ b/opal_security/models/create_request_info_support_ticket.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_resource_info.py b/opal_security/models/create_resource_info.py index e498ea6..e96efd5 100644 --- a/opal_security/models/create_resource_info.py +++ b/opal_security/models/create_resource_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_tag_info.py b/opal_security/models/create_tag_info.py index 175b3be..d6e5395 100644 --- a/opal_security/models/create_tag_info.py +++ b/opal_security/models/create_tag_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/create_uar_info.py b/opal_security/models/create_uar_info.py index 77cba71..421704e 100644 --- a/opal_security/models/create_uar_info.py +++ b/opal_security/models/create_uar_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/entity_type_enum.py b/opal_security/models/entity_type_enum.py index bc53566..ded8fca 100644 --- a/opal_security/models/entity_type_enum.py +++ b/opal_security/models/entity_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/event.py b/opal_security/models/event.py index 4098c69..9b4924b 100644 --- a/opal_security/models/event.py +++ b/opal_security/models/event.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group.py b/opal_security/models/group.py index fa7008f..c35fe96 100644 --- a/opal_security/models/group.py +++ b/opal_security/models/group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_access_level.py b/opal_security/models/group_access_level.py index b22854c..2ea1afc 100644 --- a/opal_security/models/group_access_level.py +++ b/opal_security/models/group_access_level.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_binding.py b/opal_security/models/group_binding.py index ecd20fb..b52049c 100644 --- a/opal_security/models/group_binding.py +++ b/opal_security/models/group_binding.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_binding_group.py b/opal_security/models/group_binding_group.py index 0d793fc..3ec3eba 100644 --- a/opal_security/models/group_binding_group.py +++ b/opal_security/models/group_binding_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info.py b/opal_security/models/group_remote_info.py index 920715d..bda537b 100644 --- a/opal_security/models/group_remote_info.py +++ b/opal_security/models/group_remote_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_active_directory_group.py b/opal_security/models/group_remote_info_active_directory_group.py index 43e3736..96f7a2d 100644 --- a/opal_security/models/group_remote_info_active_directory_group.py +++ b/opal_security/models/group_remote_info_active_directory_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_azure_ad_microsoft365_group.py b/opal_security/models/group_remote_info_azure_ad_microsoft365_group.py index fdc3750..de12fb6 100644 --- a/opal_security/models/group_remote_info_azure_ad_microsoft365_group.py +++ b/opal_security/models/group_remote_info_azure_ad_microsoft365_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_azure_ad_security_group.py b/opal_security/models/group_remote_info_azure_ad_security_group.py index 287b2bb..6d03c82 100644 --- a/opal_security/models/group_remote_info_azure_ad_security_group.py +++ b/opal_security/models/group_remote_info_azure_ad_security_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_duo_group.py b/opal_security/models/group_remote_info_duo_group.py index 8469055..b982b9b 100644 --- a/opal_security/models/group_remote_info_duo_group.py +++ b/opal_security/models/group_remote_info_duo_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_github_team.py b/opal_security/models/group_remote_info_github_team.py index c1c6f7d..47570c3 100644 --- a/opal_security/models/group_remote_info_github_team.py +++ b/opal_security/models/group_remote_info_github_team.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_gitlab_group.py b/opal_security/models/group_remote_info_gitlab_group.py index 7e8e1cd..5c506c4 100644 --- a/opal_security/models/group_remote_info_gitlab_group.py +++ b/opal_security/models/group_remote_info_gitlab_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_google_group.py b/opal_security/models/group_remote_info_google_group.py index 22629f2..bd9191f 100644 --- a/opal_security/models/group_remote_info_google_group.py +++ b/opal_security/models/group_remote_info_google_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_ldap_group.py b/opal_security/models/group_remote_info_ldap_group.py index 290a72f..e699bdd 100644 --- a/opal_security/models/group_remote_info_ldap_group.py +++ b/opal_security/models/group_remote_info_ldap_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_remote_info_okta_group.py b/opal_security/models/group_remote_info_okta_group.py index c2936ca..ca55c90 100644 --- a/opal_security/models/group_remote_info_okta_group.py +++ b/opal_security/models/group_remote_info_okta_group.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_resource.py b/opal_security/models/group_resource.py index cd5e7f7..bbcebe9 100644 --- a/opal_security/models/group_resource.py +++ b/opal_security/models/group_resource.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_resource_list.py b/opal_security/models/group_resource_list.py index 87048df..0ae51f1 100644 --- a/opal_security/models/group_resource_list.py +++ b/opal_security/models/group_resource_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_type_enum.py b/opal_security/models/group_type_enum.py index c62c9a8..d994f6c 100644 --- a/opal_security/models/group_type_enum.py +++ b/opal_security/models/group_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev @@ -38,6 +38,7 @@ class GroupTypeEnum(str, Enum): OKTA_GROUP = 'OKTA_GROUP' TAILSCALE_GROUP = 'TAILSCALE_GROUP' OPAL_GROUP = 'OPAL_GROUP' + OPAL_ACCESS_RULE = 'OPAL_ACCESS_RULE' AZURE_AD_SECURITY_GROUP = 'AZURE_AD_SECURITY_GROUP' AZURE_AD_MICROSOFT_365_GROUP = 'AZURE_AD_MICROSOFT_365_GROUP' CONNECTOR_GROUP = 'CONNECTOR_GROUP' diff --git a/opal_security/models/group_user.py b/opal_security/models/group_user.py index 04f5036..5cf7ec5 100644 --- a/opal_security/models/group_user.py +++ b/opal_security/models/group_user.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/group_user_list.py b/opal_security/models/group_user_list.py index 2e3cac2..95455a4 100644 --- a/opal_security/models/group_user_list.py +++ b/opal_security/models/group_user_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/idp_group_mapping.py b/opal_security/models/idp_group_mapping.py index 4f581f9..55b7d6f 100644 --- a/opal_security/models/idp_group_mapping.py +++ b/opal_security/models/idp_group_mapping.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/idp_group_mapping_list.py b/opal_security/models/idp_group_mapping_list.py index abecc31..8ebb702 100644 --- a/opal_security/models/idp_group_mapping_list.py +++ b/opal_security/models/idp_group_mapping_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/message_channel.py b/opal_security/models/message_channel.py index cb53c4d..3690497 100644 --- a/opal_security/models/message_channel.py +++ b/opal_security/models/message_channel.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/message_channel_id_list.py b/opal_security/models/message_channel_id_list.py index 5658eba..8a33434 100644 --- a/opal_security/models/message_channel_id_list.py +++ b/opal_security/models/message_channel_id_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/message_channel_list.py b/opal_security/models/message_channel_list.py index b7b89a1..672f0eb 100644 --- a/opal_security/models/message_channel_list.py +++ b/opal_security/models/message_channel_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/message_channel_provider_enum.py b/opal_security/models/message_channel_provider_enum.py index 1148492..84dabb2 100644 --- a/opal_security/models/message_channel_provider_enum.py +++ b/opal_security/models/message_channel_provider_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/on_call_schedule.py b/opal_security/models/on_call_schedule.py index e2b507e..088f7ca 100644 --- a/opal_security/models/on_call_schedule.py +++ b/opal_security/models/on_call_schedule.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/on_call_schedule_id_list.py b/opal_security/models/on_call_schedule_id_list.py index 34257ab..cf09868 100644 --- a/opal_security/models/on_call_schedule_id_list.py +++ b/opal_security/models/on_call_schedule_id_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/on_call_schedule_list.py b/opal_security/models/on_call_schedule_list.py index 6c7dfb9..0b991f3 100644 --- a/opal_security/models/on_call_schedule_list.py +++ b/opal_security/models/on_call_schedule_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/on_call_schedule_provider_enum.py b/opal_security/models/on_call_schedule_provider_enum.py index 630b60d..8b81826 100644 --- a/opal_security/models/on_call_schedule_provider_enum.py +++ b/opal_security/models/on_call_schedule_provider_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/owner.py b/opal_security/models/owner.py index c173a52..c5e33e0 100644 --- a/opal_security/models/owner.py +++ b/opal_security/models/owner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_configuration_template_list.py b/opal_security/models/paginated_configuration_template_list.py index c0264a7..97fee57 100644 --- a/opal_security/models/paginated_configuration_template_list.py +++ b/opal_security/models/paginated_configuration_template_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_event_list.py b/opal_security/models/paginated_event_list.py index 665d48b..b1298c1 100644 --- a/opal_security/models/paginated_event_list.py +++ b/opal_security/models/paginated_event_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_group_bindings_list.py b/opal_security/models/paginated_group_bindings_list.py index 439d6eb..4c73567 100644 --- a/opal_security/models/paginated_group_bindings_list.py +++ b/opal_security/models/paginated_group_bindings_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_groups_list.py b/opal_security/models/paginated_groups_list.py index f0f81e9..456615d 100644 --- a/opal_security/models/paginated_groups_list.py +++ b/opal_security/models/paginated_groups_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_owners_list.py b/opal_security/models/paginated_owners_list.py index 5297b75..ac086c1 100644 --- a/opal_security/models/paginated_owners_list.py +++ b/opal_security/models/paginated_owners_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_resources_list.py b/opal_security/models/paginated_resources_list.py index d05e7d1..c87f980 100644 --- a/opal_security/models/paginated_resources_list.py +++ b/opal_security/models/paginated_resources_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_tags_list.py b/opal_security/models/paginated_tags_list.py index 6371087..a3e0512 100644 --- a/opal_security/models/paginated_tags_list.py +++ b/opal_security/models/paginated_tags_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_uars_list.py b/opal_security/models/paginated_uars_list.py index 69ccae5..ec2473b 100644 --- a/opal_security/models/paginated_uars_list.py +++ b/opal_security/models/paginated_uars_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/paginated_users_list.py b/opal_security/models/paginated_users_list.py index 414263c..8bc16d8 100644 --- a/opal_security/models/paginated_users_list.py +++ b/opal_security/models/paginated_users_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request.py b/opal_security/models/request.py index c6c9369..21292e8 100644 --- a/opal_security/models/request.py +++ b/opal_security/models/request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_configuration.py b/opal_security/models/request_configuration.py index 5520418..7829824 100644 --- a/opal_security/models/request_configuration.py +++ b/opal_security/models/request_configuration.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_custom_field_response.py b/opal_security/models/request_custom_field_response.py index 0a2b842..a15c1cd 100644 --- a/opal_security/models/request_custom_field_response.py +++ b/opal_security/models/request_custom_field_response.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_custom_field_response_field_value.py b/opal_security/models/request_custom_field_response_field_value.py index 3a6958e..b9235d4 100644 --- a/opal_security/models/request_custom_field_response_field_value.py +++ b/opal_security/models/request_custom_field_response_field_value.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_list.py b/opal_security/models/request_list.py index 03a06c6..d3e9cbb 100644 --- a/opal_security/models/request_list.py +++ b/opal_security/models/request_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_status_enum.py b/opal_security/models/request_status_enum.py index efca42c..83ed8ac 100644 --- a/opal_security/models/request_status_enum.py +++ b/opal_security/models/request_status_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/request_template_custom_field_type_enum.py b/opal_security/models/request_template_custom_field_type_enum.py index 3dc9fd8..e0a1fc6 100644 --- a/opal_security/models/request_template_custom_field_type_enum.py +++ b/opal_security/models/request_template_custom_field_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/requested_item.py b/opal_security/models/requested_item.py index bcf96ab..4d9814a 100644 --- a/opal_security/models/requested_item.py +++ b/opal_security/models/requested_item.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource.py b/opal_security/models/resource.py index 862c521..0756992 100644 --- a/opal_security/models/resource.py +++ b/opal_security/models/resource.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_access_level.py b/opal_security/models/resource_access_level.py index b4edd4d..25b66d7 100644 --- a/opal_security/models/resource_access_level.py +++ b/opal_security/models/resource_access_level.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_access_user.py b/opal_security/models/resource_access_user.py index babe9e4..5b3e579 100644 --- a/opal_security/models/resource_access_user.py +++ b/opal_security/models/resource_access_user.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_access_user_list.py b/opal_security/models/resource_access_user_list.py index 2fa075f..e57541f 100644 --- a/opal_security/models/resource_access_user_list.py +++ b/opal_security/models/resource_access_user_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_nhi.py b/opal_security/models/resource_nhi.py index 72310b5..14a9813 100644 --- a/opal_security/models/resource_nhi.py +++ b/opal_security/models/resource_nhi.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info.py b/opal_security/models/resource_remote_info.py index 772c042..733e918 100644 --- a/opal_security/models/resource_remote_info.py +++ b/opal_security/models/resource_remote_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_account.py b/opal_security/models/resource_remote_info_aws_account.py index 1ae10d2..daf948b 100644 --- a/opal_security/models/resource_remote_info_aws_account.py +++ b/opal_security/models/resource_remote_info_aws_account.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_ec2_instance.py b/opal_security/models/resource_remote_info_aws_ec2_instance.py index 6fbdb33..5b16e38 100644 --- a/opal_security/models/resource_remote_info_aws_ec2_instance.py +++ b/opal_security/models/resource_remote_info_aws_ec2_instance.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_eks_cluster.py b/opal_security/models/resource_remote_info_aws_eks_cluster.py index 827b457..fdd1aa1 100644 --- a/opal_security/models/resource_remote_info_aws_eks_cluster.py +++ b/opal_security/models/resource_remote_info_aws_eks_cluster.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_iam_role.py b/opal_security/models/resource_remote_info_aws_iam_role.py index 0e69be0..4ea53ac 100644 --- a/opal_security/models/resource_remote_info_aws_iam_role.py +++ b/opal_security/models/resource_remote_info_aws_iam_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_permission_set.py b/opal_security/models/resource_remote_info_aws_permission_set.py index 152ab24..e7d7597 100644 --- a/opal_security/models/resource_remote_info_aws_permission_set.py +++ b/opal_security/models/resource_remote_info_aws_permission_set.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_aws_rds_instance.py b/opal_security/models/resource_remote_info_aws_rds_instance.py index 5d7ed90..533eed1 100644 --- a/opal_security/models/resource_remote_info_aws_rds_instance.py +++ b/opal_security/models/resource_remote_info_aws_rds_instance.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_big_query_dataset.py b/opal_security/models/resource_remote_info_gcp_big_query_dataset.py index 8ef255a..aaa50df 100644 --- a/opal_security/models/resource_remote_info_gcp_big_query_dataset.py +++ b/opal_security/models/resource_remote_info_gcp_big_query_dataset.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_big_query_table.py b/opal_security/models/resource_remote_info_gcp_big_query_table.py index 590ea5f..20e546c 100644 --- a/opal_security/models/resource_remote_info_gcp_big_query_table.py +++ b/opal_security/models/resource_remote_info_gcp_big_query_table.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_bucket.py b/opal_security/models/resource_remote_info_gcp_bucket.py index 93fd16a..ceae234 100644 --- a/opal_security/models/resource_remote_info_gcp_bucket.py +++ b/opal_security/models/resource_remote_info_gcp_bucket.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_compute_instance.py b/opal_security/models/resource_remote_info_gcp_compute_instance.py index 24d6dc0..90fcf20 100644 --- a/opal_security/models/resource_remote_info_gcp_compute_instance.py +++ b/opal_security/models/resource_remote_info_gcp_compute_instance.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_folder.py b/opal_security/models/resource_remote_info_gcp_folder.py index cb3da27..e2741d2 100644 --- a/opal_security/models/resource_remote_info_gcp_folder.py +++ b/opal_security/models/resource_remote_info_gcp_folder.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_gke_cluster.py b/opal_security/models/resource_remote_info_gcp_gke_cluster.py index c71dddd..a374b64 100644 --- a/opal_security/models/resource_remote_info_gcp_gke_cluster.py +++ b/opal_security/models/resource_remote_info_gcp_gke_cluster.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_organization.py b/opal_security/models/resource_remote_info_gcp_organization.py index 578bd48..0d70c41 100644 --- a/opal_security/models/resource_remote_info_gcp_organization.py +++ b/opal_security/models/resource_remote_info_gcp_organization.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_project.py b/opal_security/models/resource_remote_info_gcp_project.py index 5732d62..75339b5 100644 --- a/opal_security/models/resource_remote_info_gcp_project.py +++ b/opal_security/models/resource_remote_info_gcp_project.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_service_account.py b/opal_security/models/resource_remote_info_gcp_service_account.py index 9a62688..fe874e1 100644 --- a/opal_security/models/resource_remote_info_gcp_service_account.py +++ b/opal_security/models/resource_remote_info_gcp_service_account.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gcp_sql_instance.py b/opal_security/models/resource_remote_info_gcp_sql_instance.py index d86ed9b..52146d1 100644 --- a/opal_security/models/resource_remote_info_gcp_sql_instance.py +++ b/opal_security/models/resource_remote_info_gcp_sql_instance.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_github_repo.py b/opal_security/models/resource_remote_info_github_repo.py index a25d568..2c600c9 100644 --- a/opal_security/models/resource_remote_info_github_repo.py +++ b/opal_security/models/resource_remote_info_github_repo.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_gitlab_project.py b/opal_security/models/resource_remote_info_gitlab_project.py index 78019de..e4a850e 100644 --- a/opal_security/models/resource_remote_info_gitlab_project.py +++ b/opal_security/models/resource_remote_info_gitlab_project.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_okta_app.py b/opal_security/models/resource_remote_info_okta_app.py index 9387839..f65c9c1 100644 --- a/opal_security/models/resource_remote_info_okta_app.py +++ b/opal_security/models/resource_remote_info_okta_app.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_okta_custom_role.py b/opal_security/models/resource_remote_info_okta_custom_role.py index d6609d9..1d401f3 100644 --- a/opal_security/models/resource_remote_info_okta_custom_role.py +++ b/opal_security/models/resource_remote_info_okta_custom_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_okta_standard_role.py b/opal_security/models/resource_remote_info_okta_standard_role.py index 14e2146..814c3ca 100644 --- a/opal_security/models/resource_remote_info_okta_standard_role.py +++ b/opal_security/models/resource_remote_info_okta_standard_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_pagerduty_role.py b/opal_security/models/resource_remote_info_pagerduty_role.py index 74bc7b7..de9633b 100644 --- a/opal_security/models/resource_remote_info_pagerduty_role.py +++ b/opal_security/models/resource_remote_info_pagerduty_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_salesforce_permission_set.py b/opal_security/models/resource_remote_info_salesforce_permission_set.py index fdfb694..5423b86 100644 --- a/opal_security/models/resource_remote_info_salesforce_permission_set.py +++ b/opal_security/models/resource_remote_info_salesforce_permission_set.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_salesforce_profile.py b/opal_security/models/resource_remote_info_salesforce_profile.py index 876a491..3f02c26 100644 --- a/opal_security/models/resource_remote_info_salesforce_profile.py +++ b/opal_security/models/resource_remote_info_salesforce_profile.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_salesforce_role.py b/opal_security/models/resource_remote_info_salesforce_role.py index 9dbb81b..4fb6770 100644 --- a/opal_security/models/resource_remote_info_salesforce_role.py +++ b/opal_security/models/resource_remote_info_salesforce_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_remote_info_teleport_role.py b/opal_security/models/resource_remote_info_teleport_role.py index f25bad9..1d9335a 100644 --- a/opal_security/models/resource_remote_info_teleport_role.py +++ b/opal_security/models/resource_remote_info_teleport_role.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_type_enum.py b/opal_security/models/resource_type_enum.py index a671a0c..6341c3c 100644 --- a/opal_security/models/resource_type_enum.py +++ b/opal_security/models/resource_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev @@ -48,6 +48,7 @@ class ResourceTypeEnum(str, Enum): AZURE_SQL_MANAGED_DATABASE = 'AZURE_SQL_MANAGED_DATABASE' AZURE_USER_ASSIGNED_MANAGED_IDENTITY = 'AZURE_USER_ASSIGNED_MANAGED_Identity' AZURE_ENTRA_ID_ROLE = 'AZURE_ENTRA_ID_ROLE' + AZURE_ENTERPRISE_APP = 'AZURE_ENTERPRISE_APP' CUSTOM = 'CUSTOM' CUSTOM_CONNECTOR = 'CUSTOM_CONNECTOR' GCP_ORGANIZATION = 'GCP_ORGANIZATION' diff --git a/opal_security/models/resource_user.py b/opal_security/models/resource_user.py index bf4e868..058cf5a 100644 --- a/opal_security/models/resource_user.py +++ b/opal_security/models/resource_user.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_user_access_status.py b/opal_security/models/resource_user_access_status.py index b6e8723..28d7851 100644 --- a/opal_security/models/resource_user_access_status.py +++ b/opal_security/models/resource_user_access_status.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_user_access_status_enum.py b/opal_security/models/resource_user_access_status_enum.py index 2c2b3ca..51b669a 100644 --- a/opal_security/models/resource_user_access_status_enum.py +++ b/opal_security/models/resource_user_access_status_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/resource_with_access_level.py b/opal_security/models/resource_with_access_level.py index 3e7d548..69a933f 100644 --- a/opal_security/models/resource_with_access_level.py +++ b/opal_security/models/resource_with_access_level.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/reviewer_id_list.py b/opal_security/models/reviewer_id_list.py index 7ae60ae..53e0eb2 100644 --- a/opal_security/models/reviewer_id_list.py +++ b/opal_security/models/reviewer_id_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/reviewer_stage.py b/opal_security/models/reviewer_stage.py index 496fcc3..97a7ed9 100644 --- a/opal_security/models/reviewer_stage.py +++ b/opal_security/models/reviewer_stage.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/reviewer_stage_list.py b/opal_security/models/reviewer_stage_list.py index 7132915..2c44484 100644 --- a/opal_security/models/reviewer_stage_list.py +++ b/opal_security/models/reviewer_stage_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/risk_sensitivity_enum.py b/opal_security/models/risk_sensitivity_enum.py index c326699..8271e8b 100644 --- a/opal_security/models/risk_sensitivity_enum.py +++ b/opal_security/models/risk_sensitivity_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/session.py b/opal_security/models/session.py index d624be7..e94daba 100644 --- a/opal_security/models/session.py +++ b/opal_security/models/session.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/sessions_list.py b/opal_security/models/sessions_list.py index 6234f9b..e9f8cca 100644 --- a/opal_security/models/sessions_list.py +++ b/opal_security/models/sessions_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/sub_event.py b/opal_security/models/sub_event.py index 884efd0..c157bf5 100644 --- a/opal_security/models/sub_event.py +++ b/opal_security/models/sub_event.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/tag.py b/opal_security/models/tag.py index b62f45d..3aca3db 100644 --- a/opal_security/models/tag.py +++ b/opal_security/models/tag.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/tag_filter.py b/opal_security/models/tag_filter.py index 13834e1..45ac6d4 100644 --- a/opal_security/models/tag_filter.py +++ b/opal_security/models/tag_filter.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/tags_list.py b/opal_security/models/tags_list.py index 516b85f..a764283 100644 --- a/opal_security/models/tags_list.py +++ b/opal_security/models/tags_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/ticket_propagation_configuration.py b/opal_security/models/ticket_propagation_configuration.py index 4f93135..95ebe7e 100644 --- a/opal_security/models/ticket_propagation_configuration.py +++ b/opal_security/models/ticket_propagation_configuration.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/ticketing_provider_enum.py b/opal_security/models/ticketing_provider_enum.py index 3b951b2..d8381ab 100644 --- a/opal_security/models/ticketing_provider_enum.py +++ b/opal_security/models/ticketing_provider_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/uar.py b/opal_security/models/uar.py index 41acc91..223cbc3 100644 --- a/opal_security/models/uar.py +++ b/opal_security/models/uar.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/uar_reviewer_assignment_policy_enum.py b/opal_security/models/uar_reviewer_assignment_policy_enum.py index 0a3ee0d..9775ad2 100644 --- a/opal_security/models/uar_reviewer_assignment_policy_enum.py +++ b/opal_security/models/uar_reviewer_assignment_policy_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/uar_scope.py b/opal_security/models/uar_scope.py index 563f9dc..efe3c08 100644 --- a/opal_security/models/uar_scope.py +++ b/opal_security/models/uar_scope.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_configuration_template_info.py b/opal_security/models/update_configuration_template_info.py index 7e56184..a242f4e 100644 --- a/opal_security/models/update_configuration_template_info.py +++ b/opal_security/models/update_configuration_template_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_group_binding_info.py b/opal_security/models/update_group_binding_info.py index d36a1de..e96e883 100644 --- a/opal_security/models/update_group_binding_info.py +++ b/opal_security/models/update_group_binding_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_group_binding_info_list.py b/opal_security/models/update_group_binding_info_list.py index a4ee61d..0d1650d 100644 --- a/opal_security/models/update_group_binding_info_list.py +++ b/opal_security/models/update_group_binding_info_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_group_info.py b/opal_security/models/update_group_info.py index 9662764..e55061e 100644 --- a/opal_security/models/update_group_info.py +++ b/opal_security/models/update_group_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_group_info_list.py b/opal_security/models/update_group_info_list.py index 43d7e37..cbc71a7 100644 --- a/opal_security/models/update_group_info_list.py +++ b/opal_security/models/update_group_info_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_group_resources_info.py b/opal_security/models/update_group_resources_info.py index 818764e..004deae 100644 --- a/opal_security/models/update_group_resources_info.py +++ b/opal_security/models/update_group_resources_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_idp_group_mappings_request.py b/opal_security/models/update_idp_group_mappings_request.py index d487835..9038ae8 100644 --- a/opal_security/models/update_idp_group_mappings_request.py +++ b/opal_security/models/update_idp_group_mappings_request.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_idp_group_mappings_request_mappings_inner.py b/opal_security/models/update_idp_group_mappings_request_mappings_inner.py index c43b4a3..7c9fd2e 100644 --- a/opal_security/models/update_idp_group_mappings_request_mappings_inner.py +++ b/opal_security/models/update_idp_group_mappings_request_mappings_inner.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_owner_info.py b/opal_security/models/update_owner_info.py index 8e67152..dff1219 100644 --- a/opal_security/models/update_owner_info.py +++ b/opal_security/models/update_owner_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_owner_info_list.py b/opal_security/models/update_owner_info_list.py index 1a93084..62effc8 100644 --- a/opal_security/models/update_owner_info_list.py +++ b/opal_security/models/update_owner_info_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_resource_info.py b/opal_security/models/update_resource_info.py index c20bdef..ea692d4 100644 --- a/opal_security/models/update_resource_info.py +++ b/opal_security/models/update_resource_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/update_resource_info_list.py b/opal_security/models/update_resource_info_list.py index 8819746..e2714c4 100644 --- a/opal_security/models/update_resource_info_list.py +++ b/opal_security/models/update_resource_info_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/user.py b/opal_security/models/user.py index 2ff008e..39eca87 100644 --- a/opal_security/models/user.py +++ b/opal_security/models/user.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/user_hr_idp_status_enum.py b/opal_security/models/user_hr_idp_status_enum.py index 5fbf240..948efd1 100644 --- a/opal_security/models/user_hr_idp_status_enum.py +++ b/opal_security/models/user_hr_idp_status_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/user_id_list.py b/opal_security/models/user_id_list.py index 01e36c4..b862ee7 100644 --- a/opal_security/models/user_id_list.py +++ b/opal_security/models/user_id_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/user_list.py b/opal_security/models/user_list.py index 4fb2096..eaa3c8d 100644 --- a/opal_security/models/user_list.py +++ b/opal_security/models/user_list.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/visibility_info.py b/opal_security/models/visibility_info.py index 0a4ef5f..1c8e11c 100644 --- a/opal_security/models/visibility_info.py +++ b/opal_security/models/visibility_info.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/models/visibility_type_enum.py b/opal_security/models/visibility_type_enum.py index fb6537b..70d62a2 100644 --- a/opal_security/models/visibility_type_enum.py +++ b/opal_security/models/visibility_type_enum.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/opal_security/rest.py b/opal_security/rest.py index c728ccf..34aa2ca 100644 --- a/opal_security/rest.py +++ b/opal_security/rest.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev diff --git a/openapitools.json b/openapitools.json new file mode 100644 index 0000000..f8d07ce --- /dev/null +++ b/openapitools.json @@ -0,0 +1,7 @@ +{ + "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", + "spaces": 2, + "generator-cli": { + "version": "7.10.0" + } +} diff --git a/setup.py b/setup.py index ea6ce87..2ea68f0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ Opal API - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. The version of the OpenAPI document: 1.0 Contact: hello@opal.dev @@ -44,7 +44,7 @@ setup_requires=['setuptools_scm'], long_description_content_type='text/markdown', long_description="""\ - Your Home For Developer Resources. + The Opal API is a RESTful API that allows you to interact with the Opal Security platform programmatically. """, # noqa: E501 package_data={"opal_security": ["py.typed"]}, )