@@ -3,8 +3,8 @@ The purpose of this application is to provide access to Akeyless API.
33
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
6- - API version: 2 .0
7- - Package version: 5.0.4
6+ - API version: 3 .0
7+ - Package version: 5.0.5
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99For more information, please visit [ http://akeyless.io ] ( http://akeyless.io )
1010
@@ -517,6 +517,8 @@ Class | Method | HTTP request | Description
517517* V2Api* | [ ** sign_pki_cert_with_classic_key** ] ( docs/V2Api.md#sign_pki_cert_with_classic_key ) | ** POST** /sign-pki-cert-with-classic-key |
518518* V2Api* | [ ** sign_rsa_ssa_pss** ] ( docs/V2Api.md#sign_rsa_ssa_pss ) | ** POST** /sign-rsassa-pss |
519519* V2Api* | [ ** static_creds_auth** ] ( docs/V2Api.md#static_creds_auth ) | ** POST** /static-creds-auth |
520+ * V2Api* | [ ** static_secret_delete_sync** ] ( docs/V2Api.md#static_secret_delete_sync ) | ** POST** /static-secret-delete-sync |
521+ * V2Api* | [ ** static_secret_sync** ] ( docs/V2Api.md#static_secret_sync ) | ** POST** /static-secret-sync |
520522* V2Api* | [ ** target_create_artifactory** ] ( docs/V2Api.md#target_create_artifactory ) | ** POST** /target-create-artifactory |
521523* V2Api* | [ ** target_create_aws** ] ( docs/V2Api.md#target_create_aws ) | ** POST** /target-create-aws |
522524* V2Api* | [ ** target_create_azure** ] ( docs/V2Api.md#target_create_azure ) | ** POST** /target-create-azure |
@@ -657,6 +659,7 @@ Class | Method | HTTP request | Description
657659## Documentation For Models
658660
659661 - [ APIKeyAccessRules] ( docs/APIKeyAccessRules.md )
662+ - [ AWSGatewayCloudIdentityExternalIdOpt] ( docs/AWSGatewayCloudIdentityExternalIdOpt.md )
660663 - [ AWSIAMAccessRules] ( docs/AWSIAMAccessRules.md )
661664 - [ AWSPayload] ( docs/AWSPayload.md )
662665 - [ AWSSecretsMigration] ( docs/AWSSecretsMigration.md )
@@ -746,6 +749,7 @@ Class | Method | HTTP request | Description
746749 - [ CertificateAnalyticAggregation] ( docs/CertificateAnalyticAggregation.md )
747750 - [ CertificateChainInfo] ( docs/CertificateChainInfo.md )
748751 - [ CertificateExpirationEvent] ( docs/CertificateExpirationEvent.md )
752+ - [ CertificateExpirationEventsSettings] ( docs/CertificateExpirationEventsSettings.md )
749753 - [ CertificateInfo] ( docs/CertificateInfo.md )
750754 - [ CertificateIssueInfo] ( docs/CertificateIssueInfo.md )
751755 - [ CertificateStore] ( docs/CertificateStore.md )
@@ -1463,6 +1467,7 @@ Class | Method | HTTP request | Description
14631467 - [ RotatedSecretCreateWindows] ( docs/RotatedSecretCreateWindows.md )
14641468 - [ RotatedSecretDelete] ( docs/RotatedSecretDelete.md )
14651469 - [ RotatedSecretDeleteSync] ( docs/RotatedSecretDeleteSync.md )
1470+ - [ RotatedSecretDeleteSyncOutput] ( docs/RotatedSecretDeleteSyncOutput.md )
14661471 - [ RotatedSecretDetailsInfo] ( docs/RotatedSecretDetailsInfo.md )
14671472 - [ RotatedSecretGetValue] ( docs/RotatedSecretGetValue.md )
14681473 - [ RotatedSecretList] ( docs/RotatedSecretList.md )
@@ -1498,6 +1503,7 @@ Class | Method | HTTP request | Description
14981503 - [ SSHTargetDetails] ( docs/SSHTargetDetails.md )
14991504 - [ SalesforceTargetDetails] ( docs/SalesforceTargetDetails.md )
15001505 - [ SecretInfo] ( docs/SecretInfo.md )
1506+ - [ SecretSyncOutput] ( docs/SecretSyncOutput.md )
15011507 - [ SectigoTargetDetails] ( docs/SectigoTargetDetails.md )
15021508 - [ SecureRemoteAccess] ( docs/SecureRemoteAccess.md )
15031509 - [ ServerInventoryMigration] ( docs/ServerInventoryMigration.md )
@@ -1531,7 +1537,10 @@ Class | Method | HTTP request | Description
15311537 - [ SshBastionSessionTermination] ( docs/SshBastionSessionTermination.md )
15321538 - [ StaticCredsAuth] ( docs/StaticCredsAuth.md )
15331539 - [ StaticCredsAuthOutput] ( docs/StaticCredsAuthOutput.md )
1540+ - [ StaticSecretDeleteSync] ( docs/StaticSecretDeleteSync.md )
1541+ - [ StaticSecretDeleteSyncOutput] ( docs/StaticSecretDeleteSyncOutput.md )
15341542 - [ StaticSecretDetailsInfo] ( docs/StaticSecretDetailsInfo.md )
1543+ - [ StaticSecretSync] ( docs/StaticSecretSync.md )
15351544 - [ SumologicLogForwardingConfig] ( docs/SumologicLogForwardingConfig.md )
15361545 - [ SyslogLogForwardingConfig] ( docs/SyslogLogForwardingConfig.md )
15371546 - [ SystemAccessCredentialsReplyObj] ( docs/SystemAccessCredentialsReplyObj.md )
0 commit comments