@@ -4,14 +4,13 @@ The purpose of this application is to provide access to Akeyless API.
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 2.0
7- - Package version: 5.0.1
8- - Generator version: 7.10.0
7+ - Package version: 5.0.2
98- Build package: org.openapitools.codegen.languages.PythonClientCodegen
109For more information, please visit [ http://akeyless.io ] ( http://akeyless.io )
1110
1211## Requirements.
1312
14- Python 3.8 +
13+ Python 2.7 and 3.4 +
1514
1615## Installation & Usage
1716### pip install
@@ -42,10 +41,6 @@ Then import the package:
4241import akeyless
4342```
4443
45- ### Tests
46-
47- Execute ` pytest ` to run the tests.
48-
4944## Getting Started
5045
5146Please follow the [ installation procedure] ( #installation--usage ) and then run the following:
@@ -393,6 +388,7 @@ Class | Method | HTTP request | Description
393388* V2Api* | [ ** gateway_update_producer_snowflake** ] ( docs/V2Api.md#gateway_update_producer_snowflake ) | ** POST** /gateway-update-producer-snowflake |
394389* V2Api* | [ ** gateway_update_producer_venafi** ] ( docs/V2Api.md#gateway_update_producer_venafi ) | ** POST** /gateway-update-producer-certificate-automation |
395390* V2Api* | [ ** gateway_update_remote_access** ] ( docs/V2Api.md#gateway_update_remote_access ) | ** POST** /gateway-update-remote-access |
391+ * V2Api* | [ ** gateway_update_remote_access_desktop_app** ] ( docs/V2Api.md#gateway_update_remote_access_desktop_app ) | ** POST** /gateway-update-remote-access-desktop-app |
396392* V2Api* | [ ** gateway_update_remote_access_rdp_recordings** ] ( docs/V2Api.md#gateway_update_remote_access_rdp_recordings ) | ** POST** /gateway-update-remote-access-rdp-recording |
397393* V2Api* | [ ** gateway_update_tls_cert** ] ( docs/V2Api.md#gateway_update_tls_cert ) | ** POST** /gateway-update-tls-cert |
398394* V2Api* | [ ** gateway_update_tmp_users** ] ( docs/V2Api.md#gateway_update_tmp_users ) | ** POST** /gateway-update-producer-tmp-creds |
@@ -931,6 +927,7 @@ Class | Method | HTTP request | Description
931927 - [ DescribePermissionsOutput] ( docs/DescribePermissionsOutput.md )
932928 - [ DescribeSubClaims] ( docs/DescribeSubClaims.md )
933929 - [ DescribeSubClaimsOutput] ( docs/DescribeSubClaimsOutput.md )
930+ - [ DesktopAppConf] ( docs/DesktopAppConf.md )
934931 - [ Detokenize] ( docs/Detokenize.md )
935932 - [ DetokenizeOutput] ( docs/DetokenizeOutput.md )
936933 - [ DockerhubTargetDetails] ( docs/DockerhubTargetDetails.md )
@@ -1048,7 +1045,6 @@ Class | Method | HTTP request | Description
10481045 - [ GCPPayload] ( docs/GCPPayload.md )
10491046 - [ GCPSecretsMigration] ( docs/GCPSecretsMigration.md )
10501047 - [ GKETargetDetails] ( docs/GKETargetDetails.md )
1051- - [ GatewayBasicInfo] ( docs/GatewayBasicInfo.md )
10521048 - [ GatewayCreateAllowedAccess] ( docs/GatewayCreateAllowedAccess.md )
10531049 - [ GatewayCreateK8SAuthConfig] ( docs/GatewayCreateK8SAuthConfig.md )
10541050 - [ GatewayCreateK8SAuthConfigOutput] ( docs/GatewayCreateK8SAuthConfigOutput.md )
@@ -1113,6 +1109,7 @@ Class | Method | HTTP request | Description
11131109 - [ GatewayDeleteMigration] ( docs/GatewayDeleteMigration.md )
11141110 - [ GatewayDeleteProducer] ( docs/GatewayDeleteProducer.md )
11151111 - [ GatewayDeleteProducerOutput] ( docs/GatewayDeleteProducerOutput.md )
1112+ - [ GatewayDetailsForItemReplyObj] ( docs/GatewayDetailsForItemReplyObj.md )
11161113 - [ GatewayDownloadCustomerFragments] ( docs/GatewayDownloadCustomerFragments.md )
11171114 - [ GatewayDownloadCustomerFragmentsOutput] ( docs/GatewayDownloadCustomerFragmentsOutput.md )
11181115 - [ GatewayGetAllowedAccess] ( docs/GatewayGetAllowedAccess.md )
@@ -1228,6 +1225,7 @@ Class | Method | HTTP request | Description
12281225 - [ GatewayUpdateProducerVenafi] ( docs/GatewayUpdateProducerVenafi.md )
12291226 - [ GatewayUpdateProducerVenafiOutput] ( docs/GatewayUpdateProducerVenafiOutput.md )
12301227 - [ GatewayUpdateRemoteAccess] ( docs/GatewayUpdateRemoteAccess.md )
1228+ - [ GatewayUpdateRemoteAccessDesktopApp] ( docs/GatewayUpdateRemoteAccessDesktopApp.md )
12311229 - [ GatewayUpdateRemoteAccessRdpRecordings] ( docs/GatewayUpdateRemoteAccessRdpRecordings.md )
12321230 - [ GatewayUpdateTlsCert] ( docs/GatewayUpdateTlsCert.md )
12331231 - [ GatewayUpdateTlsCertOutput] ( docs/GatewayUpdateTlsCertOutput.md )
@@ -1526,6 +1524,7 @@ Class | Method | HTTP request | Description
15261524 - [ SignRsaSsaPssOutput] ( docs/SignRsaSsaPssOutput.md )
15271525 - [ SmInfo] ( docs/SmInfo.md )
15281526 - [ SplunkLogForwardingConfig] ( docs/SplunkLogForwardingConfig.md )
1527+ - [ SraDesktopAppConf] ( docs/SraDesktopAppConf.md )
15291528 - [ SraInfo] ( docs/SraInfo.md )
15301529 - [ SraSessionEntryOut] ( docs/SraSessionEntryOut.md )
15311530 - [ SshBastionConf] ( docs/SshBastionConf.md )
@@ -1752,11 +1751,9 @@ Class | Method | HTTP request | Description
17521751 - [ ZeroSSLTargetDetails] ( docs/ZeroSSLTargetDetails.md )
17531752
17541753
1755- <a id =" documentation-for-authorization " ></a >
17561754## Documentation For Authorization
17571755
1758- Endpoints do not require authorization.
1759-
1756+ All endpoints do not require authorization.
17601757
17611758## Author
17621759
0 commit comments