@@ -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.20
7+ - Package version: 5.0.21
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99For more information, please visit [ http://akeyless.io ] ( http://akeyless.io )
1010
@@ -467,6 +467,11 @@ Class | Method | HTTP request | Description
467467* V2Api* | [ ** list_sra_sessions** ] ( docs/V2Api.md#list_sra_sessions ) | ** POST** /list-sra-sessions |
468468* V2Api* | [ ** list_targets** ] ( docs/V2Api.md#list_targets ) | ** POST** /list-targets |
469469* V2Api* | [ ** move_objects** ] ( docs/V2Api.md#move_objects ) | ** POST** /move-objects |
470+ * V2Api* | [ ** policies_delete** ] ( docs/V2Api.md#policies_delete ) | ** POST** /policy-delete |
471+ * V2Api* | [ ** policies_get** ] ( docs/V2Api.md#policies_get ) | ** POST** /policy-get |
472+ * V2Api* | [ ** policies_list** ] ( docs/V2Api.md#policies_list ) | ** POST** /policy-list |
473+ * V2Api* | [ ** policy_create_keys** ] ( docs/V2Api.md#policy_create_keys ) | ** POST** /policy-create-keys |
474+ * V2Api* | [ ** policy_update_keys** ] ( docs/V2Api.md#policy_update_keys ) | ** POST** /policy-update-keys |
470475* V2Api* | [ ** provision_certificate** ] ( docs/V2Api.md#provision_certificate ) | ** POST** /provision-certificate |
471476* V2Api* | [ ** raw_creds** ] ( docs/V2Api.md#raw_creds ) | ** POST** /raw-creds |
472477* V2Api* | [ ** refresh_key** ] ( docs/V2Api.md#refresh_key ) | ** POST** /refresh-key |
@@ -497,6 +502,7 @@ Class | Method | HTTP request | Description
497502* V2Api* | [ ** rotated_secret_create_redis** ] ( docs/V2Api.md#rotated_secret_create_redis ) | ** POST** /rotated-secret-create-redis |
498503* V2Api* | [ ** rotated_secret_create_redshift** ] ( docs/V2Api.md#rotated_secret_create_redshift ) | ** POST** /rotated-secret-create-redshift |
499504* V2Api* | [ ** rotated_secret_create_snowflake** ] ( docs/V2Api.md#rotated_secret_create_snowflake ) | ** POST** /rotated-secret-create-snowflake |
505+ * V2Api* | [ ** rotated_secret_create_splunk** ] ( docs/V2Api.md#rotated_secret_create_splunk ) | ** POST** /rotated-secret-create-splunk |
500506* V2Api* | [ ** rotated_secret_create_ssh** ] ( docs/V2Api.md#rotated_secret_create_ssh ) | ** POST** /rotated-secret-create-ssh |
501507* V2Api* | [ ** rotated_secret_create_windows** ] ( docs/V2Api.md#rotated_secret_create_windows ) | ** POST** /rotated-secret-create-windows |
502508* V2Api* | [ ** rotated_secret_delete** ] ( docs/V2Api.md#rotated_secret_delete ) | ** POST** /rotated-secret-delete |
@@ -521,6 +527,7 @@ Class | Method | HTTP request | Description
521527* V2Api* | [ ** rotated_secret_update_redis** ] ( docs/V2Api.md#rotated_secret_update_redis ) | ** POST** /rotated-secret-update-redis |
522528* V2Api* | [ ** rotated_secret_update_redshift** ] ( docs/V2Api.md#rotated_secret_update_redshift ) | ** POST** /rotated-secret-update-redshift |
523529* V2Api* | [ ** rotated_secret_update_snowflake** ] ( docs/V2Api.md#rotated_secret_update_snowflake ) | ** POST** /rotated-secret-update-snowflake |
530+ * V2Api* | [ ** rotated_secret_update_splunk** ] ( docs/V2Api.md#rotated_secret_update_splunk ) | ** POST** /rotated-secret-update-splunk |
524531* V2Api* | [ ** rotated_secret_update_ssh** ] ( docs/V2Api.md#rotated_secret_update_ssh ) | ** POST** /rotated-secret-update-ssh |
525532* V2Api* | [ ** rotated_secret_update_windows** ] ( docs/V2Api.md#rotated_secret_update_windows ) | ** POST** /rotated-secret-update-windows |
526533* V2Api* | [ ** set_item_state** ] ( docs/V2Api.md#set_item_state ) | ** POST** /set-item-state |
@@ -553,12 +560,14 @@ Class | Method | HTTP request | Description
553560* V2Api* | [ ** target_create_hashi_vault** ] ( docs/V2Api.md#target_create_hashi_vault ) | ** POST** /target-create-hashi-vault |
554561* V2Api* | [ ** target_create_k8s** ] ( docs/V2Api.md#target_create_k8s ) | ** POST** /target-create-k8s |
555562* V2Api* | [ ** target_create_ldap** ] ( docs/V2Api.md#target_create_ldap ) | ** POST** /target-create-ldap |
563+ * V2Api* | [ ** target_create_lets_encrypt** ] ( docs/V2Api.md#target_create_lets_encrypt ) | ** POST** /target-create-lets-encrypt |
556564* V2Api* | [ ** target_create_linked** ] ( docs/V2Api.md#target_create_linked ) | ** POST** /target-create-linked |
557565* V2Api* | [ ** target_create_open_ai** ] ( docs/V2Api.md#target_create_open_ai ) | ** POST** /target-create-openai |
558566* V2Api* | [ ** target_create_ping** ] ( docs/V2Api.md#target_create_ping ) | ** POST** /target-create-ping |
559567* V2Api* | [ ** target_create_rabbit_mq** ] ( docs/V2Api.md#target_create_rabbit_mq ) | ** POST** /target-create-rabbitmq |
560568* V2Api* | [ ** target_create_salesforce** ] ( docs/V2Api.md#target_create_salesforce ) | ** POST** /target-create-salesforce |
561569* V2Api* | [ ** target_create_sectigo** ] ( docs/V2Api.md#target_create_sectigo ) | ** POST** /target-create-sectigo |
570+ * V2Api* | [ ** target_create_splunk** ] ( docs/V2Api.md#target_create_splunk ) | ** POST** /target-create-splunk |
562571* V2Api* | [ ** target_create_ssh** ] ( docs/V2Api.md#target_create_ssh ) | ** POST** /target-create-ssh |
563572* V2Api* | [ ** target_create_web** ] ( docs/V2Api.md#target_create_web ) | ** POST** /target-create-web |
564573* V2Api* | [ ** target_create_windows** ] ( docs/V2Api.md#target_create_windows ) | ** POST** /target-create-windows |
@@ -584,6 +593,7 @@ Class | Method | HTTP request | Description
584593* V2Api* | [ ** target_update_hashi_vault** ] ( docs/V2Api.md#target_update_hashi_vault ) | ** POST** /target-update-hashi-vault |
585594* V2Api* | [ ** target_update_k8s** ] ( docs/V2Api.md#target_update_k8s ) | ** POST** /target-update-k8s |
586595* V2Api* | [ ** target_update_ldap** ] ( docs/V2Api.md#target_update_ldap ) | ** POST** /target-update-ldap |
596+ * V2Api* | [ ** target_update_lets_encrypt** ] ( docs/V2Api.md#target_update_lets_encrypt ) | ** POST** /target-update-lets-encrypt |
587597* V2Api* | [ ** target_update_linked** ] ( docs/V2Api.md#target_update_linked ) | ** POST** /target-update-linked |
588598* V2Api* | [ ** target_update_open_ai** ] ( docs/V2Api.md#target_update_open_ai ) | ** POST** /target-update-openai |
589599* V2Api* | [ ** target_update_ping** ] ( docs/V2Api.md#target_update_ping ) | ** POST** /target-update-ping |
@@ -1409,6 +1419,7 @@ Class | Method | HTTP request | Description
14091419 - [ LdapConfigPart] ( docs/LdapConfigPart.md )
14101420 - [ LdapTargetDetails] ( docs/LdapTargetDetails.md )
14111421 - [ LeadershipConfigPart] ( docs/LeadershipConfigPart.md )
1422+ - [ LetsEncryptTargetDetails] ( docs/LetsEncryptTargetDetails.md )
14121423 - [ LinkedDetails] ( docs/LinkedDetails.md )
14131424 - [ LinkedTargetDetails] ( docs/LinkedTargetDetails.md )
14141425 - [ ListAcmeAccounts] ( docs/ListAcmeAccounts.md )
@@ -1468,6 +1479,15 @@ Class | Method | HTTP request | Description
14681479 - [ PasswordSecurityInfo] ( docs/PasswordSecurityInfo.md )
14691480 - [ PathRule] ( docs/PathRule.md )
14701481 - [ PingTargetDetails] ( docs/PingTargetDetails.md )
1482+ - [ PoliciesCreateOutput] ( docs/PoliciesCreateOutput.md )
1483+ - [ PoliciesDelete] ( docs/PoliciesDelete.md )
1484+ - [ PoliciesGet] ( docs/PoliciesGet.md )
1485+ - [ PoliciesGetOutput] ( docs/PoliciesGetOutput.md )
1486+ - [ PoliciesList] ( docs/PoliciesList.md )
1487+ - [ PoliciesListOutput] ( docs/PoliciesListOutput.md )
1488+ - [ PolicyCreateKeys] ( docs/PolicyCreateKeys.md )
1489+ - [ PolicyOutput] ( docs/PolicyOutput.md )
1490+ - [ PolicyUpdateKeys] ( docs/PolicyUpdateKeys.md )
14711491 - [ Producer] ( docs/Producer.md )
14721492 - [ ProducersConfigPart] ( docs/ProducersConfigPart.md )
14731493 - [ ProvisionCertificate] ( docs/ProvisionCertificate.md )
@@ -1518,6 +1538,7 @@ Class | Method | HTTP request | Description
15181538 - [ RotatedSecretCreateRedis] ( docs/RotatedSecretCreateRedis.md )
15191539 - [ RotatedSecretCreateRedshift] ( docs/RotatedSecretCreateRedshift.md )
15201540 - [ RotatedSecretCreateSnowflake] ( docs/RotatedSecretCreateSnowflake.md )
1541+ - [ RotatedSecretCreateSplunk] ( docs/RotatedSecretCreateSplunk.md )
15211542 - [ RotatedSecretCreateSsh] ( docs/RotatedSecretCreateSsh.md )
15221543 - [ RotatedSecretCreateWindows] ( docs/RotatedSecretCreateWindows.md )
15231544 - [ RotatedSecretDelete] ( docs/RotatedSecretDelete.md )
@@ -1546,6 +1567,7 @@ Class | Method | HTTP request | Description
15461567 - [ RotatedSecretUpdateRedis] ( docs/RotatedSecretUpdateRedis.md )
15471568 - [ RotatedSecretUpdateRedshift] ( docs/RotatedSecretUpdateRedshift.md )
15481569 - [ RotatedSecretUpdateSnowflake] ( docs/RotatedSecretUpdateSnowflake.md )
1570+ - [ RotatedSecretUpdateSplunk] ( docs/RotatedSecretUpdateSplunk.md )
15491571 - [ RotatedSecretUpdateSsh] ( docs/RotatedSecretUpdateSsh.md )
15501572 - [ RotatedSecretUpdateWindows] ( docs/RotatedSecretUpdateWindows.md )
15511573 - [ RotationSecretMaxInterval] ( docs/RotationSecretMaxInterval.md )
@@ -1588,6 +1610,8 @@ Class | Method | HTTP request | Description
15881610 - [ SlackNotiForwarderDetails] ( docs/SlackNotiForwarderDetails.md )
15891611 - [ SmInfo] ( docs/SmInfo.md )
15901612 - [ SplunkLogForwardingConfig] ( docs/SplunkLogForwardingConfig.md )
1613+ - [ SplunkPayload] ( docs/SplunkPayload.md )
1614+ - [ SplunkTargetDetails] ( docs/SplunkTargetDetails.md )
15911615 - [ SraDesktopAppConf] ( docs/SraDesktopAppConf.md )
15921616 - [ SraInfo] ( docs/SraInfo.md )
15931617 - [ SraSessionEntryOut] ( docs/SraSessionEntryOut.md )
@@ -1621,13 +1645,15 @@ Class | Method | HTTP request | Description
16211645 - [ TargetCreateHashiVault] ( docs/TargetCreateHashiVault.md )
16221646 - [ TargetCreateK8s] ( docs/TargetCreateK8s.md )
16231647 - [ TargetCreateLdap] ( docs/TargetCreateLdap.md )
1648+ - [ TargetCreateLetsEncrypt] ( docs/TargetCreateLetsEncrypt.md )
16241649 - [ TargetCreateLinked] ( docs/TargetCreateLinked.md )
16251650 - [ TargetCreateOpenAI] ( docs/TargetCreateOpenAI.md )
16261651 - [ TargetCreateOutput] ( docs/TargetCreateOutput.md )
16271652 - [ TargetCreatePing] ( docs/TargetCreatePing.md )
16281653 - [ TargetCreateRabbitMq] ( docs/TargetCreateRabbitMq.md )
16291654 - [ TargetCreateSalesforce] ( docs/TargetCreateSalesforce.md )
16301655 - [ TargetCreateSectigo] ( docs/TargetCreateSectigo.md )
1656+ - [ TargetCreateSplunk] ( docs/TargetCreateSplunk.md )
16311657 - [ TargetCreateSsh] ( docs/TargetCreateSsh.md )
16321658 - [ TargetCreateWeb] ( docs/TargetCreateWeb.md )
16331659 - [ TargetCreateWindows] ( docs/TargetCreateWindows.md )
@@ -1658,6 +1684,7 @@ Class | Method | HTTP request | Description
16581684 - [ TargetUpdateHashiVault] ( docs/TargetUpdateHashiVault.md )
16591685 - [ TargetUpdateK8s] ( docs/TargetUpdateK8s.md )
16601686 - [ TargetUpdateLdap] ( docs/TargetUpdateLdap.md )
1687+ - [ TargetUpdateLetsEncrypt] ( docs/TargetUpdateLetsEncrypt.md )
16611688 - [ TargetUpdateLinked] ( docs/TargetUpdateLinked.md )
16621689 - [ TargetUpdateOpenAI] ( docs/TargetUpdateOpenAI.md )
16631690 - [ TargetUpdateOutput] ( docs/TargetUpdateOutput.md )
0 commit comments