Skip to content

Commit f68f66e

Browse files
committed
"Release v5.0.18"
1 parent 5316bc8 commit f68f66e

1,159 files changed

Lines changed: 2541 additions & 1148 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ docs/RotatedSecretCreateLdap.md
829829
docs/RotatedSecretCreateMongodb.md
830830
docs/RotatedSecretCreateMssql.md
831831
docs/RotatedSecretCreateMysql.md
832+
docs/RotatedSecretCreateOpenAI.md
832833
docs/RotatedSecretCreateOracledb.md
833834
docs/RotatedSecretCreateOutput.md
834835
docs/RotatedSecretCreatePostgresql.md
@@ -856,6 +857,7 @@ docs/RotatedSecretUpdateLdap.md
856857
docs/RotatedSecretUpdateMongodb.md
857858
docs/RotatedSecretUpdateMssql.md
858859
docs/RotatedSecretUpdateMysql.md
860+
docs/RotatedSecretUpdateOpenAI.md
859861
docs/RotatedSecretUpdateOracledb.md
860862
docs/RotatedSecretUpdateOutput.md
861863
docs/RotatedSecretUpdatePostgresql.md
@@ -1972,6 +1974,7 @@ src/model/RotatedSecretCreateLdap.js
19721974
src/model/RotatedSecretCreateMongodb.js
19731975
src/model/RotatedSecretCreateMssql.js
19741976
src/model/RotatedSecretCreateMysql.js
1977+
src/model/RotatedSecretCreateOpenAI.js
19751978
src/model/RotatedSecretCreateOracledb.js
19761979
src/model/RotatedSecretCreateOutput.js
19771980
src/model/RotatedSecretCreatePostgresql.js
@@ -1999,6 +2002,7 @@ src/model/RotatedSecretUpdateLdap.js
19992002
src/model/RotatedSecretUpdateMongodb.js
20002003
src/model/RotatedSecretUpdateMssql.js
20012004
src/model/RotatedSecretUpdateMysql.js
2005+
src/model/RotatedSecretUpdateOpenAI.js
20022006
src/model/RotatedSecretUpdateOracledb.js
20032007
src/model/RotatedSecretUpdateOutput.js
20042008
src/model/RotatedSecretUpdatePostgresql.js
@@ -2281,3 +2285,5 @@ src/model/WindowsService.js
22812285
src/model/WindowsServiceAttributes.js
22822286
src/model/WindowsTargetDetails.js
22832287
src/model/ZeroSSLTargetDetails.js
2288+
test/model/RotatedSecretCreateOpenAI.spec.js
2289+
test/model/RotatedSecretUpdateOpenAI.spec.js

README.md

Lines changed: 5 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.17
8+
- Package version: 5.0.18
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)
@@ -459,6 +459,7 @@ Class | Method | HTTP request | Description
459459
*akeyless.V2Api* | [**rotatedSecretCreateMongodb**](docs/V2Api.md#rotatedSecretCreateMongodb) | **POST** /rotated-secret-create-mongodb |
460460
*akeyless.V2Api* | [**rotatedSecretCreateMssql**](docs/V2Api.md#rotatedSecretCreateMssql) | **POST** /rotated-secret-create-mssql |
461461
*akeyless.V2Api* | [**rotatedSecretCreateMysql**](docs/V2Api.md#rotatedSecretCreateMysql) | **POST** /rotated-secret-create-mysql |
462+
*akeyless.V2Api* | [**rotatedSecretCreateOpenAI**](docs/V2Api.md#rotatedSecretCreateOpenAI) | **POST** /rotated-secret-create-openai |
462463
*akeyless.V2Api* | [**rotatedSecretCreateOracledb**](docs/V2Api.md#rotatedSecretCreateOracledb) | **POST** /rotated-secret-create-oracledb |
463464
*akeyless.V2Api* | [**rotatedSecretCreatePostgresql**](docs/V2Api.md#rotatedSecretCreatePostgresql) | **POST** /rotated-secret-create-postgresql |
464465
*akeyless.V2Api* | [**rotatedSecretCreateRedis**](docs/V2Api.md#rotatedSecretCreateRedis) | **POST** /rotated-secret-create-redis |
@@ -482,6 +483,7 @@ Class | Method | HTTP request | Description
482483
*akeyless.V2Api* | [**rotatedSecretUpdateMongodb**](docs/V2Api.md#rotatedSecretUpdateMongodb) | **POST** /rotated-secret-update-mongodb |
483484
*akeyless.V2Api* | [**rotatedSecretUpdateMssql**](docs/V2Api.md#rotatedSecretUpdateMssql) | **POST** /rotated-secret-update-mssql |
484485
*akeyless.V2Api* | [**rotatedSecretUpdateMysql**](docs/V2Api.md#rotatedSecretUpdateMysql) | **POST** /rotated-secret-update-mysql |
486+
*akeyless.V2Api* | [**rotatedSecretUpdateOpenAI**](docs/V2Api.md#rotatedSecretUpdateOpenAI) | **POST** /rotated-secret-update-openai |
485487
*akeyless.V2Api* | [**rotatedSecretUpdateOracledb**](docs/V2Api.md#rotatedSecretUpdateOracledb) | **POST** /rotated-secret-update-oracledb |
486488
*akeyless.V2Api* | [**rotatedSecretUpdatePostgresql**](docs/V2Api.md#rotatedSecretUpdatePostgresql) | **POST** /rotated-secret-update-postgresql |
487489
*akeyless.V2Api* | [**rotatedSecretUpdateRedis**](docs/V2Api.md#rotatedSecretUpdateRedis) | **POST** /rotated-secret-update-redis |
@@ -1472,6 +1474,7 @@ Class | Method | HTTP request | Description
14721474
- [akeyless.RotatedSecretCreateMongodb](docs/RotatedSecretCreateMongodb.md)
14731475
- [akeyless.RotatedSecretCreateMssql](docs/RotatedSecretCreateMssql.md)
14741476
- [akeyless.RotatedSecretCreateMysql](docs/RotatedSecretCreateMysql.md)
1477+
- [akeyless.RotatedSecretCreateOpenAI](docs/RotatedSecretCreateOpenAI.md)
14751478
- [akeyless.RotatedSecretCreateOracledb](docs/RotatedSecretCreateOracledb.md)
14761479
- [akeyless.RotatedSecretCreateOutput](docs/RotatedSecretCreateOutput.md)
14771480
- [akeyless.RotatedSecretCreatePostgresql](docs/RotatedSecretCreatePostgresql.md)
@@ -1499,6 +1502,7 @@ Class | Method | HTTP request | Description
14991502
- [akeyless.RotatedSecretUpdateMongodb](docs/RotatedSecretUpdateMongodb.md)
15001503
- [akeyless.RotatedSecretUpdateMssql](docs/RotatedSecretUpdateMssql.md)
15011504
- [akeyless.RotatedSecretUpdateMysql](docs/RotatedSecretUpdateMysql.md)
1505+
- [akeyless.RotatedSecretUpdateOpenAI](docs/RotatedSecretUpdateOpenAI.md)
15021506
- [akeyless.RotatedSecretUpdateOracledb](docs/RotatedSecretUpdateOracledb.md)
15031507
- [akeyless.RotatedSecretUpdateOutput](docs/RotatedSecretUpdateOutput.md)
15041508
- [akeyless.RotatedSecretUpdatePostgresql](docs/RotatedSecretUpdatePostgresql.md)

docs/AccountGeneralSettings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**accountDefaultKeyItemId** | **Number** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional]
88
**accountDefaultKeyName** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional]
99
**aiInsights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional]
10+
**allowAutoFill** | **Boolean** | | [optional]
1011
**allowedClientTypes** | [**AllowedClientType**](AllowedClientType.md) | | [optional]
1112
**allowedClientsIps** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional]
1213
**allowedGatewaysIps** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional]

docs/ItemUSCSyncAssociation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**assocId** | **String** | | [optional]
88
**attributes** | [**UscSyncInfo**](UscSyncInfo.md) | | [optional]
9+
**deleteRemote** | **Boolean** | | [optional]
910
**itemId** | **Number** | | [optional]
1011
**itemName** | **String** | | [optional]
1112
**itemType** | **String** | | [optional]

docs/ListItems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**accessibility** | **String** | for personal password manager | [optional] [default to 'regular']
88
**advancedFilter** | **String** | Filter by item name/username/website or part of it | [optional]
99
**autoPagination** | **String** | Retrieve all items using pagination, when disabled retrieving only first 1000 items | [optional] [default to 'enabled']
10+
**currentFolder** | **Boolean** | List only items in the current folder (excludes subfolders) | [optional] [default to false]
1011
**filter** | **String** | Filter by item name or part of it | [optional]
1112
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
1213
**minimalView** | **Boolean** | Show only basic information of the items | [optional]

docs/RotatedSecretCreateOpenAI.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# akeyless.RotatedSecretCreateOpenAI
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**apiKey** | **String** | Admin API key value to rotate (relevant only for rotator-type=api-key) | [optional]
8+
**apiKeyId** | **String** | Admin API key ID to rotate (relevant only for rotator-type=api-key) | [optional]
9+
**authenticationCredentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional] [default to 'use-user-creds']
10+
**autoRotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional]
11+
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
12+
**description** | **String** | Description of the object | [optional]
13+
**itemCustomFields** | **{String: String}** | Additional custom fields to associate with the item | [optional]
14+
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
15+
**key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
16+
**maxVersions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional]
17+
**name** | **String** | Rotated secret name |
18+
**passwordLength** | **String** | The length of the password to be generated | [optional]
19+
**rotationEventIn** | **[String]** | How many days before the rotation of the item would you like to be notified | [optional]
20+
**rotationHour** | **Number** | The Hour of the rotation in UTC | [optional]
21+
**rotationInterval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional]
22+
**rotatorType** | **String** | The rotator type. options: [target/api-key] |
23+
**tags** | **[String]** | Add tags attached to this object | [optional]
24+
**targetName** | **String** | Target name |
25+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
26+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
27+
28+

docs/RotatedSecretCreateSsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
2323
**rotationHour** | **Number** | The Hour of the rotation in UTC | [optional]
2424
**rotationInterval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional]
2525
**rotatorCustomCmd** | **String** | Custom rotation command | [optional]
26-
**rotatorType** | **String** | The rotator type. options: [target/password] |
26+
**rotatorType** | **String** | The rotator type. options: [target/password/key] |
2727
**samePassword** | **String** | Rotate same password for each host from the Linked Target (relevant only for Linked Target) | [optional]
2828
**secureAccessAllowExternalUser** | **Boolean** | Allow providing external user for a domain users | [optional] [default to false]
2929
**secureAccessBastionIssuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional]

docs/RotatedSecretDeleteSync.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+
**deleteFromUsc** | **Boolean** | Delete the secret from the remote target USC as well | [optional] [default to false]
78
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
89
**name** | **String** | Rotated secret name |
910
**remoteSecretName** | **String** | Remote Secret Name to disambiguate when multiple syncs exist under the same USC | [optional]

docs/RotatedSecretSync.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+
**deleteRemote** | **Boolean** | Delete the secret from remote secret manager (for association create/update) | [optional]
78
**filterSecretValue** | **String** | JQ expression to filter or transform the secret value | [optional]
89
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
910
**name** | **String** | Rotated secret name |

docs/RotatedSecretUpdateOpenAI.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# akeyless.RotatedSecretUpdateOpenAI
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**addTag** | **[String]** | List of the new tags that will be attached to this item | [optional]
8+
**apiKey** | **String** | Admin API key value to update (relevant only for rotator-type=api-key) | [optional]
9+
**apiKeyId** | **String** | Admin API key ID to update (relevant only for rotator-type=api-key) | [optional]
10+
**authenticationCredentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional] [default to 'use-user-creds']
11+
**autoRotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional]
12+
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
13+
**description** | **String** | Description of the object | [optional] [default to 'default_metadata']
14+
**itemCustomFields** | **{String: String}** | Additional custom fields to associate with the item | [optional]
15+
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
16+
**keepPrevVersion** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional]
17+
**key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
18+
**maxVersions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional]
19+
**name** | **String** | Rotated secret name |
20+
**newName** | **String** | New item name | [optional]
21+
**passwordLength** | **String** | The length of the password to be generated | [optional]
22+
**rmTag** | **[String]** | List of the existent tags that will be removed from this item | [optional]
23+
**rotationEventIn** | **[String]** | How many days before the rotation of the item would you like to be notified | [optional]
24+
**rotationHour** | **Number** | The Hour of the rotation in UTC | [optional]
25+
**rotationInterval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional]
26+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
27+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
28+
29+

0 commit comments

Comments
 (0)