Skip to content

Commit d137c1f

Browse files
committed
"Release v5.0.8"
1 parent 8d29c90 commit d137c1f

1,133 files changed

Lines changed: 1725 additions & 1142 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ docs/GetAccountSettings.md
593593
docs/GetAccountSettingsCommandOutput.md
594594
docs/GetAnalyticsData.md
595595
docs/GetAuthMethod.md
596+
docs/GetCertChallenge.md
597+
docs/GetCertChallengeOutput.md
596598
docs/GetCertificateValue.md
597599
docs/GetCertificateValueOutput.md
598600
docs/GetDynamicSecretValue.md
@@ -1707,6 +1709,8 @@ src/model/GetAccountSettings.js
17071709
src/model/GetAccountSettingsCommandOutput.js
17081710
src/model/GetAnalyticsData.js
17091711
src/model/GetAuthMethod.js
1712+
src/model/GetCertChallenge.js
1713+
src/model/GetCertChallengeOutput.js
17101714
src/model/GetCertificateValue.js
17111715
src/model/GetCertificateValueOutput.js
17121716
src/model/GetDynamicSecretValue.js
@@ -2223,9 +2227,5 @@ src/model/WindowsService.js
22232227
src/model/WindowsServiceAttributes.js
22242228
src/model/WindowsTargetDetails.js
22252229
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
2230+
test/model/GetCertChallenge.spec.js
2231+
test/model/GetCertChallengeOutput.spec.js

README.md

Lines changed: 4 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.7
8+
- Package version: 5.0.8
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)
@@ -368,6 +368,7 @@ Class | Method | HTTP request | Description
368368
*akeyless.V2Api* | [**getAccountSettings**](docs/V2Api.md#getAccountSettings) | **POST** /get-account-settings |
369369
*akeyless.V2Api* | [**getAnalyticsData**](docs/V2Api.md#getAnalyticsData) | **POST** /get-analytics-data |
370370
*akeyless.V2Api* | [**getAuthMethod**](docs/V2Api.md#getAuthMethod) | **POST** /get-auth-method |
371+
*akeyless.V2Api* | [**getCertChallenge**](docs/V2Api.md#getCertChallenge) | **POST** /get-cert-challenge |
371372
*akeyless.V2Api* | [**getCertificateValue**](docs/V2Api.md#getCertificateValue) | **POST** /get-certificate-value |
372373
*akeyless.V2Api* | [**getDynamicSecretValue**](docs/V2Api.md#getDynamicSecretValue) | **POST** /get-dynamic-secret-value |
373374
*akeyless.V2Api* | [**getEventForwarder**](docs/V2Api.md#getEventForwarder) | **POST** /get-event-forwarder |
@@ -1222,6 +1223,8 @@ Class | Method | HTTP request | Description
12221223
- [akeyless.GetAccountSettingsCommandOutput](docs/GetAccountSettingsCommandOutput.md)
12231224
- [akeyless.GetAnalyticsData](docs/GetAnalyticsData.md)
12241225
- [akeyless.GetAuthMethod](docs/GetAuthMethod.md)
1226+
- [akeyless.GetCertChallenge](docs/GetCertChallenge.md)
1227+
- [akeyless.GetCertChallengeOutput](docs/GetCertChallengeOutput.md)
12251228
- [akeyless.GetCertificateValue](docs/GetCertificateValue.md)
12261229
- [akeyless.GetCertificateValueOutput](docs/GetCertificateValueOutput.md)
12271230
- [akeyless.GetDynamicSecretValue](docs/GetDynamicSecretValue.md)

docs/Auth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**accountId** | **String** | Account id (relevant only for access-type=password where the email address is associated with more than one account) | [optional]
1111
**adminEmail** | **String** | Email (relevant only for access-type=password) | [optional]
1212
**adminPassword** | **String** | Password (relevant only for access-type=password) | [optional]
13+
**certChallenge** | **String** | Certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional]
1314
**certData** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert) | [optional]
1415
**cloudId** | **String** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional]
1516
**debug** | **Boolean** | | [optional]
@@ -30,6 +31,7 @@ Name | Type | Description | Notes
3031
**ociAuthType** | **String** | The type of the OCI configuration to use [instance/apikey/resource] (relevant only for access-type=oci) | [optional] [default to 'apikey']
3132
**ociGroupOcid** | **[String]** | A list of Oracle Cloud IDs groups (relevant only for access-type=oci) | [optional]
3233
**otp** | **String** | | [optional]
34+
**signedCertChallenge** | **String** | Signed certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional]
3335
**uidToken** | **String** | The universal_identity token (relevant only for access-type=universal_identity) | [optional]
3436
**useRemoteBrowser** | **Boolean** | Returns a link to complete the authentication remotely (relevant only for access-type=saml/oidc) | [optional]
3537
**username** | **String** | LDAP username (relevant only for access-type=ldap) | [optional]

docs/AuthOutput.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
**completeAuthLink** | **String** | | [optional]
88
**creds** | [**SystemAccessCredentialsReplyObj**](SystemAccessCredentialsReplyObj.md) | | [optional]
9+
**expiration** | **String** | | [optional]
910
**token** | **String** | | [optional]
1011

1112

docs/CreateRole.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**gwAnalyticsAccess** | **String** | Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional]
1515
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
1616
**name** | **String** | Role name |
17+
**reverseRbacAccess** | **String** | Allow this role to view Reverse RBAC. Supported values: 'own', 'all'. | [optional]
1718
**sraReportsAccess** | **String** | Allow this role to view SRA Clusters. Currently only 'none', 'own', 'all' values are supported. | [optional]
1819
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
1920
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]

docs/GatewayCreateAllowedAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**description** | **String** | Allowed access description | [optional]
1111
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
1212
**name** | **String** | Allowed access name |
13-
**permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] | [optional]
13+
**permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general,rotate_secret_value] | [optional]
1414
**subClaims** | **{String: String}** | Sub claims key/val of sub claims, e.g group=admins,developers | [optional]
1515
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
1616
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]

docs/GatewayUpdateAllowedAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
1212
**name** | **String** | Allowed access name |
1313
**newName** | **String** | New allowed access name | [optional]
14-
**permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] | [optional]
14+
**permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general,rotate_secret_value] | [optional]
1515
**subClaims** | **{String: String}** | Sub claims key/val of sub claims, e.g group=admins,developers | [optional]
1616
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
1717
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]

docs/GeminiTargetDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**apiKey** | **String** | | [optional]
8-
**baseUrl** | **String** | | [optional]
8+
**geminiUrl** | **String** | | [optional]
99
**model** | **String** | | [optional]
1010

1111

docs/GetCertChallenge.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# akeyless.GetCertChallenge
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**accessId** | **String** | Access ID | [optional]
8+
**certData** | **String** | Certificate data encoded in base64. Used if file was not provided. | [optional]
9+
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
10+
11+

docs/GetCertChallengeOutput.md

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

0 commit comments

Comments
 (0)