akeyless 3.2.7 → 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
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **redshift_port** | **String** | Redshift Port | [optional][default to '5439'] |
|
|
16
16
|
| **redshift_username** | **String** | Redshift Username | [optional] |
|
|
17
17
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
18
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
18
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
19
19
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
20
20
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
21
21
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
20
20
|
| **secure_access_db_schema** | **String** | The DB schema | [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
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
25
25
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
20
20
|
| **secure_access_db_schema** | **String** | The DB schema | [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
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
25
25
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
|
|
24
24
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
25
25
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
26
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
26
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
27
27
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
28
28
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
29
29
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
21
21
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
22
22
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
23
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
23
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
24
24
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
|
25
25
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
26
26
|
| **ssl_certificate** | **String** | SSL connection certificate | [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][default to 'false'] |
|
|
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
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
25
25
|
| **target_name** | **String** | Target name | [optional] |
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
|
|
20
20
|
| **secure_access_db_schema** | **String** | The DB schema | [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
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **rdp_user_groups** | **String** | Groups | [optional] |
|
|
19
19
|
| **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users | [optional][default to false] |
|
|
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_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user | [optional] |
|
|
23
23
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
|
|
24
24
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Akeyless::GatewayUpdateProducerRedis
|
|
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
|
+
| **new_name** | **String** | Producer name | [optional] |
|
|
13
|
+
| **password** | **String** | Redis Password | [optional] |
|
|
14
|
+
| **port** | **String** | Redis Port | [optional][default to '6379'] |
|
|
15
|
+
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
16
|
+
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
17
|
+
| **ssl_certificate** | **String** | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
|
|
18
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
19
|
+
| **target_name** | **String** | Target name | [optional] |
|
|
20
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
21
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
22
|
+
| **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
|
|
23
|
+
| **username** | **String** | Redis Username | [optional] |
|
|
24
|
+
|
|
25
|
+
## Example
|
|
26
|
+
|
|
27
|
+
```ruby
|
|
28
|
+
require 'akeyless'
|
|
29
|
+
|
|
30
|
+
instance = Akeyless::GatewayUpdateProducerRedis.new(
|
|
31
|
+
acl_rules: null,
|
|
32
|
+
delete_protection: null,
|
|
33
|
+
host: null,
|
|
34
|
+
json: null,
|
|
35
|
+
name: null,
|
|
36
|
+
new_name: null,
|
|
37
|
+
password: null,
|
|
38
|
+
port: null,
|
|
39
|
+
producer_encryption_key_name: null,
|
|
40
|
+
ssl: null,
|
|
41
|
+
ssl_certificate: null,
|
|
42
|
+
tags: null,
|
|
43
|
+
target_name: null,
|
|
44
|
+
token: null,
|
|
45
|
+
uid_token: null,
|
|
46
|
+
user_ttl: null,
|
|
47
|
+
username: null
|
|
48
|
+
)
|
|
49
|
+
```
|
|
50
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::GatewayUpdateProducerRedisOutput
|
|
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::GatewayUpdateProducerRedisOutput.new(
|
|
15
|
+
producer_details: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| **redshift_port** | **String** | Redshift Port | [optional][default to '5439'] |
|
|
17
17
|
| **redshift_username** | **String** | Redshift Username | [optional] |
|
|
18
18
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
19
|
-
| **secure_access_host** | **Array<String>** | Target DB servers for connections | [optional] |
|
|
19
|
+
| **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
|
|
20
20
|
| **ssl** | **Boolean** | Enable/Disable SSL [true/false] | [optional][default to false] |
|
|
21
21
|
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
22
22
|
| **target_name** | **String** | Target name | [optional] |
|
data/docs/Item.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **access_date** | **Time** | | [optional] |
|
|
8
8
|
| **access_request_status** | **String** | | [optional] |
|
|
9
9
|
| **auto_rotate** | **Boolean** | | [optional] |
|
|
10
|
+
| **bastion_details** | [**BastionsList**](BastionsList.md) | | [optional] |
|
|
10
11
|
| **cert_issuer_signer_key_name** | **String** | | [optional] |
|
|
11
12
|
| **certificate_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
|
|
12
13
|
| **certificates** | **String** | | [optional] |
|
|
@@ -52,6 +53,7 @@ instance = Akeyless::Item.new(
|
|
|
52
53
|
access_date: null,
|
|
53
54
|
access_request_status: null,
|
|
54
55
|
auto_rotate: null,
|
|
56
|
+
bastion_details: null,
|
|
55
57
|
cert_issuer_signer_key_name: null,
|
|
56
58
|
certificate_issue_details: null,
|
|
57
59
|
certificates: null,
|
data/docs/LastStatusInfo.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **migrations_status** | [**MigrationStatus**](MigrationStatus.md) | | [optional] |
|
|
8
8
|
| **producers_errors** | **Object** | | [optional] |
|
|
9
|
+
| **was_migrations_copied_to_new_table** | **Boolean** | flag to indicate migrationStatus copied to new table | [optional] |
|
|
9
10
|
|
|
10
11
|
## Example
|
|
11
12
|
|
|
@@ -14,7 +15,8 @@ require 'akeyless'
|
|
|
14
15
|
|
|
15
16
|
instance = Akeyless::LastStatusInfo.new(
|
|
16
17
|
migrations_status: null,
|
|
17
|
-
producers_errors: null
|
|
18
|
+
producers_errors: null,
|
|
19
|
+
was_migrations_copied_to_new_table: null
|
|
18
20
|
)
|
|
19
21
|
```
|
|
20
22
|
|
data/docs/SecretInfo.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::SecretInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **created** | **Time** | | [optional] |
|
|
8
|
+
| **description** | **String** | | [optional] |
|
|
9
|
+
| **expiration** | **Time** | | [optional] |
|
|
10
|
+
| **last_retrieved** | **Time** | | [optional] |
|
|
11
|
+
| **location** | **Object** | | [optional] |
|
|
12
|
+
| **name** | **String** | | [optional] |
|
|
13
|
+
| **secret_id** | **String** | | [optional] |
|
|
14
|
+
| **status** | **Boolean** | | [optional] |
|
|
15
|
+
| **tags** | **Hash<String, String>** | | [optional] |
|
|
16
|
+
| **type** | **String** | | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::SecretInfo.new(
|
|
24
|
+
created: null,
|
|
25
|
+
description: null,
|
|
26
|
+
expiration: null,
|
|
27
|
+
last_retrieved: null,
|
|
28
|
+
location: null,
|
|
29
|
+
name: null,
|
|
30
|
+
secret_id: null,
|
|
31
|
+
status: null,
|
|
32
|
+
tags: null,
|
|
33
|
+
type: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
| **azure_tenant_id** | **String** | | [optional] |
|
|
24
24
|
| **ca_cert_data** | **Array<Integer>** | CACertData is the rsa 4096 certificate data in PEM format | [optional] |
|
|
25
25
|
| **ca_cert_name** | **String** | CACertName is the name of the certificate in SalesForce tenant | [optional] |
|
|
26
|
+
| **certificate** | **String** | | [optional] |
|
|
26
27
|
| **chef_server_host_name** | **String** | | [optional] |
|
|
27
28
|
| **chef_server_key** | **String** | | [optional] |
|
|
28
29
|
| **chef_server_port** | **String** | | [optional] |
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
| **tenant_url** | **String** | | [optional] |
|
|
99
100
|
| **url** | **String** | | [optional] |
|
|
100
101
|
| **use_gw_cloud_identity** | **Boolean** | | [optional] |
|
|
102
|
+
| **use_tls** | **Boolean** | | [optional] |
|
|
101
103
|
| **user_name** | **String** | | [optional] |
|
|
102
104
|
| **user_password** | **String** | | [optional] |
|
|
103
105
|
| **username** | **String** | | [optional] |
|
|
@@ -133,6 +135,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
133
135
|
azure_tenant_id: null,
|
|
134
136
|
ca_cert_data: null,
|
|
135
137
|
ca_cert_name: null,
|
|
138
|
+
certificate: null,
|
|
136
139
|
chef_server_host_name: null,
|
|
137
140
|
chef_server_key: null,
|
|
138
141
|
chef_server_port: null,
|
|
@@ -208,6 +211,7 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
208
211
|
tenant_url: null,
|
|
209
212
|
url: null,
|
|
210
213
|
use_gw_cloud_identity: null,
|
|
214
|
+
use_tls: null,
|
|
211
215
|
user_name: null,
|
|
212
216
|
user_password: null,
|
|
213
217
|
username: null,
|
data/docs/UpdateItem.md
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
30
30
|
| **secure_access_db_schema** | **String** | The DB schema (relevant only for DB Dynamic-Secret) | [optional] |
|
|
31
31
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
32
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
32
|
+
| **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] |
|
|
33
33
|
| **secure_access_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) | [optional] |
|
|
34
34
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username | [optional] |
|
|
35
35
|
| **secure_access_rm_host** | **Array<String>** | List of the existent hosts that will be removed from SRA servers host | [optional] |
|
data/docs/UpdateRotatedSecret.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
|
|
35
35
|
| **secure_access_db_schema** | **String** | The db schema (relevant only for mssql or postgresql) | [optional] |
|
|
36
36
|
| **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
|
|
37
|
-
| **secure_access_host** | **Array<String>** | Target servers for connections | [optional] |
|
|
37
|
+
| **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] |
|
|
38
38
|
| **secure_access_rdp_domain** | **String** | Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) | [optional] |
|
|
39
39
|
| **secure_access_rdp_user** | **String** | Override the RDP Domain username (relevant only for rdp) | [optional] |
|
|
40
40
|
| **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
|
data/docs/UpdateSSHCertIssuer.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **secure_access_bastion_api** | **String** | Bastion's SSH control API endpoint. E.g. https://my.bastion:9900 | [optional] |
|
|
18
18
|
| **secure_access_bastion_ssh** | **String** | Bastion's SSH server. E.g. my.bastion:22 | [optional] |
|
|
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_ssh_creds_user** | **String** | SSH username to connect to target server, must be in 'Allowed Users' list | [optional] |
|
|
22
22
|
| **secure_access_use_internal_bastion** | **Boolean** | Use internal SSH Bastion | [optional] |
|
|
23
23
|
| **signer_key_name** | **String** | A key to sign the certificate with | |
|
data/docs/UpdateWindowsTarget.md
CHANGED
|
@@ -4,19 +4,21 @@
|
|
|
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
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
11
12
|
| **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] |
|
|
12
13
|
| **name** | **String** | Target name | |
|
|
13
14
|
| **new_name** | **String** | New target name | [optional] |
|
|
14
|
-
| **password** | **String** |
|
|
15
|
-
| **port** | **String** | Server WinRM
|
|
15
|
+
| **password** | **String** | Privileged user password | |
|
|
16
|
+
| **port** | **String** | Server WinRM port | [optional][default to '5986'] |
|
|
16
17
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
18
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
19
|
| **update_version** | **Boolean** | Deprecated | [optional] |
|
|
19
|
-
| **
|
|
20
|
+
| **use_tls** | **String** | Enable/Disable TLS for WinRM over HTTPS [true/false] | [optional][default to 'true'] |
|
|
21
|
+
| **username** | **String** | Privileged username | |
|
|
20
22
|
|
|
21
23
|
## Example
|
|
22
24
|
|
|
@@ -24,6 +26,7 @@
|
|
|
24
26
|
require 'akeyless'
|
|
25
27
|
|
|
26
28
|
instance = Akeyless::UpdateWindowsTarget.new(
|
|
29
|
+
certificate: null,
|
|
27
30
|
description: null,
|
|
28
31
|
hostname: null,
|
|
29
32
|
json: null,
|
|
@@ -36,6 +39,7 @@ instance = Akeyless::UpdateWindowsTarget.new(
|
|
|
36
39
|
token: null,
|
|
37
40
|
uid_token: null,
|
|
38
41
|
update_version: null,
|
|
42
|
+
use_tls: null,
|
|
39
43
|
username: null
|
|
40
44
|
)
|
|
41
45
|
```
|