Skip to content

Commit 72b0323

Browse files
committed
Release v3.3.0
1 parent 2445c1c commit 72b0323

File tree

113 files changed

+9668
-1493
lines changed

Some content is hidden

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

113 files changed

+9668
-1493
lines changed

Diff for: .openapi-generator/FILES

+48
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ docs/CreateDockerhubTargetOutput.md
8888
docs/CreateDynamicSecret.md
8989
docs/CreateEKSTarget.md
9090
docs/CreateEKSTargetOutput.md
91+
docs/CreateESM.md
92+
docs/CreateESMOutput.md
9193
docs/CreateEventForwarder.md
9294
docs/CreateEventForwarderOutput.md
9395
docs/CreateGKETarget.md
@@ -185,6 +187,15 @@ docs/EncryptGPGOutput.md
185187
docs/EncryptOutput.md
186188
docs/EncryptWithClassicKey.md
187189
docs/EncryptWithClassicKeyOutput.md
190+
docs/EsmCreate.md
191+
docs/EsmCreateSecretOutput.md
192+
docs/EsmDelete.md
193+
docs/EsmGet.md
194+
docs/EsmGetSecretOutput.md
195+
docs/EsmList.md
196+
docs/EsmListSecretsOutput.md
197+
docs/EsmUpdate.md
198+
docs/EsmUpdateSecretOutput.md
188199
docs/ExportClassicKey.md
189200
docs/ExportClassicKeyOutput.md
190201
docs/Extension.md
@@ -242,6 +253,8 @@ docs/GatewayCreateProducerRabbitMQ.md
242253
docs/GatewayCreateProducerRabbitMQOutput.md
243254
docs/GatewayCreateProducerRdp.md
244255
docs/GatewayCreateProducerRdpOutput.md
256+
docs/GatewayCreateProducerRedis.md
257+
docs/GatewayCreateProducerRedisOutput.md
245258
docs/GatewayCreateProducerRedshift.md
246259
docs/GatewayCreateProducerRedshiftOutput.md
247260
docs/GatewayCreateProducerSnowflake.md
@@ -334,6 +347,8 @@ docs/GatewayUpdateProducerRabbitMQ.md
334347
docs/GatewayUpdateProducerRabbitMQOutput.md
335348
docs/GatewayUpdateProducerRdp.md
336349
docs/GatewayUpdateProducerRdpOutput.md
350+
docs/GatewayUpdateProducerRedis.md
351+
docs/GatewayUpdateProducerRedisOutput.md
337352
docs/GatewayUpdateProducerRedshift.md
338353
docs/GatewayUpdateProducerRedshiftOutput.md
339354
docs/GatewayUpdateProducerSnowflake.md
@@ -484,6 +499,7 @@ docs/Rules.md
484499
docs/SAMLAccessRules.md
485500
docs/SAMLAttribute.md
486501
docs/SSHCertificateIssueDetails.md
502+
docs/SecretInfo.md
487503
docs/SecureRemoteAccess.md
488504
docs/SetItemState.md
489505
docs/SetRoleRule.md
@@ -618,6 +634,22 @@ docs/VerifyPKCS1.md
618634
docs/VerifyPKICertOutput.md
619635
docs/VerifyPKICertWithClassicKey.md
620636
git_push.sh
637+
src/akeyless.Test/Model/CreateESMOutputTests.cs
638+
src/akeyless.Test/Model/CreateESMTests.cs
639+
src/akeyless.Test/Model/EsmCreateSecretOutputTests.cs
640+
src/akeyless.Test/Model/EsmCreateTests.cs
641+
src/akeyless.Test/Model/EsmDeleteTests.cs
642+
src/akeyless.Test/Model/EsmGetSecretOutputTests.cs
643+
src/akeyless.Test/Model/EsmGetTests.cs
644+
src/akeyless.Test/Model/EsmListSecretsOutputTests.cs
645+
src/akeyless.Test/Model/EsmListTests.cs
646+
src/akeyless.Test/Model/EsmUpdateSecretOutputTests.cs
647+
src/akeyless.Test/Model/EsmUpdateTests.cs
648+
src/akeyless.Test/Model/GatewayCreateProducerRedisOutputTests.cs
649+
src/akeyless.Test/Model/GatewayCreateProducerRedisTests.cs
650+
src/akeyless.Test/Model/GatewayUpdateProducerRedisOutputTests.cs
651+
src/akeyless.Test/Model/GatewayUpdateProducerRedisTests.cs
652+
src/akeyless.Test/Model/SecretInfoTests.cs
621653
src/akeyless.Test/akeyless.Test.csproj
622654
src/akeyless/Api/V2Api.cs
623655
src/akeyless/Client/ApiClient.cs
@@ -723,6 +755,8 @@ src/akeyless/Model/CreateDockerhubTargetOutput.cs
723755
src/akeyless/Model/CreateDynamicSecret.cs
724756
src/akeyless/Model/CreateEKSTarget.cs
725757
src/akeyless/Model/CreateEKSTargetOutput.cs
758+
src/akeyless/Model/CreateESM.cs
759+
src/akeyless/Model/CreateESMOutput.cs
726760
src/akeyless/Model/CreateEventForwarder.cs
727761
src/akeyless/Model/CreateEventForwarderOutput.cs
728762
src/akeyless/Model/CreateGKETarget.cs
@@ -820,6 +854,15 @@ src/akeyless/Model/EncryptGPGOutput.cs
820854
src/akeyless/Model/EncryptOutput.cs
821855
src/akeyless/Model/EncryptWithClassicKey.cs
822856
src/akeyless/Model/EncryptWithClassicKeyOutput.cs
857+
src/akeyless/Model/EsmCreate.cs
858+
src/akeyless/Model/EsmCreateSecretOutput.cs
859+
src/akeyless/Model/EsmDelete.cs
860+
src/akeyless/Model/EsmGet.cs
861+
src/akeyless/Model/EsmGetSecretOutput.cs
862+
src/akeyless/Model/EsmList.cs
863+
src/akeyless/Model/EsmListSecretsOutput.cs
864+
src/akeyless/Model/EsmUpdate.cs
865+
src/akeyless/Model/EsmUpdateSecretOutput.cs
823866
src/akeyless/Model/ExportClassicKey.cs
824867
src/akeyless/Model/ExportClassicKeyOutput.cs
825868
src/akeyless/Model/Extension.cs
@@ -877,6 +920,8 @@ src/akeyless/Model/GatewayCreateProducerRabbitMQ.cs
877920
src/akeyless/Model/GatewayCreateProducerRabbitMQOutput.cs
878921
src/akeyless/Model/GatewayCreateProducerRdp.cs
879922
src/akeyless/Model/GatewayCreateProducerRdpOutput.cs
923+
src/akeyless/Model/GatewayCreateProducerRedis.cs
924+
src/akeyless/Model/GatewayCreateProducerRedisOutput.cs
880925
src/akeyless/Model/GatewayCreateProducerRedshift.cs
881926
src/akeyless/Model/GatewayCreateProducerRedshiftOutput.cs
882927
src/akeyless/Model/GatewayCreateProducerSnowflake.cs
@@ -969,6 +1014,8 @@ src/akeyless/Model/GatewayUpdateProducerRabbitMQ.cs
9691014
src/akeyless/Model/GatewayUpdateProducerRabbitMQOutput.cs
9701015
src/akeyless/Model/GatewayUpdateProducerRdp.cs
9711016
src/akeyless/Model/GatewayUpdateProducerRdpOutput.cs
1017+
src/akeyless/Model/GatewayUpdateProducerRedis.cs
1018+
src/akeyless/Model/GatewayUpdateProducerRedisOutput.cs
9721019
src/akeyless/Model/GatewayUpdateProducerRedshift.cs
9731020
src/akeyless/Model/GatewayUpdateProducerRedshiftOutput.cs
9741021
src/akeyless/Model/GatewayUpdateProducerSnowflake.cs
@@ -1119,6 +1166,7 @@ src/akeyless/Model/Rules.cs
11191166
src/akeyless/Model/SAMLAccessRules.cs
11201167
src/akeyless/Model/SAMLAttribute.cs
11211168
src/akeyless/Model/SSHCertificateIssueDetails.cs
1169+
src/akeyless/Model/SecretInfo.cs
11221170
src/akeyless/Model/SecureRemoteAccess.cs
11231171
src/akeyless/Model/SetItemState.cs
11241172
src/akeyless/Model/SetRoleRule.cs

Diff for: README.md

+25-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: 3.2.8
8+
- SDK version: 3.3.0
99
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
1010
For more information, please visit [http://akeyless.io](http://akeyless.io)
1111

@@ -131,6 +131,7 @@ Class | Method | HTTP request | Description
131131
*V2Api* | [**CreateDockerhubTarget**](docs/V2Api.md#createdockerhubtarget) | **POST** /create-dockerhub-target |
132132
*V2Api* | [**CreateDynamicSecret**](docs/V2Api.md#createdynamicsecret) | **POST** /create-dynamic-secret |
133133
*V2Api* | [**CreateEKSTarget**](docs/V2Api.md#createekstarget) | **POST** /create-eks-target |
134+
*V2Api* | [**CreateESM**](docs/V2Api.md#createesm) | **POST** /create-esm |
134135
*V2Api* | [**CreateEventForwarder**](docs/V2Api.md#createeventforwarder) | **POST** /create-event-forwarder |
135136
*V2Api* | [**CreateGKETarget**](docs/V2Api.md#creategketarget) | **POST** /create-gke-target |
136137
*V2Api* | [**CreateGcpTarget**](docs/V2Api.md#creategcptarget) | **POST** /create-gcp-target |
@@ -175,6 +176,11 @@ Class | Method | HTTP request | Description
175176
*V2Api* | [**Encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt |
176177
*V2Api* | [**EncryptGPG**](docs/V2Api.md#encryptgpg) | **POST** /encrypt-gpg |
177178
*V2Api* | [**EncryptWithClassicKey**](docs/V2Api.md#encryptwithclassickey) | **POST** /encrypt-with-classic-key |
179+
*V2Api* | [**EsmCreate**](docs/V2Api.md#esmcreate) | **POST** /esm-create |
180+
*V2Api* | [**EsmDelete**](docs/V2Api.md#esmdelete) | **POST** /esm-delete |
181+
*V2Api* | [**EsmGet**](docs/V2Api.md#esmget) | **POST** /esm-get |
182+
*V2Api* | [**EsmList**](docs/V2Api.md#esmlist) | **POST** /esm-list |
183+
*V2Api* | [**EsmUpdate**](docs/V2Api.md#esmupdate) | **POST** /esm-update |
178184
*V2Api* | [**ExportClassicKey**](docs/V2Api.md#exportclassickey) | **POST** /export-classic-key |
179185
*V2Api* | [**GatewayCreateK8SAuthConfig**](docs/V2Api.md#gatewaycreatek8sauthconfig) | **POST** /gateway-create-k8s-auth-config |
180186
*V2Api* | [**GatewayCreateMigration**](docs/V2Api.md#gatewaycreatemigration) | **POST** /gateway-create-migration |
@@ -200,6 +206,7 @@ Class | Method | HTTP request | Description
200206
*V2Api* | [**GatewayCreateProducerPostgreSQL**](docs/V2Api.md#gatewaycreateproducerpostgresql) | **POST** /gateway-create-producer-postgresql |
201207
*V2Api* | [**GatewayCreateProducerRabbitMQ**](docs/V2Api.md#gatewaycreateproducerrabbitmq) | **POST** /gateway-create-producer-rabbitmq |
202208
*V2Api* | [**GatewayCreateProducerRdp**](docs/V2Api.md#gatewaycreateproducerrdp) | **POST** /gateway-create-producer-rdp |
209+
*V2Api* | [**GatewayCreateProducerRedis**](docs/V2Api.md#gatewaycreateproducerredis) | **POST** /gateway-create-producer-Redis |
203210
*V2Api* | [**GatewayCreateProducerRedshift**](docs/V2Api.md#gatewaycreateproducerredshift) | **POST** /gateway-create-producer-redshift |
204211
*V2Api* | [**GatewayCreateProducerSnowflake**](docs/V2Api.md#gatewaycreateproducersnowflake) | **POST** /gateway-create-producer-snowflake |
205212
*V2Api* | [**GatewayDeleteAllowedManagementAccess**](docs/V2Api.md#gatewaydeleteallowedmanagementaccess) | **POST** /gateway-delete-allowed-management-access |
@@ -248,6 +255,7 @@ Class | Method | HTTP request | Description
248255
*V2Api* | [**GatewayUpdateProducerPostgreSQL**](docs/V2Api.md#gatewayupdateproducerpostgresql) | **POST** /gateway-update-producer-postgresql |
249256
*V2Api* | [**GatewayUpdateProducerRabbitMQ**](docs/V2Api.md#gatewayupdateproducerrabbitmq) | **POST** /gateway-update-producer-rabbitmq |
250257
*V2Api* | [**GatewayUpdateProducerRdp**](docs/V2Api.md#gatewayupdateproducerrdp) | **POST** /gateway-update-producer-rdp |
258+
*V2Api* | [**GatewayUpdateProducerRedis**](docs/V2Api.md#gatewayupdateproducerredis) | **POST** /gateway-update-producer-redis |
251259
*V2Api* | [**GatewayUpdateProducerRedshift**](docs/V2Api.md#gatewayupdateproducerredshift) | **POST** /gateway-update-producer-redshift |
252260
*V2Api* | [**GatewayUpdateProducerSnowflake**](docs/V2Api.md#gatewayupdateproducersnowflake) | **POST** /gateway-update-producer-snowflake |
253261
*V2Api* | [**GatewayUpdateTlsCert**](docs/V2Api.md#gatewayupdatetlscert) | **POST** /gateway-update-tls-cert |
@@ -458,6 +466,8 @@ Class | Method | HTTP request | Description
458466
- [Model.CreateDynamicSecret](docs/CreateDynamicSecret.md)
459467
- [Model.CreateEKSTarget](docs/CreateEKSTarget.md)
460468
- [Model.CreateEKSTargetOutput](docs/CreateEKSTargetOutput.md)
469+
- [Model.CreateESM](docs/CreateESM.md)
470+
- [Model.CreateESMOutput](docs/CreateESMOutput.md)
461471
- [Model.CreateEventForwarder](docs/CreateEventForwarder.md)
462472
- [Model.CreateEventForwarderOutput](docs/CreateEventForwarderOutput.md)
463473
- [Model.CreateGKETarget](docs/CreateGKETarget.md)
@@ -555,6 +565,15 @@ Class | Method | HTTP request | Description
555565
- [Model.EncryptOutput](docs/EncryptOutput.md)
556566
- [Model.EncryptWithClassicKey](docs/EncryptWithClassicKey.md)
557567
- [Model.EncryptWithClassicKeyOutput](docs/EncryptWithClassicKeyOutput.md)
568+
- [Model.EsmCreate](docs/EsmCreate.md)
569+
- [Model.EsmCreateSecretOutput](docs/EsmCreateSecretOutput.md)
570+
- [Model.EsmDelete](docs/EsmDelete.md)
571+
- [Model.EsmGet](docs/EsmGet.md)
572+
- [Model.EsmGetSecretOutput](docs/EsmGetSecretOutput.md)
573+
- [Model.EsmList](docs/EsmList.md)
574+
- [Model.EsmListSecretsOutput](docs/EsmListSecretsOutput.md)
575+
- [Model.EsmUpdate](docs/EsmUpdate.md)
576+
- [Model.EsmUpdateSecretOutput](docs/EsmUpdateSecretOutput.md)
558577
- [Model.ExportClassicKey](docs/ExportClassicKey.md)
559578
- [Model.ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
560579
- [Model.Extension](docs/Extension.md)
@@ -612,6 +631,8 @@ Class | Method | HTTP request | Description
612631
- [Model.GatewayCreateProducerRabbitMQOutput](docs/GatewayCreateProducerRabbitMQOutput.md)
613632
- [Model.GatewayCreateProducerRdp](docs/GatewayCreateProducerRdp.md)
614633
- [Model.GatewayCreateProducerRdpOutput](docs/GatewayCreateProducerRdpOutput.md)
634+
- [Model.GatewayCreateProducerRedis](docs/GatewayCreateProducerRedis.md)
635+
- [Model.GatewayCreateProducerRedisOutput](docs/GatewayCreateProducerRedisOutput.md)
615636
- [Model.GatewayCreateProducerRedshift](docs/GatewayCreateProducerRedshift.md)
616637
- [Model.GatewayCreateProducerRedshiftOutput](docs/GatewayCreateProducerRedshiftOutput.md)
617638
- [Model.GatewayCreateProducerSnowflake](docs/GatewayCreateProducerSnowflake.md)
@@ -704,6 +725,8 @@ Class | Method | HTTP request | Description
704725
- [Model.GatewayUpdateProducerRabbitMQOutput](docs/GatewayUpdateProducerRabbitMQOutput.md)
705726
- [Model.GatewayUpdateProducerRdp](docs/GatewayUpdateProducerRdp.md)
706727
- [Model.GatewayUpdateProducerRdpOutput](docs/GatewayUpdateProducerRdpOutput.md)
728+
- [Model.GatewayUpdateProducerRedis](docs/GatewayUpdateProducerRedis.md)
729+
- [Model.GatewayUpdateProducerRedisOutput](docs/GatewayUpdateProducerRedisOutput.md)
707730
- [Model.GatewayUpdateProducerRedshift](docs/GatewayUpdateProducerRedshift.md)
708731
- [Model.GatewayUpdateProducerRedshiftOutput](docs/GatewayUpdateProducerRedshiftOutput.md)
709732
- [Model.GatewayUpdateProducerSnowflake](docs/GatewayUpdateProducerSnowflake.md)
@@ -854,6 +877,7 @@ Class | Method | HTTP request | Description
854877
- [Model.SAMLAccessRules](docs/SAMLAccessRules.md)
855878
- [Model.SAMLAttribute](docs/SAMLAttribute.md)
856879
- [Model.SSHCertificateIssueDetails](docs/SSHCertificateIssueDetails.md)
880+
- [Model.SecretInfo](docs/SecretInfo.md)
857881
- [Model.SecureRemoteAccess](docs/SecureRemoteAccess.md)
858882
- [Model.SetItemState](docs/SetItemState.md)
859883
- [Model.SetRoleRule](docs/SetRoleRule.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", "{B6771FEA-3695-4630-B7C0-30AC6321810E}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{7EFD6155-1F3F-4CC7-A359-481F0F27CBEF}"
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-
{B6771FEA-3695-4630-B7C0-30AC6321810E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{B6771FEA-3695-4630-B7C0-30AC6321810E}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{B6771FEA-3695-4630-B7C0-30AC6321810E}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{B6771FEA-3695-4630-B7C0-30AC6321810E}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{7EFD6155-1F3F-4CC7-A359-481F0F27CBEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{7EFD6155-1F3F-4CC7-A359-481F0F27CBEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{7EFD6155-1F3F-4CC7-A359-481F0F27CBEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{7EFD6155-1F3F-4CC7-A359-481F0F27CBEF}.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/CreateESM.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# akeyless.Model.CreateESM
2+
CreateESM is a command that creates an External Secrets Manager
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AzureKvName** | **string** | Azure Key Vault name (Relevant only for Azure targets) | [optional]
9+
**DeleteProtection** | **string** | Protection from accidental deletion of this item [true/false] | [optional]
10+
**Description** | **string** | Description of the External Secrets Manager | [optional]
11+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
12+
**K8sNamespace** | **string** | K8s namespace (Relevant to Kubernetes targets) | [optional]
13+
**Name** | **string** | External Secrets Manager name |
14+
**Tags** | **List<string>** | List of the tags attached to this External Secrets Manager | [optional]
15+
**TargetToAssociate** | **string** | Target External Secrets Manager to connect |
16+
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
17+
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
18+
19+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
20+

Diff for: docs/CreateESMOutput.md

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

Diff for: docs/CreateRotatedSecret.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
3333
**SecureAccessDbName** | **string** | The DB name (relevant only for DB Dynamic-Secret) | [optional]
3434
**SecureAccessDbSchema** | **string** | The db schema (relevant only for mssql or postgresql) | [optional]
3535
**SecureAccessEnable** | **string** | Enable/Disable secure remote access [true/false] | [optional]
36-
**SecureAccessHost** | **List<string>** | Target servers for connections | [optional]
36+
**SecureAccessHost** | **List<string>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional]
3737
**SecureAccessRdpDomain** | **string** | Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) | [optional]
3838
**SecureAccessRdpUser** | **string** | Override the RDP Domain username (relevant only for rdp) | [optional]
3939
**SecureAccessWeb** | **bool** | Enable Web Secure Remote Access | [optional] [default to false]

Diff for: docs/CreateSSHCertIssuer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**SecureAccessBastionApi** | **string** | Bastion's SSH control API endpoint. E.g. https://my.bastion:9900 | [optional]
1616
**SecureAccessBastionSsh** | **string** | Bastion's SSH server. E.g. my.bastion:22 | [optional]
1717
**SecureAccessEnable** | **string** | Enable/Disable secure remote access [true/false] | [optional]
18-
**SecureAccessHost** | **List<string>** | Target servers for connections | [optional]
18+
**SecureAccessHost** | **List<string>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional]
1919
**SecureAccessSshCredsUser** | **string** | SSH username to connect to target server, must be in 'Allowed Users' list | [optional]
2020
**SecureAccessUseInternalBastion** | **bool** | Use internal SSH Bastion | [optional]
2121
**SignerKeyName** | **string** | A key to sign the certificate with |

Diff for: docs/CreateSecret.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**ProtectionKey** | **string** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
1919
**SecureAccessBastionIssuer** | **string** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional]
2020
**SecureAccessEnable** | **string** | Enable/Disable secure remote access [true/false] | [optional]
21-
**SecureAccessHost** | **List<string>** | Target servers for connections | [optional]
21+
**SecureAccessHost** | **List<string>** | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional]
2222
**SecureAccessSshCreds** | **string** | Static-Secret values contains SSH Credentials, either Private Key or Password [password/private-key] | [optional]
2323
**SecureAccessSshUser** | **string** | Override the SSH username as indicated in SSH Certificate Issuer | [optional]
2424
**SecureAccessUrl** | **string** | Destination URL to inject secrets | [optional]

0 commit comments

Comments
 (0)