Skip to content

Commit 03f1e1a

Browse files
committed
"Release v4.2.5"
1 parent 0a5e50b commit 03f1e1a

Some content is hidden

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

52 files changed

+3445
-66
lines changed

Diff for: .openapi-generator/FILES

+21-27
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ docs/AccessOrGroupPermissionAssignment.md
1111
docs/AccessPermissionAssignment.md
1212
docs/AccountGeneralSettings.md
1313
docs/AccountObjectVersionSettingsOutput.md
14+
docs/AcmeAccount.md
1415
docs/ActiveDirectoryMigration.md
1516
docs/ActiveDirectoryPayload.md
1617
docs/AddGatewayAllowedAccessId.md
@@ -90,6 +91,7 @@ docs/CertificateIssueInfo.md
9091
docs/CertificateTemplateInfo.md
9192
docs/CertificateVersionInfo.md
9293
docs/CfInfo.md
94+
docs/ChangeAdminAccountPassword.md
9395
docs/ChefTargetDetails.md
9496
docs/ClassicKeyDetailsInfo.md
9597
docs/ClassicKeyStatusInfo.md
@@ -220,6 +222,7 @@ docs/DSProducerDetails.md
220222
docs/DataProtectionSection.md
221223
docs/DatadogForwardingConfig.md
222224
docs/DbTargetDetails.md
225+
docs/DeactivateAcmeAccount.md
223226
docs/Decrypt.md
224227
docs/DecryptFile.md
225228
docs/DecryptFileOutput.md
@@ -563,6 +566,8 @@ docs/GatewaysListResponse.md
563566
docs/GcpTargetDetails.md
564567
docs/GenCustomerFragment.md
565568
docs/GeneralConfigPart.md
569+
docs/GenerateAcmeEab.md
570+
docs/GenerateAcmeEabOutput.md
566571
docs/GenerateCsr.md
567572
docs/GenerateCsrOutput.md
568573
docs/GetAccountSettings.md
@@ -668,6 +673,8 @@ docs/LdapTargetDetails.md
668673
docs/LeadershipConfigPart.md
669674
docs/LinkedDetails.md
670675
docs/LinkedTargetDetails.md
676+
docs/ListAcmeAccounts.md
677+
docs/ListAcmeAccountsOutput.md
671678
docs/ListAuthMethods.md
672679
docs/ListAuthMethodsOutput.md
673680
docs/ListGateways.md
@@ -1043,33 +1050,13 @@ docs/WindowsServiceAttributes.md
10431050
docs/WindowsTargetDetails.md
10441051
docs/ZeroSSLTargetDetails.md
10451052
git_push.sh
1046-
src/akeyless.Test/Model/AwsStorageTests.cs
1047-
src/akeyless.Test/Model/AzureStorageTests.cs
1048-
src/akeyless.Test/Model/BastionConfigReplyObjTests.cs
1049-
src/akeyless.Test/Model/BastionGlobalConfTests.cs
1050-
src/akeyless.Test/Model/GatewayGetRemoteAccessTests.cs
1051-
src/akeyless.Test/Model/GatewayUpdateRemoteAccessRdpRecordingsTests.cs
1052-
src/akeyless.Test/Model/GatewayUpdateRemoteAccessTests.cs
1053-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsAwsS3Tests.cs
1054-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsAzureAnalyticsTests.cs
1055-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsDatadogTests.cs
1056-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsElasticsearchTests.cs
1057-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsGoogleChronicleTests.cs
1058-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsLogstashTests.cs
1059-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsLogzIoTests.cs
1060-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsSplunkTests.cs
1061-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsStdoutTests.cs
1062-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsSumologicTests.cs
1063-
src/akeyless.Test/Model/GwUpdateRemoteAccessSessionLogsSyslogTests.cs
1064-
src/akeyless.Test/Model/NextAutoRotationEventTests.cs
1065-
src/akeyless.Test/Model/PasswordExpirationInfoTests.cs
1066-
src/akeyless.Test/Model/ResetAccessKeyTests.cs
1067-
src/akeyless.Test/Model/ResetAuthMethodAccessKeyOutputTests.cs
1068-
src/akeyless.Test/Model/SshBastionConfTests.cs
1069-
src/akeyless.Test/Model/SshBastionSessionTerminationTests.cs
1070-
src/akeyless.Test/Model/WebBastionConfTests.cs
1071-
src/akeyless.Test/Model/WebBastionGuacamoleTests.cs
1072-
src/akeyless.Test/Model/WebBastionRdpRecordTests.cs
1053+
src/akeyless.Test/Model/AcmeAccountTests.cs
1054+
src/akeyless.Test/Model/ChangeAdminAccountPasswordTests.cs
1055+
src/akeyless.Test/Model/DeactivateAcmeAccountTests.cs
1056+
src/akeyless.Test/Model/GenerateAcmeEabOutputTests.cs
1057+
src/akeyless.Test/Model/GenerateAcmeEabTests.cs
1058+
src/akeyless.Test/Model/ListAcmeAccountsOutputTests.cs
1059+
src/akeyless.Test/Model/ListAcmeAccountsTests.cs
10731060
src/akeyless.Test/akeyless.Test.csproj
10741061
src/akeyless/Api/V2Api.cs
10751062
src/akeyless/Client/ApiClient.cs
@@ -1098,6 +1085,7 @@ src/akeyless/Model/AccessOrGroupPermissionAssignment.cs
10981085
src/akeyless/Model/AccessPermissionAssignment.cs
10991086
src/akeyless/Model/AccountGeneralSettings.cs
11001087
src/akeyless/Model/AccountObjectVersionSettingsOutput.cs
1088+
src/akeyless/Model/AcmeAccount.cs
11011089
src/akeyless/Model/ActiveDirectoryMigration.cs
11021090
src/akeyless/Model/ActiveDirectoryPayload.cs
11031091
src/akeyless/Model/AddGatewayAllowedAccessId.cs
@@ -1177,6 +1165,7 @@ src/akeyless/Model/CertificateIssueInfo.cs
11771165
src/akeyless/Model/CertificateTemplateInfo.cs
11781166
src/akeyless/Model/CertificateVersionInfo.cs
11791167
src/akeyless/Model/CfInfo.cs
1168+
src/akeyless/Model/ChangeAdminAccountPassword.cs
11801169
src/akeyless/Model/ChefTargetDetails.cs
11811170
src/akeyless/Model/ClassicKeyDetailsInfo.cs
11821171
src/akeyless/Model/ClassicKeyStatusInfo.cs
@@ -1307,6 +1296,7 @@ src/akeyless/Model/DSProducerDetails.cs
13071296
src/akeyless/Model/DataProtectionSection.cs
13081297
src/akeyless/Model/DatadogForwardingConfig.cs
13091298
src/akeyless/Model/DbTargetDetails.cs
1299+
src/akeyless/Model/DeactivateAcmeAccount.cs
13101300
src/akeyless/Model/Decrypt.cs
13111301
src/akeyless/Model/DecryptFile.cs
13121302
src/akeyless/Model/DecryptFileOutput.cs
@@ -1650,6 +1640,8 @@ src/akeyless/Model/GatewaysListResponse.cs
16501640
src/akeyless/Model/GcpTargetDetails.cs
16511641
src/akeyless/Model/GenCustomerFragment.cs
16521642
src/akeyless/Model/GeneralConfigPart.cs
1643+
src/akeyless/Model/GenerateAcmeEab.cs
1644+
src/akeyless/Model/GenerateAcmeEabOutput.cs
16531645
src/akeyless/Model/GenerateCsr.cs
16541646
src/akeyless/Model/GenerateCsrOutput.cs
16551647
src/akeyless/Model/GetAccountSettings.cs
@@ -1755,6 +1747,8 @@ src/akeyless/Model/LdapTargetDetails.cs
17551747
src/akeyless/Model/LeadershipConfigPart.cs
17561748
src/akeyless/Model/LinkedDetails.cs
17571749
src/akeyless/Model/LinkedTargetDetails.cs
1750+
src/akeyless/Model/ListAcmeAccounts.cs
1751+
src/akeyless/Model/ListAcmeAccountsOutput.cs
17581752
src/akeyless/Model/ListAuthMethods.cs
17591753
src/akeyless/Model/ListAuthMethodsOutput.cs
17601754
src/akeyless/Model/ListGateways.cs

Diff for: README.md

+12-1
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 C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 2.0
8-
- SDK version: 4.2.4
8+
- SDK version: 4.2.5
99
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
1010
For more information, please visit [http://akeyless.io](http://akeyless.io)
1111

@@ -137,6 +137,7 @@ Class | Method | HTTP request | Description
137137
*V2Api* | [**AuthMethodUpdateOauth2**](docs/V2Api.md#authmethodupdateoauth2) | **POST** /auth-method-update-oauth2 |
138138
*V2Api* | [**AuthMethodUpdateSAML**](docs/V2Api.md#authmethodupdatesaml) | **POST** /auth-method-update-saml |
139139
*V2Api* | [**AuthMethodUpdateUniversalIdentity**](docs/V2Api.md#authmethodupdateuniversalidentity) | **POST** /auth-method-update-universal-identity |
140+
*V2Api* | [**ChangeAdminAccountPassword**](docs/V2Api.md#changeadminaccountpassword) | **POST** /change-admin-account-password |
140141
*V2Api* | [**Configure**](docs/V2Api.md#configure) | **POST** /configure |
141142
*V2Api* | [**Connect**](docs/V2Api.md#connect) | **POST** /connect |
142143
*V2Api* | [**CreateAWSTarget**](docs/V2Api.md#createawstarget) | **POST** /create-aws-target |
@@ -194,6 +195,7 @@ Class | Method | HTTP request | Description
194195
*V2Api* | [**CreateWindowsTarget**](docs/V2Api.md#createwindowstarget) | **POST** /create-windows-target |
195196
*V2Api* | [**CreateZeroSSLTarget**](docs/V2Api.md#createzerossltarget) | **POST** /create-zerossl-target |
196197
*V2Api* | [**CreateldapTarget**](docs/V2Api.md#createldaptarget) | **POST** /create-ldap-target |
198+
*V2Api* | [**DeactivateAcmeAccount**](docs/V2Api.md#deactivateacmeaccount) | **POST** /deactivate-acme-account |
197199
*V2Api* | [**Decrypt**](docs/V2Api.md#decrypt) | **POST** /decrypt |
198200
*V2Api* | [**DecryptBatch**](docs/V2Api.md#decryptbatch) | **POST** /decrypt-batch |
199201
*V2Api* | [**DecryptGPG**](docs/V2Api.md#decryptgpg) | **POST** /decrypt-gpg |
@@ -406,6 +408,7 @@ Class | Method | HTTP request | Description
406408
*V2Api* | [**GatewayUpdateRemoteAccessRdpRecordings**](docs/V2Api.md#gatewayupdateremoteaccessrdprecordings) | **POST** /gateway-update-remote-access-rdp-recording |
407409
*V2Api* | [**GatewayUpdateTlsCert**](docs/V2Api.md#gatewayupdatetlscert) | **POST** /gateway-update-tls-cert |
408410
*V2Api* | [**GatewayUpdateTmpUsers**](docs/V2Api.md#gatewayupdatetmpusers) | **POST** /gateway-update-producer-tmp-creds |
411+
*V2Api* | [**GenerateAcmeEab**](docs/V2Api.md#generateacmeeab) | **POST** /generate-acme-eab |
409412
*V2Api* | [**GenerateCsr**](docs/V2Api.md#generatecsr) | **POST** /generate-csr |
410413
*V2Api* | [**GetAccountLogo**](docs/V2Api.md#getaccountlogo) | **POST** /get-account-logo |
411414
*V2Api* | [**GetAccountSettings**](docs/V2Api.md#getaccountsettings) | **POST** /get-account-settings |
@@ -452,6 +455,7 @@ Class | Method | HTTP request | Description
452455
*V2Api* | [**KmipRenewServerCertificate**](docs/V2Api.md#kmiprenewservercertificate) | **POST** /kmip-renew-environment |
453456
*V2Api* | [**KmipServerSetup**](docs/V2Api.md#kmipserversetup) | **POST** /kmip-create-environment |
454457
*V2Api* | [**KmipSetServerState**](docs/V2Api.md#kmipsetserverstate) | **POST** /kmip-set-environment-state |
458+
*V2Api* | [**ListAcmeAccounts**](docs/V2Api.md#listacmeaccounts) | **POST** /list-acme-accounts |
455459
*V2Api* | [**ListAuthMethods**](docs/V2Api.md#listauthmethods) | **POST** /list-auth-methods |
456460
*V2Api* | [**ListGateways**](docs/V2Api.md#listgateways) | **POST** /list-gateways |
457461
*V2Api* | [**ListGroups**](docs/V2Api.md#listgroups) | **POST** /list-group |
@@ -670,6 +674,7 @@ Class | Method | HTTP request | Description
670674
- [Model.AccessPermissionAssignment](docs/AccessPermissionAssignment.md)
671675
- [Model.AccountGeneralSettings](docs/AccountGeneralSettings.md)
672676
- [Model.AccountObjectVersionSettingsOutput](docs/AccountObjectVersionSettingsOutput.md)
677+
- [Model.AcmeAccount](docs/AcmeAccount.md)
673678
- [Model.ActiveDirectoryMigration](docs/ActiveDirectoryMigration.md)
674679
- [Model.ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
675680
- [Model.AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
@@ -749,6 +754,7 @@ Class | Method | HTTP request | Description
749754
- [Model.CertificateTemplateInfo](docs/CertificateTemplateInfo.md)
750755
- [Model.CertificateVersionInfo](docs/CertificateVersionInfo.md)
751756
- [Model.CfInfo](docs/CfInfo.md)
757+
- [Model.ChangeAdminAccountPassword](docs/ChangeAdminAccountPassword.md)
752758
- [Model.ChefTargetDetails](docs/ChefTargetDetails.md)
753759
- [Model.ClassicKeyDetailsInfo](docs/ClassicKeyDetailsInfo.md)
754760
- [Model.ClassicKeyStatusInfo](docs/ClassicKeyStatusInfo.md)
@@ -879,6 +885,7 @@ Class | Method | HTTP request | Description
879885
- [Model.DataProtectionSection](docs/DataProtectionSection.md)
880886
- [Model.DatadogForwardingConfig](docs/DatadogForwardingConfig.md)
881887
- [Model.DbTargetDetails](docs/DbTargetDetails.md)
888+
- [Model.DeactivateAcmeAccount](docs/DeactivateAcmeAccount.md)
882889
- [Model.Decrypt](docs/Decrypt.md)
883890
- [Model.DecryptFile](docs/DecryptFile.md)
884891
- [Model.DecryptFileOutput](docs/DecryptFileOutput.md)
@@ -1222,6 +1229,8 @@ Class | Method | HTTP request | Description
12221229
- [Model.GcpTargetDetails](docs/GcpTargetDetails.md)
12231230
- [Model.GenCustomerFragment](docs/GenCustomerFragment.md)
12241231
- [Model.GeneralConfigPart](docs/GeneralConfigPart.md)
1232+
- [Model.GenerateAcmeEab](docs/GenerateAcmeEab.md)
1233+
- [Model.GenerateAcmeEabOutput](docs/GenerateAcmeEabOutput.md)
12251234
- [Model.GenerateCsr](docs/GenerateCsr.md)
12261235
- [Model.GenerateCsrOutput](docs/GenerateCsrOutput.md)
12271236
- [Model.GetAccountSettings](docs/GetAccountSettings.md)
@@ -1327,6 +1336,8 @@ Class | Method | HTTP request | Description
13271336
- [Model.LeadershipConfigPart](docs/LeadershipConfigPart.md)
13281337
- [Model.LinkedDetails](docs/LinkedDetails.md)
13291338
- [Model.LinkedTargetDetails](docs/LinkedTargetDetails.md)
1339+
- [Model.ListAcmeAccounts](docs/ListAcmeAccounts.md)
1340+
- [Model.ListAcmeAccountsOutput](docs/ListAcmeAccountsOutput.md)
13301341
- [Model.ListAuthMethods](docs/ListAuthMethods.md)
13311342
- [Model.ListAuthMethodsOutput](docs/ListAuthMethodsOutput.md)
13321343
- [Model.ListGateways](docs/ListGateways.md)

Diff for: akeyless.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{CEB3E8F2-80A1-44AC-9E69-3FFAC3C899CE}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{6E9E1F6F-A95F-4055-B986-624EDADBA3D1}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless.Test", "src\akeyless.Test\akeyless.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{CEB3E8F2-80A1-44AC-9E69-3FFAC3C899CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{CEB3E8F2-80A1-44AC-9E69-3FFAC3C899CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{CEB3E8F2-80A1-44AC-9E69-3FFAC3C899CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{CEB3E8F2-80A1-44AC-9E69-3FFAC3C899CE}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{6E9E1F6F-A95F-4055-B986-624EDADBA3D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{6E9E1F6F-A95F-4055-B986-624EDADBA3D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{6E9E1F6F-A95F-4055-B986-624EDADBA3D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{6E9E1F6F-A95F-4055-B986-624EDADBA3D1}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

Diff for: docs/AcmeAccount.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# akeyless.Model.AcmeAccount
2+
AcmeAccount is copied without the jwk as it seems like it has issues with sdk
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccountId** | **string** | AccountId is the ACME account id, not Akeyless account id | [optional]
9+
**KeyDigest** | **string** | | [optional]
10+
**Status** | **string** | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/AuthMethodRoleAssociation.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**AssocId** | **string** | | [optional]
1010
**AuthMethodSubClaims** | **Dictionary<string, List<string>>** | | [optional]
1111
**IsSubClaimsCaseSensitive** | **bool** | | [optional]
12+
**IsSubclaimsWithOperator** | **bool** | | [optional]
1213
**RoleName** | **string** | | [optional]
1314
**Rules** | [**Rules**](Rules.md) | | [optional]
1415

Diff for: docs/ChangeAdminAccountPassword.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# akeyless.Model.ChangeAdminAccountPassword
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**CurrentPassword** | **string** | Current password |
8+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
9+
**NewPassword** | **string** | New password |
10+
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
11+
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+

Diff for: docs/CreatePKICertIssuer.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ Name | Type | Description | Notes
1616
**Country** | **string** | A comma-separated list of countries that will be set in the issued certificate | [optional]
1717
**CreatePrivateCrl** | **bool** | Set this to allow the issuer will expose a CRL endpoint in the Gateway | [optional]
1818
**CreatePublicCrl** | **bool** | Set this to allow the cert issuer will expose a public CRL endpoint | [optional]
19+
**CriticalKeyUsage** | **string** | Mark key usage as critical [true/false] | [optional] [default to "true"]
1920
**DeleteProtection** | **string** | Protection from accidental deletion of this object [true/false] | [optional]
2021
**Description** | **string** | Description of the object | [optional]
2122
**DestinationPath** | **string** | A path in which to save generated certificates | [optional]
23+
**EnableAcme** | **bool** | If set, the cert issuer will support the acme protocol | [optional]
2224
**ExpirationEventIn** | **List<string>** | How many days before the expiration of the certificate would you like to be notified. | [optional]
23-
**GwClusterUrl** | **string** | The GW cluster URL to issue the certificate from, required in Public CA mode or to allow CRLs on private CA | [optional]
25+
**GwClusterUrl** | **string** | The GW cluster URL to issue the certificate from. Required in Public CA mode, to allow CRLs on private CA, or to enable ACME | [optional]
2426
**IsCa** | **bool** | If set, the basic constraints extension will be added to certificate | [optional]
2527
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
2628
**KeyUsage** | **string** | key-usage | [optional] [default to "DigitalSignature,KeyAgreement,KeyEncipherment"]

Diff for: docs/DeactivateAcmeAccount.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# akeyless.Model.DeactivateAcmeAccount
2+
deactivateAcmeAccount is a command that Deactivates \\ Deletes an acme external account
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AcmeAccountId** | **string** | The acme account id to deactivate |
9+
**CertIssuerName** | **string** | The name of the PKI certificate issuer |
10+
**DeleteAccount** | **bool** | Delete the account | [optional]
11+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
12+
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
13+
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+

Diff for: docs/GenerateAcmeEab.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# akeyless.Model.GenerateAcmeEab
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**CertIssuerName** | **string** | The name of the PKI certificate issuer |
8+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
9+
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
10+
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/GenerateAcmeEabOutput.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# akeyless.Model.GenerateAcmeEabOutput
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**ExpiresAt** | **DateTime** | | [optional]
8+
**Kid** | **string** | | [optional]
9+
**MacKey** | **string** | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

Diff for: docs/GetGroupOutput.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**GroupAlias** | **string** | | [optional]
1111
**GroupId** | **string** | | [optional]
1212
**GroupName** | **string** | | [optional]
13+
**IsSubclaimsWithOperator** | **bool** | | [optional]
1314
**ModificationDate** | **DateTime** | | [optional]
1415
**UserAssignments** | [**List<AccessPermissionAssignment>**](AccessPermissionAssignment.md) | | [optional]
1516

0 commit comments

Comments
 (0)