@@ -4,7 +4,7 @@ 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: 3.0
7- - Package version: 5.0.13
7+ - Package version: 5.0.14
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99For more information, please visit [ http://akeyless.io ] ( http://akeyless.io )
1010
@@ -297,6 +297,10 @@ Class | Method | HTTP request | Description
297297* V2Api* | [ ** event_forwarder_update_teams** ] ( docs/V2Api.md#event_forwarder_update_teams ) | ** POST** /event-forwarder-update-teams |
298298* V2Api* | [ ** event_forwarder_update_webhook** ] ( docs/V2Api.md#event_forwarder_update_webhook ) | ** POST** /event-forwarder-update-webhook |
299299* V2Api* | [ ** export_classic_key** ] ( docs/V2Api.md#export_classic_key ) | ** POST** /export-classic-key |
300+ * V2Api* | [ ** folder_create** ] ( docs/V2Api.md#folder_create ) | ** POST** /folder-create |
301+ * V2Api* | [ ** folder_delete** ] ( docs/V2Api.md#folder_delete ) | ** POST** /folder-delete |
302+ * V2Api* | [ ** folder_get** ] ( docs/V2Api.md#folder_get ) | ** POST** /folder-get |
303+ * V2Api* | [ ** folder_update** ] ( docs/V2Api.md#folder_update ) | ** POST** /folder-update |
300304* V2Api* | [ ** gateway_create_allowed_access** ] ( docs/V2Api.md#gateway_create_allowed_access ) | ** POST** /gateway-create-allowed-access |
301305* V2Api* | [ ** gateway_create_k8_s_auth_config** ] ( docs/V2Api.md#gateway_create_k8_s_auth_config ) | ** POST** /gateway-create-k8s-auth-config |
302306* V2Api* | [ ** gateway_create_migration** ] ( docs/V2Api.md#gateway_create_migration ) | ** POST** /gateway-create-migration |
@@ -1072,6 +1076,12 @@ Class | Method | HTTP request | Description
10721076 - [ ExportClassicKeyOutput] ( docs/ExportClassicKeyOutput.md )
10731077 - [ Extension] ( docs/Extension.md )
10741078 - [ ExternalKMSKeyId] ( docs/ExternalKMSKeyId.md )
1079+ - [ FolderCreate] ( docs/FolderCreate.md )
1080+ - [ FolderCreateOutput] ( docs/FolderCreateOutput.md )
1081+ - [ FolderDelete] ( docs/FolderDelete.md )
1082+ - [ FolderGet] ( docs/FolderGet.md )
1083+ - [ FolderGetOutput] ( docs/FolderGetOutput.md )
1084+ - [ FolderUpdate] ( docs/FolderUpdate.md )
10751085 - [ GCPAccessRules] ( docs/GCPAccessRules.md )
10761086 - [ GCPPayload] ( docs/GCPPayload.md )
10771087 - [ GCPSecretsMigration] ( docs/GCPSecretsMigration.md )
@@ -1283,6 +1293,7 @@ Class | Method | HTTP request | Description
12831293 - [ GetDynamicSecretValue] ( docs/GetDynamicSecretValue.md )
12841294 - [ GetEventForwarder] ( docs/GetEventForwarder.md )
12851295 - [ GetEventForwarderOutput] ( docs/GetEventForwarderOutput.md )
1296+ - [ GetFolderOutput] ( docs/GetFolderOutput.md )
12861297 - [ GetGroup] ( docs/GetGroup.md )
12871298 - [ GetGroupOutput] ( docs/GetGroupOutput.md )
12881299 - [ GetKubeExecCreds] ( docs/GetKubeExecCreds.md )
0 commit comments