Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akeyless-ci committed Jun 17, 2024
1 parent e5d8dac commit c8a00e9
Show file tree
Hide file tree
Showing 135 changed files with 14,540 additions and 586 deletions.
46 changes: 45 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The purpose of this application is to provide access to Akeyless API.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0
- Package version: 4.0.0
- Package version: 4.1.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [http://akeyless.io](http://akeyless.io)

Expand Down Expand Up @@ -121,6 +121,7 @@ Class | Method | HTTP request | Description
*V2Api* | [**create_global_sign_target**](docs/V2Api.md#create_global_sign_target) | **POST** /create-globalsign-target |
*V2Api* | [**create_godaddy_target**](docs/V2Api.md#create_godaddy_target) | **POST** /create-godaddy-target |
*V2Api* | [**create_group**](docs/V2Api.md#create_group) | **POST** /create-group |
*V2Api* | [**create_hashi_vault_target**](docs/V2Api.md#create_hashi_vault_target) | **POST** /create-hashi-vault-target |
*V2Api* | [**create_key**](docs/V2Api.md#create_key) | **POST** /create-key |
*V2Api* | [**create_linked_target**](docs/V2Api.md#create_linked_target) | **POST** /create-linked-target |
*V2Api* | [**create_native_k8_s_target**](docs/V2Api.md#create_native_k8_s_target) | **POST** /create-k8s-target |
Expand Down Expand Up @@ -280,12 +281,16 @@ Class | Method | HTTP request | Description
*V2Api* | [**gateway_delete_producer**](docs/V2Api.md#gateway_delete_producer) | **POST** /gateway-delete-producer |
*V2Api* | [**gateway_download_customer_fragments**](docs/V2Api.md#gateway_download_customer_fragments) | **POST** /gateway-download-customer-fragments |
*V2Api* | [**gateway_get_allowed_access**](docs/V2Api.md#gateway_get_allowed_access) | **POST** /gateway-get-allowed-access |
*V2Api* | [**gateway_get_cache**](docs/V2Api.md#gateway_get_cache) | **POST** /gateway-get-cache |
*V2Api* | [**gateway_get_config**](docs/V2Api.md#gateway_get_config) | **POST** /gateway-get-config |
*V2Api* | [**gateway_get_defaults**](docs/V2Api.md#gateway_get_defaults) | **POST** /gateway-get-defaults |
*V2Api* | [**gateway_get_k8_s_auth_config**](docs/V2Api.md#gateway_get_k8_s_auth_config) | **POST** /gateway-get-k8s-auth-config |
*V2Api* | [**gateway_get_ldap_auth_config**](docs/V2Api.md#gateway_get_ldap_auth_config) | **POST** /gateway-get-ldap-auth-config |
*V2Api* | [**gateway_get_log_forwarding**](docs/V2Api.md#gateway_get_log_forwarding) | **POST** /gateway-get-log-forwarding |
*V2Api* | [**gateway_get_migration**](docs/V2Api.md#gateway_get_migration) | **POST** /gateway-get-migration |
*V2Api* | [**gateway_get_producer**](docs/V2Api.md#gateway_get_producer) | **POST** /gateway-get-producer |
*V2Api* | [**gateway_get_tmp_users**](docs/V2Api.md#gateway_get_tmp_users) | **POST** /gateway-get-producer-tmp-creds |
*V2Api* | [**gateway_list_customer_fragments**](docs/V2Api.md#gateway_list_customer_fragments) | **POST** /gateway-list-customer-fragments |
*V2Api* | [**gateway_list_migration**](docs/V2Api.md#gateway_list_migration) | **POST** /gateway-list-migration |
*V2Api* | [**gateway_list_producers**](docs/V2Api.md#gateway_list_producers) | **POST** /gateway-list-producers |
*V2Api* | [**gateway_list_rotated_secrets**](docs/V2Api.md#gateway_list_rotated_secrets) | **POST** /gateway-list-rotated-secrets |
Expand All @@ -296,9 +301,22 @@ Class | Method | HTTP request | Description
*V2Api* | [**gateway_stop_producer**](docs/V2Api.md#gateway_stop_producer) | **POST** /gateway-stop-producer |
*V2Api* | [**gateway_sync_migration**](docs/V2Api.md#gateway_sync_migration) | **POST** /gateway-sync-migration |
*V2Api* | [**gateway_update_allowed_access**](docs/V2Api.md#gateway_update_allowed_access) | **POST** /gateway-update-allowed-access |
*V2Api* | [**gateway_update_cache**](docs/V2Api.md#gateway_update_cache) | **POST** /gateway-update-cache |
*V2Api* | [**gateway_update_defaults**](docs/V2Api.md#gateway_update_defaults) | **POST** /gateway-update-defaults |
*V2Api* | [**gateway_update_item**](docs/V2Api.md#gateway_update_item) | **POST** /gateway-update-item |
*V2Api* | [**gateway_update_k8_s_auth_config**](docs/V2Api.md#gateway_update_k8_s_auth_config) | **POST** /gateway-update-k8s-auth-config |
*V2Api* | [**gateway_update_ldap_auth_config**](docs/V2Api.md#gateway_update_ldap_auth_config) | **POST** /gateway-update-ldap-auth-config |
*V2Api* | [**gateway_update_log_forwarding_aws_s3**](docs/V2Api.md#gateway_update_log_forwarding_aws_s3) | **POST** /gateway-update-log-forwarding-aws-s3 |
*V2Api* | [**gateway_update_log_forwarding_azure_analytics**](docs/V2Api.md#gateway_update_log_forwarding_azure_analytics) | **POST** /gateway-update-log-forwarding-azure-analytics |
*V2Api* | [**gateway_update_log_forwarding_datadog**](docs/V2Api.md#gateway_update_log_forwarding_datadog) | **POST** /gateway-update-log-forwarding-datadog |
*V2Api* | [**gateway_update_log_forwarding_elasticsearch**](docs/V2Api.md#gateway_update_log_forwarding_elasticsearch) | **POST** /gateway-update-log-forwarding-elasticsearch |
*V2Api* | [**gateway_update_log_forwarding_google_chronicle**](docs/V2Api.md#gateway_update_log_forwarding_google_chronicle) | **POST** /gateway-update-log-forwarding-google-chronicle |
*V2Api* | [**gateway_update_log_forwarding_logstash**](docs/V2Api.md#gateway_update_log_forwarding_logstash) | **POST** /gateway-update-log-forwarding-logstash |
*V2Api* | [**gateway_update_log_forwarding_logz_io**](docs/V2Api.md#gateway_update_log_forwarding_logz_io) | **POST** /gateway-update-log-forwarding-logz-io |
*V2Api* | [**gateway_update_log_forwarding_splunk**](docs/V2Api.md#gateway_update_log_forwarding_splunk) | **POST** /gateway-update-log-forwarding-splunk |
*V2Api* | [**gateway_update_log_forwarding_stdout**](docs/V2Api.md#gateway_update_log_forwarding_stdout) | **POST** /gateway-update-log-forwarding-stdout |
*V2Api* | [**gateway_update_log_forwarding_sumologic**](docs/V2Api.md#gateway_update_log_forwarding_sumologic) | **POST** /gateway-update-log-forwarding-sumologic |
*V2Api* | [**gateway_update_log_forwarding_syslog**](docs/V2Api.md#gateway_update_log_forwarding_syslog) | **POST** /gateway-update-log-forwarding-syslog |
*V2Api* | [**gateway_update_migration**](docs/V2Api.md#gateway_update_migration) | **POST** /gateway-update-migration |
*V2Api* | [**gateway_update_producer_artifactory**](docs/V2Api.md#gateway_update_producer_artifactory) | **POST** /gateway-update-producer-artifactory |
*V2Api* | [**gateway_update_producer_aws**](docs/V2Api.md#gateway_update_producer_aws) | **POST** /gateway-update-producer-aws |
Expand Down Expand Up @@ -471,6 +489,7 @@ Class | Method | HTTP request | Description
*V2Api* | [**update_global_sign_target**](docs/V2Api.md#update_global_sign_target) | **POST** /update-globalsign-target |
*V2Api* | [**update_godaddy_target**](docs/V2Api.md#update_godaddy_target) | **POST** /update-godaddy-target |
*V2Api* | [**update_group**](docs/V2Api.md#update_group) | **POST** /update-group |
*V2Api* | [**update_hashi_vault_target**](docs/V2Api.md#update_hashi_vault_target) | **POST** /update-hashi-vault-target |
*V2Api* | [**update_item**](docs/V2Api.md#update_item) | **POST** /update-item |
*V2Api* | [**update_ldap_target**](docs/V2Api.md#update_ldap_target) | **POST** /update-ldap-target |
*V2Api* | [**update_ldap_target_details**](docs/V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details |
Expand Down Expand Up @@ -636,6 +655,8 @@ Class | Method | HTTP request | Description
- [CreateGodaddyTargetOutput](docs/CreateGodaddyTargetOutput.md)
- [CreateGroup](docs/CreateGroup.md)
- [CreateGroupOutput](docs/CreateGroupOutput.md)
- [CreateHashiVaultTarget](docs/CreateHashiVaultTarget.md)
- [CreateHashiVaultTargetOutput](docs/CreateHashiVaultTargetOutput.md)
- [CreateKey](docs/CreateKey.md)
- [CreateKeyOutput](docs/CreateKeyOutput.md)
- [CreateLdapTarget](docs/CreateLdapTarget.md)
Expand Down Expand Up @@ -907,14 +928,19 @@ Class | Method | HTTP request | Description
- [GatewayDownloadCustomerFragments](docs/GatewayDownloadCustomerFragments.md)
- [GatewayDownloadCustomerFragmentsOutput](docs/GatewayDownloadCustomerFragmentsOutput.md)
- [GatewayGetAllowedAccess](docs/GatewayGetAllowedAccess.md)
- [GatewayGetCache](docs/GatewayGetCache.md)
- [GatewayGetConfig](docs/GatewayGetConfig.md)
- [GatewayGetDefaults](docs/GatewayGetDefaults.md)
- [GatewayGetDefaultsOutput](docs/GatewayGetDefaultsOutput.md)
- [GatewayGetK8SAuthConfig](docs/GatewayGetK8SAuthConfig.md)
- [GatewayGetK8SAuthConfigOutput](docs/GatewayGetK8SAuthConfigOutput.md)
- [GatewayGetLdapAuthConfig](docs/GatewayGetLdapAuthConfig.md)
- [GatewayGetLdapAuthConfigOutput](docs/GatewayGetLdapAuthConfigOutput.md)
- [GatewayGetLogForwarding](docs/GatewayGetLogForwarding.md)
- [GatewayGetMigration](docs/GatewayGetMigration.md)
- [GatewayGetProducer](docs/GatewayGetProducer.md)
- [GatewayGetTmpUsers](docs/GatewayGetTmpUsers.md)
- [GatewayListCustomerFragments](docs/GatewayListCustomerFragments.md)
- [GatewayListMigration](docs/GatewayListMigration.md)
- [GatewayListProducers](docs/GatewayListProducers.md)
- [GatewayListRotatedSecrets](docs/GatewayListRotatedSecrets.md)
Expand All @@ -937,13 +963,28 @@ Class | Method | HTTP request | Description
- [GatewayStopProducerOutput](docs/GatewayStopProducerOutput.md)
- [GatewaySyncMigration](docs/GatewaySyncMigration.md)
- [GatewayUpdateAllowedAccess](docs/GatewayUpdateAllowedAccess.md)
- [GatewayUpdateCache](docs/GatewayUpdateCache.md)
- [GatewayUpdateDefaults](docs/GatewayUpdateDefaults.md)
- [GatewayUpdateItem](docs/GatewayUpdateItem.md)
- [GatewayUpdateItemOutput](docs/GatewayUpdateItemOutput.md)
- [GatewayUpdateK8SAuthConfig](docs/GatewayUpdateK8SAuthConfig.md)
- [GatewayUpdateK8SAuthConfigOutput](docs/GatewayUpdateK8SAuthConfigOutput.md)
- [GatewayUpdateLdapAuthConfig](docs/GatewayUpdateLdapAuthConfig.md)
- [GatewayUpdateLdapAuthConfigOutput](docs/GatewayUpdateLdapAuthConfigOutput.md)
- [GatewayUpdateLogForwardingAwsS3](docs/GatewayUpdateLogForwardingAwsS3.md)
- [GatewayUpdateLogForwardingAzureAnalytics](docs/GatewayUpdateLogForwardingAzureAnalytics.md)
- [GatewayUpdateLogForwardingDatadog](docs/GatewayUpdateLogForwardingDatadog.md)
- [GatewayUpdateLogForwardingElasticsearch](docs/GatewayUpdateLogForwardingElasticsearch.md)
- [GatewayUpdateLogForwardingGoogleChronicle](docs/GatewayUpdateLogForwardingGoogleChronicle.md)
- [GatewayUpdateLogForwardingLogstash](docs/GatewayUpdateLogForwardingLogstash.md)
- [GatewayUpdateLogForwardingLogzIo](docs/GatewayUpdateLogForwardingLogzIo.md)
- [GatewayUpdateLogForwardingOutput](docs/GatewayUpdateLogForwardingOutput.md)
- [GatewayUpdateLogForwardingSplunk](docs/GatewayUpdateLogForwardingSplunk.md)
- [GatewayUpdateLogForwardingStdout](docs/GatewayUpdateLogForwardingStdout.md)
- [GatewayUpdateLogForwardingSumologic](docs/GatewayUpdateLogForwardingSumologic.md)
- [GatewayUpdateLogForwardingSyslog](docs/GatewayUpdateLogForwardingSyslog.md)
- [GatewayUpdateMigration](docs/GatewayUpdateMigration.md)
- [GatewayUpdateOutput](docs/GatewayUpdateOutput.md)
- [GatewayUpdateProducerArtifactory](docs/GatewayUpdateProducerArtifactory.md)
- [GatewayUpdateProducerArtifactoryOutput](docs/GatewayUpdateProducerArtifactoryOutput.md)
- [GatewayUpdateProducerAws](docs/GatewayUpdateProducerAws.md)
Expand Down Expand Up @@ -1043,6 +1084,7 @@ Class | Method | HTTP request | Description
- [GwClusterIdentity](docs/GwClusterIdentity.md)
- [HashiMigration](docs/HashiMigration.md)
- [HashiPayload](docs/HashiPayload.md)
- [HashiVaultTargetDetails](docs/HashiVaultTargetDetails.md)
- [Hmac](docs/Hmac.md)
- [HmacOutput](docs/HmacOutput.md)
- [HuaweiAccessRules](docs/HuaweiAccessRules.md)
Expand Down Expand Up @@ -1324,6 +1366,8 @@ Class | Method | HTTP request | Description
- [UpdateGodaddyTargetOutput](docs/UpdateGodaddyTargetOutput.md)
- [UpdateGroup](docs/UpdateGroup.md)
- [UpdateGroupOutput](docs/UpdateGroupOutput.md)
- [UpdateHashiVaultTarget](docs/UpdateHashiVaultTarget.md)
- [UpdateHashiVaultTargetOutput](docs/UpdateHashiVaultTargetOutput.md)
- [UpdateItem](docs/UpdateItem.md)
- [UpdateItemOutput](docs/UpdateItemOutput.md)
- [UpdateLdapTarget](docs/UpdateLdapTarget.md)
Expand Down
27 changes: 26 additions & 1 deletion akeyless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import absolute_import

__version__ = "4.0.0"
__version__ = "4.1.0"

# import apis into sdk package
from akeyless.api.v2_api import V2Api
Expand Down Expand Up @@ -151,6 +151,8 @@
from akeyless.models.create_godaddy_target_output import CreateGodaddyTargetOutput
from akeyless.models.create_group import CreateGroup
from akeyless.models.create_group_output import CreateGroupOutput
from akeyless.models.create_hashi_vault_target import CreateHashiVaultTarget
from akeyless.models.create_hashi_vault_target_output import CreateHashiVaultTargetOutput
from akeyless.models.create_key import CreateKey
from akeyless.models.create_key_output import CreateKeyOutput
from akeyless.models.create_ldap_target import CreateLdapTarget
Expand Down Expand Up @@ -422,14 +424,19 @@
from akeyless.models.gateway_download_customer_fragments import GatewayDownloadCustomerFragments
from akeyless.models.gateway_download_customer_fragments_output import GatewayDownloadCustomerFragmentsOutput
from akeyless.models.gateway_get_allowed_access import GatewayGetAllowedAccess
from akeyless.models.gateway_get_cache import GatewayGetCache
from akeyless.models.gateway_get_config import GatewayGetConfig
from akeyless.models.gateway_get_defaults import GatewayGetDefaults
from akeyless.models.gateway_get_defaults_output import GatewayGetDefaultsOutput
from akeyless.models.gateway_get_k8_s_auth_config import GatewayGetK8SAuthConfig
from akeyless.models.gateway_get_k8_s_auth_config_output import GatewayGetK8SAuthConfigOutput
from akeyless.models.gateway_get_ldap_auth_config import GatewayGetLdapAuthConfig
from akeyless.models.gateway_get_ldap_auth_config_output import GatewayGetLdapAuthConfigOutput
from akeyless.models.gateway_get_log_forwarding import GatewayGetLogForwarding
from akeyless.models.gateway_get_migration import GatewayGetMigration
from akeyless.models.gateway_get_producer import GatewayGetProducer
from akeyless.models.gateway_get_tmp_users import GatewayGetTmpUsers
from akeyless.models.gateway_list_customer_fragments import GatewayListCustomerFragments
from akeyless.models.gateway_list_migration import GatewayListMigration
from akeyless.models.gateway_list_producers import GatewayListProducers
from akeyless.models.gateway_list_rotated_secrets import GatewayListRotatedSecrets
Expand All @@ -452,13 +459,28 @@
from akeyless.models.gateway_stop_producer_output import GatewayStopProducerOutput
from akeyless.models.gateway_sync_migration import GatewaySyncMigration
from akeyless.models.gateway_update_allowed_access import GatewayUpdateAllowedAccess
from akeyless.models.gateway_update_cache import GatewayUpdateCache
from akeyless.models.gateway_update_defaults import GatewayUpdateDefaults
from akeyless.models.gateway_update_item import GatewayUpdateItem
from akeyless.models.gateway_update_item_output import GatewayUpdateItemOutput
from akeyless.models.gateway_update_k8_s_auth_config import GatewayUpdateK8SAuthConfig
from akeyless.models.gateway_update_k8_s_auth_config_output import GatewayUpdateK8SAuthConfigOutput
from akeyless.models.gateway_update_ldap_auth_config import GatewayUpdateLdapAuthConfig
from akeyless.models.gateway_update_ldap_auth_config_output import GatewayUpdateLdapAuthConfigOutput
from akeyless.models.gateway_update_log_forwarding_aws_s3 import GatewayUpdateLogForwardingAwsS3
from akeyless.models.gateway_update_log_forwarding_azure_analytics import GatewayUpdateLogForwardingAzureAnalytics
from akeyless.models.gateway_update_log_forwarding_datadog import GatewayUpdateLogForwardingDatadog
from akeyless.models.gateway_update_log_forwarding_elasticsearch import GatewayUpdateLogForwardingElasticsearch
from akeyless.models.gateway_update_log_forwarding_google_chronicle import GatewayUpdateLogForwardingGoogleChronicle
from akeyless.models.gateway_update_log_forwarding_logstash import GatewayUpdateLogForwardingLogstash
from akeyless.models.gateway_update_log_forwarding_logz_io import GatewayUpdateLogForwardingLogzIo
from akeyless.models.gateway_update_log_forwarding_output import GatewayUpdateLogForwardingOutput
from akeyless.models.gateway_update_log_forwarding_splunk import GatewayUpdateLogForwardingSplunk
from akeyless.models.gateway_update_log_forwarding_stdout import GatewayUpdateLogForwardingStdout
from akeyless.models.gateway_update_log_forwarding_sumologic import GatewayUpdateLogForwardingSumologic
from akeyless.models.gateway_update_log_forwarding_syslog import GatewayUpdateLogForwardingSyslog
from akeyless.models.gateway_update_migration import GatewayUpdateMigration
from akeyless.models.gateway_update_output import GatewayUpdateOutput
from akeyless.models.gateway_update_producer_artifactory import GatewayUpdateProducerArtifactory
from akeyless.models.gateway_update_producer_artifactory_output import GatewayUpdateProducerArtifactoryOutput
from akeyless.models.gateway_update_producer_aws import GatewayUpdateProducerAws
Expand Down Expand Up @@ -558,6 +580,7 @@
from akeyless.models.gw_cluster_identity import GwClusterIdentity
from akeyless.models.hashi_migration import HashiMigration
from akeyless.models.hashi_payload import HashiPayload
from akeyless.models.hashi_vault_target_details import HashiVaultTargetDetails
from akeyless.models.hmac import Hmac
from akeyless.models.hmac_output import HmacOutput
from akeyless.models.huawei_access_rules import HuaweiAccessRules
Expand Down Expand Up @@ -839,6 +862,8 @@
from akeyless.models.update_godaddy_target_output import UpdateGodaddyTargetOutput
from akeyless.models.update_group import UpdateGroup
from akeyless.models.update_group_output import UpdateGroupOutput
from akeyless.models.update_hashi_vault_target import UpdateHashiVaultTarget
from akeyless.models.update_hashi_vault_target_output import UpdateHashiVaultTargetOutput
from akeyless.models.update_item import UpdateItem
from akeyless.models.update_item_output import UpdateItemOutput
from akeyless.models.update_ldap_target import UpdateLdapTarget
Expand Down
Loading

0 comments on commit c8a00e9

Please sign in to comment.