akeyless 3.2.8 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +25 -1
- data/docs/CreateESM.md +36 -0
- data/docs/CreateESMOutput.md +20 -0
- data/docs/CreateRotatedSecret.md +1 -1
- data/docs/CreateSSHCertIssuer.md +1 -1
- data/docs/CreateSecret.md +1 -1
- data/docs/CreateWindowsTarget.md +8 -4
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DescribeItem.md +2 -0
- data/docs/EsmCreate.md +34 -0
- data/docs/EsmCreateSecretOutput.md +20 -0
- data/docs/EsmDelete.md +26 -0
- data/docs/EsmGet.md +26 -0
- data/docs/EsmGetSecretOutput.md +20 -0
- data/docs/EsmList.md +24 -0
- data/docs/EsmListSecretsOutput.md +18 -0
- data/docs/EsmUpdate.md +34 -0
- data/docs/EsmUpdateSecretOutput.md +20 -0
- data/docs/GatewayCreateProducerHanaDb.md +1 -1
- data/docs/GatewayCreateProducerMSSQL.md +1 -1
- data/docs/GatewayCreateProducerMongo.md +1 -1
- data/docs/GatewayCreateProducerMySQL.md +1 -1
- data/docs/GatewayCreateProducerOracleDb.md +1 -1
- data/docs/GatewayCreateProducerPostgreSQL.md +1 -1
- data/docs/GatewayCreateProducerRdp.md +1 -1
- data/docs/GatewayCreateProducerRedis.md +48 -0
- data/docs/GatewayCreateProducerRedisOutput.md +18 -0
- data/docs/GatewayCreateProducerRedshift.md +1 -1
- data/docs/GatewayUpdateProducerHanaDb.md +1 -1
- data/docs/GatewayUpdateProducerMSSQL.md +1 -1
- data/docs/GatewayUpdateProducerMongo.md +1 -1
- data/docs/GatewayUpdateProducerMySQL.md +1 -1
- data/docs/GatewayUpdateProducerOracleDb.md +1 -1
- data/docs/GatewayUpdateProducerPostgreSQL.md +1 -1
- data/docs/GatewayUpdateProducerRdp.md +1 -1
- data/docs/GatewayUpdateProducerRedis.md +50 -0
- data/docs/GatewayUpdateProducerRedisOutput.md +18 -0
- data/docs/GatewayUpdateProducerRedshift.md +1 -1
- data/docs/Item.md +2 -0
- data/docs/LastStatusInfo.md +3 -1
- data/docs/SecretInfo.md +36 -0
- data/docs/TargetTypeDetailsInput.md +4 -0
- data/docs/UpdateItem.md +1 -1
- data/docs/UpdateRotatedSecret.md +1 -1
- data/docs/UpdateSSHCertIssuer.md +1 -1
- data/docs/UpdateWindowsTarget.md +8 -4
- data/docs/V2Api.md +503 -2
- data/lib/akeyless/api/v2_api.rb +501 -0
- data/lib/akeyless/models/create_esm.rb +325 -0
- data/lib/akeyless/models/create_esm_output.rb +228 -0
- data/lib/akeyless/models/create_rotated_secret.rb +1 -1
- data/lib/akeyless/models/create_secret.rb +1 -1
- data/lib/akeyless/models/create_ssh_cert_issuer.rb +1 -1
- data/lib/akeyless/models/create_windows_target.rb +40 -3
- data/lib/akeyless/models/describe_item.rb +13 -1
- data/lib/akeyless/models/ds_producer_details.rb +12 -1
- data/lib/akeyless/models/esm_create.rb +320 -0
- data/lib/akeyless/models/esm_create_secret_output.rb +228 -0
- data/lib/akeyless/models/esm_delete.rb +273 -0
- data/lib/akeyless/models/esm_get.rb +273 -0
- data/lib/akeyless/models/esm_get_secret_output.rb +228 -0
- data/lib/akeyless/models/esm_list.rb +258 -0
- data/lib/akeyless/models/esm_list_secrets_output.rb +221 -0
- data/lib/akeyless/models/esm_update.rb +320 -0
- data/lib/akeyless/models/esm_update_secret_output.rb +228 -0
- data/lib/akeyless/models/gateway_create_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_redis.rb +388 -0
- data/lib/akeyless/models/gateway_create_producer_redis_output.rb +219 -0
- data/lib/akeyless/models/gateway_create_producer_redshift.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_redis.rb +398 -0
- data/lib/akeyless/models/gateway_update_producer_redis_output.rb +219 -0
- data/lib/akeyless/models/gateway_update_producer_redshift.rb +1 -1
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/last_status_info.rb +14 -4
- data/lib/akeyless/models/secret_info.rb +302 -0
- data/lib/akeyless/models/target_type_details_input.rb +19 -1
- data/lib/akeyless/models/update_item.rb +1 -1
- data/lib/akeyless/models/update_rotated_secret.rb +1 -1
- data/lib/akeyless/models/update_ssh_cert_issuer.rb +1 -1
- data/lib/akeyless/models/update_windows_target.rb +40 -3
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +16 -0
- data/spec/models/create_esm_output_spec.rb +40 -0
- data/spec/models/create_esm_spec.rb +88 -0
- data/spec/models/esm_create_secret_output_spec.rb +40 -0
- data/spec/models/esm_create_spec.rb +82 -0
- data/spec/models/esm_delete_spec.rb +58 -0
- data/spec/models/esm_get_secret_output_spec.rb +40 -0
- data/spec/models/esm_get_spec.rb +58 -0
- data/spec/models/esm_list_secrets_output_spec.rb +34 -0
- data/spec/models/esm_list_spec.rb +52 -0
- data/spec/models/esm_update_secret_output_spec.rb +40 -0
- data/spec/models/esm_update_spec.rb +82 -0
- data/spec/models/gateway_create_producer_redis_output_spec.rb +34 -0
- data/spec/models/gateway_create_producer_redis_spec.rb +124 -0
- data/spec/models/gateway_update_producer_redis_output_spec.rb +34 -0
- data/spec/models/gateway_update_producer_redis_spec.rb +130 -0
- data/spec/models/secret_info_spec.rb +88 -0
- metadata +647 -583
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 422a35ab5fed8d405a2ce96035e7934ad7e6a60716c501ea1529dedec4b2b8ab
|
|
4
|
+
data.tar.gz: fb586d84d345b4706b391f3d2c078acd6e1b0107c44b0130865f0a016ea5a204
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46702608fe4a02e569e632b2b404faa88936d88eb1726a90eb72508b3f9e037b714c8e84b2f953380147bd96a819229261a31c88f2e7522f45fa1b01b35cfb04
|
|
7
|
+
data.tar.gz: 7b72cd66b91850a9dad739cf26321478078e5b1e27e7812527bba844a414fc11551f603c19ba73d28749b2ef2a733c2c5cf3a468d45daa70c20ce770a137f9e0
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.3.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
13
13
|
|
|
@@ -86,6 +86,7 @@ Class | Method | HTTP request | Description
|
|
|
86
86
|
*Akeyless::V2Api* | [**create_dockerhub_target**](docs/V2Api.md#create_dockerhub_target) | **POST** /create-dockerhub-target |
|
|
87
87
|
*Akeyless::V2Api* | [**create_dynamic_secret**](docs/V2Api.md#create_dynamic_secret) | **POST** /create-dynamic-secret |
|
|
88
88
|
*Akeyless::V2Api* | [**create_eks_target**](docs/V2Api.md#create_eks_target) | **POST** /create-eks-target |
|
|
89
|
+
*Akeyless::V2Api* | [**create_esm**](docs/V2Api.md#create_esm) | **POST** /create-esm |
|
|
89
90
|
*Akeyless::V2Api* | [**create_event_forwarder**](docs/V2Api.md#create_event_forwarder) | **POST** /create-event-forwarder |
|
|
90
91
|
*Akeyless::V2Api* | [**create_gcp_target**](docs/V2Api.md#create_gcp_target) | **POST** /create-gcp-target |
|
|
91
92
|
*Akeyless::V2Api* | [**create_github_target**](docs/V2Api.md#create_github_target) | **POST** /create-github-target |
|
|
@@ -130,6 +131,11 @@ Class | Method | HTTP request | Description
|
|
|
130
131
|
*Akeyless::V2Api* | [**encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt |
|
|
131
132
|
*Akeyless::V2Api* | [**encrypt_gpg**](docs/V2Api.md#encrypt_gpg) | **POST** /encrypt-gpg |
|
|
132
133
|
*Akeyless::V2Api* | [**encrypt_with_classic_key**](docs/V2Api.md#encrypt_with_classic_key) | **POST** /encrypt-with-classic-key |
|
|
134
|
+
*Akeyless::V2Api* | [**esm_create**](docs/V2Api.md#esm_create) | **POST** /esm-create |
|
|
135
|
+
*Akeyless::V2Api* | [**esm_delete**](docs/V2Api.md#esm_delete) | **POST** /esm-delete |
|
|
136
|
+
*Akeyless::V2Api* | [**esm_get**](docs/V2Api.md#esm_get) | **POST** /esm-get |
|
|
137
|
+
*Akeyless::V2Api* | [**esm_list**](docs/V2Api.md#esm_list) | **POST** /esm-list |
|
|
138
|
+
*Akeyless::V2Api* | [**esm_update**](docs/V2Api.md#esm_update) | **POST** /esm-update |
|
|
133
139
|
*Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
|
|
134
140
|
*Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
|
|
135
141
|
*Akeyless::V2Api* | [**gateway_create_migration**](docs/V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration |
|
|
@@ -155,6 +161,7 @@ Class | Method | HTTP request | Description
|
|
|
155
161
|
*Akeyless::V2Api* | [**gateway_create_producer_postgre_sql**](docs/V2Api.md#gateway_create_producer_postgre_sql) | **POST** /gateway-create-producer-postgresql |
|
|
156
162
|
*Akeyless::V2Api* | [**gateway_create_producer_rabbit_mq**](docs/V2Api.md#gateway_create_producer_rabbit_mq) | **POST** /gateway-create-producer-rabbitmq |
|
|
157
163
|
*Akeyless::V2Api* | [**gateway_create_producer_rdp**](docs/V2Api.md#gateway_create_producer_rdp) | **POST** /gateway-create-producer-rdp |
|
|
164
|
+
*Akeyless::V2Api* | [**gateway_create_producer_redis**](docs/V2Api.md#gateway_create_producer_redis) | **POST** /gateway-create-producer-Redis |
|
|
158
165
|
*Akeyless::V2Api* | [**gateway_create_producer_redshift**](docs/V2Api.md#gateway_create_producer_redshift) | **POST** /gateway-create-producer-redshift |
|
|
159
166
|
*Akeyless::V2Api* | [**gateway_create_producer_snowflake**](docs/V2Api.md#gateway_create_producer_snowflake) | **POST** /gateway-create-producer-snowflake |
|
|
160
167
|
*Akeyless::V2Api* | [**gateway_delete_allowed_management_access**](docs/V2Api.md#gateway_delete_allowed_management_access) | **POST** /gateway-delete-allowed-management-access |
|
|
@@ -203,6 +210,7 @@ Class | Method | HTTP request | Description
|
|
|
203
210
|
*Akeyless::V2Api* | [**gateway_update_producer_postgre_sql**](docs/V2Api.md#gateway_update_producer_postgre_sql) | **POST** /gateway-update-producer-postgresql |
|
|
204
211
|
*Akeyless::V2Api* | [**gateway_update_producer_rabbit_mq**](docs/V2Api.md#gateway_update_producer_rabbit_mq) | **POST** /gateway-update-producer-rabbitmq |
|
|
205
212
|
*Akeyless::V2Api* | [**gateway_update_producer_rdp**](docs/V2Api.md#gateway_update_producer_rdp) | **POST** /gateway-update-producer-rdp |
|
|
213
|
+
*Akeyless::V2Api* | [**gateway_update_producer_redis**](docs/V2Api.md#gateway_update_producer_redis) | **POST** /gateway-update-producer-redis |
|
|
206
214
|
*Akeyless::V2Api* | [**gateway_update_producer_redshift**](docs/V2Api.md#gateway_update_producer_redshift) | **POST** /gateway-update-producer-redshift |
|
|
207
215
|
*Akeyless::V2Api* | [**gateway_update_producer_snowflake**](docs/V2Api.md#gateway_update_producer_snowflake) | **POST** /gateway-update-producer-snowflake |
|
|
208
216
|
*Akeyless::V2Api* | [**gateway_update_tls_cert**](docs/V2Api.md#gateway_update_tls_cert) | **POST** /gateway-update-tls-cert |
|
|
@@ -412,6 +420,8 @@ Class | Method | HTTP request | Description
|
|
|
412
420
|
- [Akeyless::CreateDynamicSecret](docs/CreateDynamicSecret.md)
|
|
413
421
|
- [Akeyless::CreateEKSTarget](docs/CreateEKSTarget.md)
|
|
414
422
|
- [Akeyless::CreateEKSTargetOutput](docs/CreateEKSTargetOutput.md)
|
|
423
|
+
- [Akeyless::CreateESM](docs/CreateESM.md)
|
|
424
|
+
- [Akeyless::CreateESMOutput](docs/CreateESMOutput.md)
|
|
415
425
|
- [Akeyless::CreateEventForwarder](docs/CreateEventForwarder.md)
|
|
416
426
|
- [Akeyless::CreateEventForwarderOutput](docs/CreateEventForwarderOutput.md)
|
|
417
427
|
- [Akeyless::CreateGKETarget](docs/CreateGKETarget.md)
|
|
@@ -509,6 +519,15 @@ Class | Method | HTTP request | Description
|
|
|
509
519
|
- [Akeyless::EncryptOutput](docs/EncryptOutput.md)
|
|
510
520
|
- [Akeyless::EncryptWithClassicKey](docs/EncryptWithClassicKey.md)
|
|
511
521
|
- [Akeyless::EncryptWithClassicKeyOutput](docs/EncryptWithClassicKeyOutput.md)
|
|
522
|
+
- [Akeyless::EsmCreate](docs/EsmCreate.md)
|
|
523
|
+
- [Akeyless::EsmCreateSecretOutput](docs/EsmCreateSecretOutput.md)
|
|
524
|
+
- [Akeyless::EsmDelete](docs/EsmDelete.md)
|
|
525
|
+
- [Akeyless::EsmGet](docs/EsmGet.md)
|
|
526
|
+
- [Akeyless::EsmGetSecretOutput](docs/EsmGetSecretOutput.md)
|
|
527
|
+
- [Akeyless::EsmList](docs/EsmList.md)
|
|
528
|
+
- [Akeyless::EsmListSecretsOutput](docs/EsmListSecretsOutput.md)
|
|
529
|
+
- [Akeyless::EsmUpdate](docs/EsmUpdate.md)
|
|
530
|
+
- [Akeyless::EsmUpdateSecretOutput](docs/EsmUpdateSecretOutput.md)
|
|
512
531
|
- [Akeyless::ExportClassicKey](docs/ExportClassicKey.md)
|
|
513
532
|
- [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
|
|
514
533
|
- [Akeyless::Extension](docs/Extension.md)
|
|
@@ -566,6 +585,8 @@ Class | Method | HTTP request | Description
|
|
|
566
585
|
- [Akeyless::GatewayCreateProducerRabbitMQOutput](docs/GatewayCreateProducerRabbitMQOutput.md)
|
|
567
586
|
- [Akeyless::GatewayCreateProducerRdp](docs/GatewayCreateProducerRdp.md)
|
|
568
587
|
- [Akeyless::GatewayCreateProducerRdpOutput](docs/GatewayCreateProducerRdpOutput.md)
|
|
588
|
+
- [Akeyless::GatewayCreateProducerRedis](docs/GatewayCreateProducerRedis.md)
|
|
589
|
+
- [Akeyless::GatewayCreateProducerRedisOutput](docs/GatewayCreateProducerRedisOutput.md)
|
|
569
590
|
- [Akeyless::GatewayCreateProducerRedshift](docs/GatewayCreateProducerRedshift.md)
|
|
570
591
|
- [Akeyless::GatewayCreateProducerRedshiftOutput](docs/GatewayCreateProducerRedshiftOutput.md)
|
|
571
592
|
- [Akeyless::GatewayCreateProducerSnowflake](docs/GatewayCreateProducerSnowflake.md)
|
|
@@ -658,6 +679,8 @@ Class | Method | HTTP request | Description
|
|
|
658
679
|
- [Akeyless::GatewayUpdateProducerRabbitMQOutput](docs/GatewayUpdateProducerRabbitMQOutput.md)
|
|
659
680
|
- [Akeyless::GatewayUpdateProducerRdp](docs/GatewayUpdateProducerRdp.md)
|
|
660
681
|
- [Akeyless::GatewayUpdateProducerRdpOutput](docs/GatewayUpdateProducerRdpOutput.md)
|
|
682
|
+
- [Akeyless::GatewayUpdateProducerRedis](docs/GatewayUpdateProducerRedis.md)
|
|
683
|
+
- [Akeyless::GatewayUpdateProducerRedisOutput](docs/GatewayUpdateProducerRedisOutput.md)
|
|
661
684
|
- [Akeyless::GatewayUpdateProducerRedshift](docs/GatewayUpdateProducerRedshift.md)
|
|
662
685
|
- [Akeyless::GatewayUpdateProducerRedshiftOutput](docs/GatewayUpdateProducerRedshiftOutput.md)
|
|
663
686
|
- [Akeyless::GatewayUpdateProducerSnowflake](docs/GatewayUpdateProducerSnowflake.md)
|
|
@@ -808,6 +831,7 @@ Class | Method | HTTP request | Description
|
|
|
808
831
|
- [Akeyless::SAMLAccessRules](docs/SAMLAccessRules.md)
|
|
809
832
|
- [Akeyless::SAMLAttribute](docs/SAMLAttribute.md)
|
|
810
833
|
- [Akeyless::SSHCertificateIssueDetails](docs/SSHCertificateIssueDetails.md)
|
|
834
|
+
- [Akeyless::SecretInfo](docs/SecretInfo.md)
|
|
811
835
|
- [Akeyless::SecureRemoteAccess](docs/SecureRemoteAccess.md)
|
|
812
836
|
- [Akeyless::SetItemState](docs/SetItemState.md)
|
|
813
837
|
- [Akeyless::SetRoleRule](docs/SetRoleRule.md)
|
data/docs/CreateESM.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::CreateESM
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **azure_kv_name** | **String** | Azure Key Vault name (Relevant only for Azure targets) | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the External Secrets Manager | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **k8s_namespace** | **String** | K8s namespace (Relevant to Kubernetes targets) | [optional] |
|
|
12
|
+
| **name** | **String** | External Secrets Manager name | |
|
|
13
|
+
| **tags** | **Array<String>** | List of the tags attached to this External Secrets Manager | [optional] |
|
|
14
|
+
| **target_to_associate** | **String** | Target External Secrets Manager to connect | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::CreateESM.new(
|
|
24
|
+
azure_kv_name: null,
|
|
25
|
+
delete_protection: null,
|
|
26
|
+
description: null,
|
|
27
|
+
json: null,
|
|
28
|
+
k8s_namespace: null,
|
|
29
|
+
name: null,
|
|
30
|
+
tags: null,
|
|
31
|
+
target_to_associate: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::CreateESMOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **external_secret_manager_id** | **Integer** | | [optional] |
|
|
8
|
+
| **external_secret_manager_name** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::CreateESMOutput.new(
|
|
16
|
+
external_secret_manager_id: null,
|
|
17
|
+
external_secret_manager_name: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/CreateRotatedSecret.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
34
34
|
| **secure_access_db_schema** | **String** | The db schema (relevant only for mssql or postgresql) | [optional] |
|
|
35
35
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
36
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
36
|
+
| **secure_access_host** | **Array<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] |
|
|
37
37
|
| **secure_access_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) | [optional] |
|
|
38
38
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username (relevant only for rdp) | [optional] |
|
|
39
39
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
data/docs/CreateSSHCertIssuer.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **secure_access_bastion_api** | **String** | Bastion's SSH control API endpoint. E.g. https://my.bastion:9900 | [optional] |
|
|
16
16
|
| **secure_access_bastion_ssh** | **String** | Bastion's SSH server. E.g. my.bastion:22 | [optional] |
|
|
17
17
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
18
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
18
|
+
| **secure_access_host** | **Array<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] |
|
|
19
19
|
| **secure_access_ssh_creds_user** | **String** | SSH username to connect to target server, must be in 'Allowed Users' list | [optional] |
|
|
20
20
|
| **secure_access_use_internal_bastion** | **Boolean** | Use internal SSH Bastion | [optional] |
|
|
21
21
|
| **signer_key_name** | **String** | A key to sign the certificate with | |
|
data/docs/CreateSecret.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **protection_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] |
|
|
19
19
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
21
|
+
| **secure_access_host** | **Array<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] |
|
|
22
22
|
| **secure_access_ssh_creds** | **String** | Static-Secret values contains SSH Credentials, either Private Key or Password [password/private-key] | [optional] |
|
|
23
23
|
| **secure_access_ssh_user** | **String** | Override the SSH username as indicated in SSH Certificate Issuer | [optional] |
|
|
24
24
|
| **secure_access_url** | **String** | Destination URL to inject secrets | [optional] |
|
data/docs/CreateWindowsTarget.md
CHANGED
|
@@ -4,16 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **certificate** | **String** | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
|
|
7
8
|
| **description** | **String** | Description of the object | [optional] |
|
|
8
|
-
| **hostname** | **String** | Server hostname |
|
|
9
|
+
| **hostname** | **String** | Server hostname | |
|
|
9
10
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
10
11
|
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
11
12
|
| **name** | **String** | Target name | |
|
|
12
|
-
| **password** | **String** |
|
|
13
|
-
| **port** | **String** | Server WinRM
|
|
13
|
+
| **password** | **String** | Privileged user password | |
|
|
14
|
+
| **port** | **String** | Server WinRM port | [optional][default to '5986'] |
|
|
14
15
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
15
16
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
16
|
-
| **
|
|
17
|
+
| **use_tls** | **String** | Enable/Disable TLS for WinRM over HTTPS [true/false] | [optional][default to 'true'] |
|
|
18
|
+
| **username** | **String** | Privileged username | |
|
|
17
19
|
|
|
18
20
|
## Example
|
|
19
21
|
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
require 'akeyless'
|
|
22
24
|
|
|
23
25
|
instance = Akeyless::CreateWindowsTarget.new(
|
|
26
|
+
certificate: null,
|
|
24
27
|
description: null,
|
|
25
28
|
hostname: null,
|
|
26
29
|
json: null,
|
|
@@ -30,6 +33,7 @@ instance = Akeyless::CreateWindowsTarget.new(
|
|
|
30
33
|
port: null,
|
|
31
34
|
token: null,
|
|
32
35
|
uid_token: null,
|
|
36
|
+
use_tls: null,
|
|
33
37
|
username: null
|
|
34
38
|
)
|
|
35
39
|
```
|
data/docs/DSProducerDetails.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_token_manager_id** | **String** | | [optional] |
|
|
8
|
+
| **acl_rules** | **Array<String>** | | [optional] |
|
|
8
9
|
| **active** | **Boolean** | | [optional] |
|
|
9
10
|
| **admin_name** | **String** | | [optional] |
|
|
10
11
|
| **admin_pwd** | **String** | | [optional] |
|
|
@@ -215,6 +216,7 @@ require 'akeyless'
|
|
|
215
216
|
|
|
216
217
|
instance = Akeyless::DSProducerDetails.new(
|
|
217
218
|
access_token_manager_id: null,
|
|
219
|
+
acl_rules: null,
|
|
218
220
|
active: null,
|
|
219
221
|
admin_name: null,
|
|
220
222
|
admin_pwd: null,
|
data/docs/DescribeItem.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **bastion_details** | **Boolean** | Indicate if the item should return with ztb cluster details (url, etc) | [optional][default to false] |
|
|
7
8
|
| **display_id** | **String** | The display id of the item | [optional] |
|
|
8
9
|
| **gateway_details** | **Boolean** | Indicate if the item should return with clusters details (url, etc) | [optional][default to false] |
|
|
9
10
|
| **item_id** | **Integer** | Item id of the item | [optional] |
|
|
@@ -19,6 +20,7 @@
|
|
|
19
20
|
require 'akeyless'
|
|
20
21
|
|
|
21
22
|
instance = Akeyless::DescribeItem.new(
|
|
23
|
+
bastion_details: null,
|
|
22
24
|
display_id: null,
|
|
23
25
|
gateway_details: null,
|
|
24
26
|
item_id: null,
|
data/docs/EsmCreate.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Akeyless::EsmCreate
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **binary_value** | **Boolean** | Use this option if the external secret value is a base64 encoded binary | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the external secret | [optional] |
|
|
9
|
+
| **esm_name** | **String** | Name of the External Secrets Manager item | |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **secret_name** | **String** | Name for the new external secret | |
|
|
12
|
+
| **tags** | **Hash<String, String>** | Tags for the external secret | [optional] |
|
|
13
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
14
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
15
|
+
| **value** | **String** | Value of the external secret item, either text or base64 encoded binary | |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'akeyless'
|
|
21
|
+
|
|
22
|
+
instance = Akeyless::EsmCreate.new(
|
|
23
|
+
binary_value: null,
|
|
24
|
+
description: null,
|
|
25
|
+
esm_name: null,
|
|
26
|
+
json: null,
|
|
27
|
+
secret_name: null,
|
|
28
|
+
tags: null,
|
|
29
|
+
token: null,
|
|
30
|
+
uid_token: null,
|
|
31
|
+
value: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::EsmCreateSecretOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **secret_id** | **String** | | [optional] |
|
|
8
|
+
| **version_id** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::EsmCreateSecretOutput.new(
|
|
16
|
+
secret_id: null,
|
|
17
|
+
version_id: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/EsmDelete.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Akeyless::EsmDelete
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **esm_name** | **String** | Name of the External Secrets Manager item | |
|
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
|
+
| **secret_id** | **String** | The external secret id (or name, for AWS, Azure or K8s targets) to delete | |
|
|
10
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
11
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'akeyless'
|
|
17
|
+
|
|
18
|
+
instance = Akeyless::EsmDelete.new(
|
|
19
|
+
esm_name: null,
|
|
20
|
+
json: null,
|
|
21
|
+
secret_id: null,
|
|
22
|
+
token: null,
|
|
23
|
+
uid_token: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/EsmGet.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Akeyless::EsmGet
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **esm_name** | **String** | Name of the External Secrets Manager item | |
|
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
|
+
| **secret_id** | **String** | The secret id (or name, for AWS, Azure or K8s targets) to get from the External Secrets Manager | |
|
|
10
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
11
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'akeyless'
|
|
17
|
+
|
|
18
|
+
instance = Akeyless::EsmGet.new(
|
|
19
|
+
esm_name: null,
|
|
20
|
+
json: null,
|
|
21
|
+
secret_id: null,
|
|
22
|
+
token: null,
|
|
23
|
+
uid_token: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::EsmGetSecretOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | **Object** | | [optional] |
|
|
8
|
+
| **value** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::EsmGetSecretOutput.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
value: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/EsmList.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Akeyless::EsmList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **esm_name** | **String** | Name of the External Secrets Manager item | |
|
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
10
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'akeyless'
|
|
16
|
+
|
|
17
|
+
instance = Akeyless::EsmList.new(
|
|
18
|
+
esm_name: null,
|
|
19
|
+
json: null,
|
|
20
|
+
token: null,
|
|
21
|
+
uid_token: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::EsmListSecretsOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **secrets_list** | [**Array<SecretInfo>**](SecretInfo.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'akeyless'
|
|
13
|
+
|
|
14
|
+
instance = Akeyless::EsmListSecretsOutput.new(
|
|
15
|
+
secrets_list: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
data/docs/EsmUpdate.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Akeyless::EsmUpdate
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **binary_value** | **Boolean** | Use this option if the external secret value is a base64 encoded binary | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the external secret | [optional] |
|
|
9
|
+
| **esm_name** | **String** | Name of the External Secrets Manager item | |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **secret_id** | **String** | The external secret id (or name, for AWS, Azure or K8s targets) to update | |
|
|
12
|
+
| **tags** | **Hash<String, String>** | Tags for the external secret | [optional] |
|
|
13
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
14
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
15
|
+
| **value** | **String** | Value of the external secret item, either text or base64 encoded binary | |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'akeyless'
|
|
21
|
+
|
|
22
|
+
instance = Akeyless::EsmUpdate.new(
|
|
23
|
+
binary_value: null,
|
|
24
|
+
description: null,
|
|
25
|
+
esm_name: null,
|
|
26
|
+
json: null,
|
|
27
|
+
secret_id: null,
|
|
28
|
+
tags: null,
|
|
29
|
+
token: null,
|
|
30
|
+
uid_token: null,
|
|
31
|
+
value: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::EsmUpdateSecretOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **secret_id** | **String** | | [optional] |
|
|
8
|
+
| **version_id** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::EsmUpdateSecretOutput.new(
|
|
16
|
+
secret_id: null,
|
|
17
|
+
version_id: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
19
19
|
| **secure_access_db_schema** | **String** | The DB schema | [optional] |
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
21
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
23
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
19
19
|
| **secure_access_db_schema** | **String** | The DB schema | [optional] |
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
21
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
23
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
|
|
23
23
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
24
24
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
25
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
25
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
26
26
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
27
27
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
28
28
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
20
20
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
21
21
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
22
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
22
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
23
23
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
24
24
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
25
25
|
| **ssl_certificate** | **String** | SSL connection certificate | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
19
19
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional][default to 'false'] |
|
|
21
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
21
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
23
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
24
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
19
19
|
| **secure_access_db_schema** | **String** | The DB schema | [optional] |
|
|
20
20
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
21
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
21
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
22
22
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
23
23
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
24
24
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **rdp_user_groups** | **String** | Groups | [optional] |
|
|
18
18
|
| **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users | [optional][default to false] |
|
|
19
19
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
20
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
20
|
+
| **secure_access_host** | **Array<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] |
|
|
21
21
|
| **secure_access_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user | [optional] |
|
|
22
22
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
|
|
23
23
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Akeyless::GatewayCreateProducerRedis
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **acl_rules** | **String** | A JSON array list of redis ACL rules to attach to the created user. For available rules see the ACL CAT command https://redis.io/commands/acl-cat By default the user will have permissions to read all keys '[\"~*\", \"+@read\"]' | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
|
|
9
|
+
| **host** | **String** | Redis Host | [optional][default to '127.0.0.1'] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **name** | **String** | Producer name | |
|
|
12
|
+
| **password** | **String** | Redis Password | [optional] |
|
|
13
|
+
| **port** | **String** | Redis Port | [optional][default to '6379'] |
|
|
14
|
+
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
15
|
+
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
16
|
+
| **ssl_certificate** | **String** | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
|
|
17
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
18
|
+
| **target_name** | **String** | Target name | [optional] |
|
|
19
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
21
|
+
| **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
|
|
22
|
+
| **username** | **String** | Redis Username | [optional] |
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
require 'akeyless'
|
|
28
|
+
|
|
29
|
+
instance = Akeyless::GatewayCreateProducerRedis.new(
|
|
30
|
+
acl_rules: null,
|
|
31
|
+
delete_protection: null,
|
|
32
|
+
host: null,
|
|
33
|
+
json: null,
|
|
34
|
+
name: null,
|
|
35
|
+
password: null,
|
|
36
|
+
port: null,
|
|
37
|
+
producer_encryption_key_name: null,
|
|
38
|
+
ssl: null,
|
|
39
|
+
ssl_certificate: null,
|
|
40
|
+
tags: null,
|
|
41
|
+
target_name: null,
|
|
42
|
+
token: null,
|
|
43
|
+
uid_token: null,
|
|
44
|
+
user_ttl: null,
|
|
45
|
+
username: null
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::GatewayCreateProducerRedisOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **producer_details** | [**DSProducerDetails**](DSProducerDetails.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'akeyless'
|
|
13
|
+
|
|
14
|
+
instance = Akeyless::GatewayCreateProducerRedisOutput.new(
|
|
15
|
+
producer_details: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|