Skip to content

Commit 8d29c90

Browse files
committed
"Release v5.0.7"
1 parent 7719e07 commit 8d29c90

1,139 files changed

Lines changed: 3790 additions & 1113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ docs/GatewayUpdateTlsCertOutput.md
580580
docs/GatewayUpdateTmpUsers.md
581581
docs/GatewaysListResponse.md
582582
docs/GcpTargetDetails.md
583+
docs/GeminiTargetDetails.md
583584
docs/GenCustomerFragment.md
584585
docs/GeneralConfigPart.md
585586
docs/GenerateAcmeEab.md
@@ -749,6 +750,7 @@ docs/ObjectVersionSettingsOutput.md
749750
docs/OidcClientInfo.md
750751
docs/OnePasswordMigration.md
751752
docs/OnePasswordPayload.md
753+
docs/OpenAITargetDetails.md
752754
docs/PKICertificateIssueDetails.md
753755
docs/PasswordBreachInfo.md
754756
docs/PasswordExpirationInfo.md
@@ -897,6 +899,7 @@ docs/TargetCreateDB.md
897899
docs/TargetCreateDockerhub.md
898900
docs/TargetCreateEks.md
899901
docs/TargetCreateGcp.md
902+
docs/TargetCreateGemini.md
900903
docs/TargetCreateGithub.md
901904
docs/TargetCreateGitlab.md
902905
docs/TargetCreateGke.md
@@ -907,6 +910,7 @@ docs/TargetCreateHashiVault.md
907910
docs/TargetCreateK8s.md
908911
docs/TargetCreateLdap.md
909912
docs/TargetCreateLinked.md
913+
docs/TargetCreateOpenAI.md
910914
docs/TargetCreateOutput.md
911915
docs/TargetCreatePing.md
912916
docs/TargetCreateRabbitMq.md
@@ -931,6 +935,7 @@ docs/TargetUpdateDB.md
931935
docs/TargetUpdateDockerhub.md
932936
docs/TargetUpdateEks.md
933937
docs/TargetUpdateGcp.md
938+
docs/TargetUpdateGemini.md
934939
docs/TargetUpdateGithub.md
935940
docs/TargetUpdateGitlab.md
936941
docs/TargetUpdateGke.md
@@ -941,6 +946,7 @@ docs/TargetUpdateHashiVault.md
941946
docs/TargetUpdateK8s.md
942947
docs/TargetUpdateLdap.md
943948
docs/TargetUpdateLinked.md
949+
docs/TargetUpdateOpenAI.md
944950
docs/TargetUpdateOutput.md
945951
docs/TargetUpdatePing.md
946952
docs/TargetUpdateRabbitMq.md
@@ -1688,6 +1694,7 @@ src/model/GatewayUpdateTlsCertOutput.js
16881694
src/model/GatewayUpdateTmpUsers.js
16891695
src/model/GatewaysListResponse.js
16901696
src/model/GcpTargetDetails.js
1697+
src/model/GeminiTargetDetails.js
16911698
src/model/GenCustomerFragment.js
16921699
src/model/GeneralConfigPart.js
16931700
src/model/GenerateAcmeEab.js
@@ -1857,6 +1864,7 @@ src/model/ObjectVersionSettingsOutput.js
18571864
src/model/OidcClientInfo.js
18581865
src/model/OnePasswordMigration.js
18591866
src/model/OnePasswordPayload.js
1867+
src/model/OpenAITargetDetails.js
18601868
src/model/PKICertificateIssueDetails.js
18611869
src/model/PasswordBreachInfo.js
18621870
src/model/PasswordExpirationInfo.js
@@ -2005,6 +2013,7 @@ src/model/TargetCreateDB.js
20052013
src/model/TargetCreateDockerhub.js
20062014
src/model/TargetCreateEks.js
20072015
src/model/TargetCreateGcp.js
2016+
src/model/TargetCreateGemini.js
20082017
src/model/TargetCreateGithub.js
20092018
src/model/TargetCreateGitlab.js
20102019
src/model/TargetCreateGke.js
@@ -2015,6 +2024,7 @@ src/model/TargetCreateHashiVault.js
20152024
src/model/TargetCreateK8s.js
20162025
src/model/TargetCreateLdap.js
20172026
src/model/TargetCreateLinked.js
2027+
src/model/TargetCreateOpenAI.js
20182028
src/model/TargetCreateOutput.js
20192029
src/model/TargetCreatePing.js
20202030
src/model/TargetCreateRabbitMq.js
@@ -2039,6 +2049,7 @@ src/model/TargetUpdateDB.js
20392049
src/model/TargetUpdateDockerhub.js
20402050
src/model/TargetUpdateEks.js
20412051
src/model/TargetUpdateGcp.js
2052+
src/model/TargetUpdateGemini.js
20422053
src/model/TargetUpdateGithub.js
20432054
src/model/TargetUpdateGitlab.js
20442055
src/model/TargetUpdateGke.js
@@ -2049,6 +2060,7 @@ src/model/TargetUpdateHashiVault.js
20492060
src/model/TargetUpdateK8s.js
20502061
src/model/TargetUpdateLdap.js
20512062
src/model/TargetUpdateLinked.js
2063+
src/model/TargetUpdateOpenAI.js
20522064
src/model/TargetUpdateOutput.js
20532065
src/model/TargetUpdatePing.js
20542066
src/model/TargetUpdateRabbitMq.js
@@ -2211,3 +2223,9 @@ src/model/WindowsService.js
22112223
src/model/WindowsServiceAttributes.js
22122224
src/model/WindowsTargetDetails.js
22132225
src/model/ZeroSSLTargetDetails.js
2226+
test/model/GeminiTargetDetails.spec.js
2227+
test/model/OpenAITargetDetails.spec.js
2228+
test/model/TargetCreateGemini.spec.js
2229+
test/model/TargetCreateOpenAI.spec.js
2230+
test/model/TargetUpdateGemini.spec.js
2231+
test/model/TargetUpdateOpenAI.spec.js

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The purpose of this application is to provide access to Akeyless API.
55
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 3.0
8-
- Package version: 5.0.6
8+
- Package version: 5.0.7
99
- Generator version: 7.10.0
1010
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1111
For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -495,6 +495,7 @@ Class | Method | HTTP request | Description
495495
*akeyless.V2Api* | [**targetCreateDockerhub**](docs/V2Api.md#targetCreateDockerhub) | **POST** /target-create-dockerhub |
496496
*akeyless.V2Api* | [**targetCreateEks**](docs/V2Api.md#targetCreateEks) | **POST** /target-create-eks |
497497
*akeyless.V2Api* | [**targetCreateGcp**](docs/V2Api.md#targetCreateGcp) | **POST** /target-create-gcp |
498+
*akeyless.V2Api* | [**targetCreateGemini**](docs/V2Api.md#targetCreateGemini) | **POST** /target-create-gemini |
498499
*akeyless.V2Api* | [**targetCreateGithub**](docs/V2Api.md#targetCreateGithub) | **POST** /target-create-github |
499500
*akeyless.V2Api* | [**targetCreateGitlab**](docs/V2Api.md#targetCreateGitlab) | **POST** /target-create-gitlab |
500501
*akeyless.V2Api* | [**targetCreateGke**](docs/V2Api.md#targetCreateGke) | **POST** /target-create-gke |
@@ -505,6 +506,7 @@ Class | Method | HTTP request | Description
505506
*akeyless.V2Api* | [**targetCreateK8s**](docs/V2Api.md#targetCreateK8s) | **POST** /target-create-k8s |
506507
*akeyless.V2Api* | [**targetCreateLdap**](docs/V2Api.md#targetCreateLdap) | **POST** /target-create-ldap |
507508
*akeyless.V2Api* | [**targetCreateLinked**](docs/V2Api.md#targetCreateLinked) | **POST** /target-create-linked |
509+
*akeyless.V2Api* | [**targetCreateOpenAI**](docs/V2Api.md#targetCreateOpenAI) | **POST** /target-create-openai |
508510
*akeyless.V2Api* | [**targetCreatePing**](docs/V2Api.md#targetCreatePing) | **POST** /target-create-ping |
509511
*akeyless.V2Api* | [**targetCreateRabbitMq**](docs/V2Api.md#targetCreateRabbitMq) | **POST** /target-create-rabbitmq |
510512
*akeyless.V2Api* | [**targetCreateSalesforce**](docs/V2Api.md#targetCreateSalesforce) | **POST** /target-create-salesforce |
@@ -524,6 +526,7 @@ Class | Method | HTTP request | Description
524526
*akeyless.V2Api* | [**targetUpdateDockerhub**](docs/V2Api.md#targetUpdateDockerhub) | **POST** /target-update-dockerhub |
525527
*akeyless.V2Api* | [**targetUpdateEks**](docs/V2Api.md#targetUpdateEks) | **POST** /target-update-eks |
526528
*akeyless.V2Api* | [**targetUpdateGcp**](docs/V2Api.md#targetUpdateGcp) | **POST** /target-update-gcp |
529+
*akeyless.V2Api* | [**targetUpdateGemini**](docs/V2Api.md#targetUpdateGemini) | **POST** /target-update-gemini |
527530
*akeyless.V2Api* | [**targetUpdateGithub**](docs/V2Api.md#targetUpdateGithub) | **POST** /target-update-github |
528531
*akeyless.V2Api* | [**targetUpdateGitlab**](docs/V2Api.md#targetUpdateGitlab) | **POST** /target-update-gitlab |
529532
*akeyless.V2Api* | [**targetUpdateGke**](docs/V2Api.md#targetUpdateGke) | **POST** /target-update-gke |
@@ -534,6 +537,7 @@ Class | Method | HTTP request | Description
534537
*akeyless.V2Api* | [**targetUpdateK8s**](docs/V2Api.md#targetUpdateK8s) | **POST** /target-update-k8s |
535538
*akeyless.V2Api* | [**targetUpdateLdap**](docs/V2Api.md#targetUpdateLdap) | **POST** /target-update-ldap |
536539
*akeyless.V2Api* | [**targetUpdateLinked**](docs/V2Api.md#targetUpdateLinked) | **POST** /target-update-linked |
540+
*akeyless.V2Api* | [**targetUpdateOpenAI**](docs/V2Api.md#targetUpdateOpenAI) | **POST** /target-update-openai |
537541
*akeyless.V2Api* | [**targetUpdatePing**](docs/V2Api.md#targetUpdatePing) | **POST** /target-update-ping |
538542
*akeyless.V2Api* | [**targetUpdateRabbitMq**](docs/V2Api.md#targetUpdateRabbitMq) | **POST** /target-update-rabbitmq |
539543
*akeyless.V2Api* | [**targetUpdateSalesforce**](docs/V2Api.md#targetUpdateSalesforce) | **POST** /target-update-salesforce |
@@ -1205,6 +1209,7 @@ Class | Method | HTTP request | Description
12051209
- [akeyless.GatewayUpdateTmpUsers](docs/GatewayUpdateTmpUsers.md)
12061210
- [akeyless.GatewaysListResponse](docs/GatewaysListResponse.md)
12071211
- [akeyless.GcpTargetDetails](docs/GcpTargetDetails.md)
1212+
- [akeyless.GeminiTargetDetails](docs/GeminiTargetDetails.md)
12081213
- [akeyless.GenCustomerFragment](docs/GenCustomerFragment.md)
12091214
- [akeyless.GeneralConfigPart](docs/GeneralConfigPart.md)
12101215
- [akeyless.GenerateAcmeEab](docs/GenerateAcmeEab.md)
@@ -1374,6 +1379,7 @@ Class | Method | HTTP request | Description
13741379
- [akeyless.OidcClientInfo](docs/OidcClientInfo.md)
13751380
- [akeyless.OnePasswordMigration](docs/OnePasswordMigration.md)
13761381
- [akeyless.OnePasswordPayload](docs/OnePasswordPayload.md)
1382+
- [akeyless.OpenAITargetDetails](docs/OpenAITargetDetails.md)
13771383
- [akeyless.PKICertificateIssueDetails](docs/PKICertificateIssueDetails.md)
13781384
- [akeyless.PasswordBreachInfo](docs/PasswordBreachInfo.md)
13791385
- [akeyless.PasswordExpirationInfo](docs/PasswordExpirationInfo.md)
@@ -1522,6 +1528,7 @@ Class | Method | HTTP request | Description
15221528
- [akeyless.TargetCreateDockerhub](docs/TargetCreateDockerhub.md)
15231529
- [akeyless.TargetCreateEks](docs/TargetCreateEks.md)
15241530
- [akeyless.TargetCreateGcp](docs/TargetCreateGcp.md)
1531+
- [akeyless.TargetCreateGemini](docs/TargetCreateGemini.md)
15251532
- [akeyless.TargetCreateGithub](docs/TargetCreateGithub.md)
15261533
- [akeyless.TargetCreateGitlab](docs/TargetCreateGitlab.md)
15271534
- [akeyless.TargetCreateGke](docs/TargetCreateGke.md)
@@ -1532,6 +1539,7 @@ Class | Method | HTTP request | Description
15321539
- [akeyless.TargetCreateK8s](docs/TargetCreateK8s.md)
15331540
- [akeyless.TargetCreateLdap](docs/TargetCreateLdap.md)
15341541
- [akeyless.TargetCreateLinked](docs/TargetCreateLinked.md)
1542+
- [akeyless.TargetCreateOpenAI](docs/TargetCreateOpenAI.md)
15351543
- [akeyless.TargetCreateOutput](docs/TargetCreateOutput.md)
15361544
- [akeyless.TargetCreatePing](docs/TargetCreatePing.md)
15371545
- [akeyless.TargetCreateRabbitMq](docs/TargetCreateRabbitMq.md)
@@ -1556,6 +1564,7 @@ Class | Method | HTTP request | Description
15561564
- [akeyless.TargetUpdateDockerhub](docs/TargetUpdateDockerhub.md)
15571565
- [akeyless.TargetUpdateEks](docs/TargetUpdateEks.md)
15581566
- [akeyless.TargetUpdateGcp](docs/TargetUpdateGcp.md)
1567+
- [akeyless.TargetUpdateGemini](docs/TargetUpdateGemini.md)
15591568
- [akeyless.TargetUpdateGithub](docs/TargetUpdateGithub.md)
15601569
- [akeyless.TargetUpdateGitlab](docs/TargetUpdateGitlab.md)
15611570
- [akeyless.TargetUpdateGke](docs/TargetUpdateGke.md)
@@ -1566,6 +1575,7 @@ Class | Method | HTTP request | Description
15661575
- [akeyless.TargetUpdateK8s](docs/TargetUpdateK8s.md)
15671576
- [akeyless.TargetUpdateLdap](docs/TargetUpdateLdap.md)
15681577
- [akeyless.TargetUpdateLinked](docs/TargetUpdateLinked.md)
1578+
- [akeyless.TargetUpdateOpenAI](docs/TargetUpdateOpenAI.md)
15691579
- [akeyless.TargetUpdateOutput](docs/TargetUpdateOutput.md)
15701580
- [akeyless.TargetUpdatePing](docs/TargetUpdatePing.md)
15711581
- [akeyless.TargetUpdateRabbitMq](docs/TargetUpdateRabbitMq.md)

docs/AzureLogAnalyticsForwardingConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**azureEnableBatch** | **String** | | [optional]
78
**azureWorkspaceId** | **String** | | [optional]
89
**azureWorkspaceKey** | **String** | | [optional]
910

docs/CertificateTemplateInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**country** | **String** | | [optional]
99
**csrCnfBase64** | **String** | | [optional]
1010
**digestAlgo** | **String** | | [optional]
11+
**hashAlgorithm** | **String** | | [optional]
1112
**locality** | **String** | | [optional]
1213
**organization** | **String** | | [optional]
1314
**province** | **String** | | [optional]

docs/CreateClassicKey.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**certFileData** | **String** | Certificate in a PEM format. | [optional]
1010
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1111
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
12-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
12+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
1313
**certificateFormat** | **String** | | [optional]
1414
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1515
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
2121
**expirationEventIn** | **[String]** | How many days before the expiration of the certificate would you like to be notified. | [optional]
2222
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
2323
**gpgAlg** | **String** | gpg alg: Relevant only if GPG key type selected; options: [RSA1024, RSA2048, RSA3072, RSA4096, Ed25519] | [optional]
24+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional] [default to 'SHA256']
2425
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
2526
**keyData** | **String** | Base64-encoded classic key value | [optional]
2627
**metadata** | **String** | Deprecated - use description | [optional]

docs/CreateDFCKey.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**autoRotate** | **String** | Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false] | [optional]
99
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1010
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
11-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
11+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
1212
**certificateFormat** | **String** | | [optional]
1313
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1414
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
2020
**description** | **String** | Description of the object | [optional]
2121
**expirationEventIn** | **[String]** | How many days before the expiration of the certificate would you like to be notified. | [optional]
2222
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
23+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional] [default to 'SHA256']
2324
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
2425
**metadata** | **String** | Deprecated - use description | [optional]
2526
**name** | **String** | DFCKey name |

docs/CreateKey.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**alg** | **String** | Key type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096] |
88
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
99
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
10-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
10+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
1111
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1212
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
1313
**certificateProvince** | **String** | Province name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
1818
**description** | **String** | Description of the object | [optional]
1919
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
20+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional] [default to 'SHA256']
2021
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
2122
**metadata** | **String** | Deprecated - use description | [optional]
2223
**name** | **String** | Key name |

docs/GatewayUpdateLogForwardingAzureAnalytics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**enable** | **String** | Enable Log Forwarding [true/false] | [optional] [default to 'true']
8+
**enableBatch** | **String** | Enable batch forwarding [true/false] | [optional] [default to 'true']
89
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
910
**outputFormat** | **String** | Logs format [text/json] | [optional] [default to 'text']
1011
**pullInterval** | **String** | Pull interval in seconds | [optional] [default to '10']

docs/GatewayUpdateLogForwardingSplunk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**enable** | **String** | Enable Log Forwarding [true/false] | [optional] [default to 'true']
8+
**enableBatch** | **String** | Enable batch forwarding [true/false] | [optional] [default to 'true']
89
**enableTls** | **Boolean** | Enable tls | [optional]
910
**index** | **String** | Splunk index | [optional]
1011
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]

docs/GeminiTargetDetails.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# akeyless.GeminiTargetDetails
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiKey** | **String** | | [optional]
8+
**baseUrl** | **String** | | [optional]
9+
**model** | **String** | | [optional]
10+
11+

0 commit comments

Comments
 (0)