akeyless 5.0.24 → 5.0.25
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 +2 -2
- data/docs/AccountGeneralSettings.md +2 -0
- data/docs/CreateDBTarget.md +8 -0
- data/docs/DSProducerDetails.md +8 -0
- data/docs/DbTargetDetails.md +8 -0
- data/docs/TargetCreateDB.md +8 -0
- data/docs/TargetUpdateDB.md +8 -0
- data/docs/UpdateDBTarget.md +8 -0
- data/docs/V2Api.md +1 -1
- data/lib/akeyless/api/v2_api.rb +1 -1
- data/lib/akeyless/models/account_general_settings.rb +10 -1
- data/lib/akeyless/models/create_db_target.rb +41 -1
- data/lib/akeyless/models/db_target_details.rb +41 -1
- data/lib/akeyless/models/ds_producer_details.rb +41 -1
- data/lib/akeyless/models/target_create_db.rb +41 -1
- data/lib/akeyless/models/target_update_db.rb +41 -1
- data/lib/akeyless/models/update_db_target.rb +41 -1
- data/lib/akeyless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f6a2b2336cae61acc7deeed4137ff0e31887fa33372e7375972fdac1ed9ce84
|
|
4
|
+
data.tar.gz: ed9e6e16caa062355655eab37bd3d00b239d331a226398a33c1f664584b8a896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d60a80e2711d4e6b8e72566f04e6a201e21b95ad372642b872057febbd4dac8793af5bbcce59baaba9b2425b7076f482f28b1c7d54b8a5807f6f8cdfdb540322
|
|
7
|
+
data.tar.gz: 9fc1aaa9785aacffdcfa12dd7103ae43e2600822ce2ee54679e2958287f1c3065177c71b2fad7f3a9fb62e95ccb517e1154ebf8f7ee2b6475efe89442f91c404
|
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: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.25
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
@@ -243,7 +243,7 @@ Class | Method | HTTP request | Description
|
|
|
243
243
|
*Akeyless::V2Api* | [**dynamic_secret_update_ms_sql**](docs/V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql |
|
|
244
244
|
*Akeyless::V2Api* | [**dynamic_secret_update_my_sql**](docs/V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql |
|
|
245
245
|
*Akeyless::V2Api* | [**dynamic_secret_update_open_ai**](docs/V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai |
|
|
246
|
-
*Akeyless::V2Api* | [**dynamic_secret_update_oracle_db**](docs/V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-
|
|
246
|
+
*Akeyless::V2Api* | [**dynamic_secret_update_oracle_db**](docs/V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracledb |
|
|
247
247
|
*Akeyless::V2Api* | [**dynamic_secret_update_ping**](docs/V2Api.md#dynamic_secret_update_ping) | **POST** /dynamic-secret-update-ping |
|
|
248
248
|
*Akeyless::V2Api* | [**dynamic_secret_update_postgre_sql**](docs/V2Api.md#dynamic_secret_update_postgre_sql) | **POST** /dynamic-secret-update-postgresql |
|
|
249
249
|
*Akeyless::V2Api* | [**dynamic_secret_update_rabbit_mq**](docs/V2Api.md#dynamic_secret_update_rabbit_mq) | **POST** /dynamic-secret-update-rabbitmq |
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
|
|
9
9
|
| **ai_insights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional] |
|
|
10
10
|
| **allow_auto_fill** | **Boolean** | | [optional] |
|
|
11
|
+
| **allow_passkeys** | **Boolean** | | [optional] |
|
|
11
12
|
| **allowed_client_types** | [**AllowedClientType**](AllowedClientType.md) | | [optional] |
|
|
12
13
|
| **allowed_clients_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
|
|
13
14
|
| **allowed_gateways_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
|
|
@@ -42,6 +43,7 @@ instance = Akeyless::AccountGeneralSettings.new(
|
|
|
42
43
|
account_default_key_name: null,
|
|
43
44
|
ai_insights: null,
|
|
44
45
|
allow_auto_fill: null,
|
|
46
|
+
allow_passkeys: null,
|
|
45
47
|
allowed_client_types: null,
|
|
46
48
|
allowed_clients_ips: null,
|
|
47
49
|
allowed_gateways_ips: null,
|
data/docs/CreateDBTarget.md
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
| **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
8
8
|
| **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
9
9
|
| **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
10
|
+
| **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
|
|
11
|
+
| **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
|
|
12
|
+
| **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
|
|
10
13
|
| **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
|
|
11
14
|
| **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
|
|
12
15
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
@@ -16,6 +19,7 @@
|
|
|
16
19
|
| **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
|
|
17
20
|
| **db_type** | **String** | | |
|
|
18
21
|
| **description** | **String** | Description of the object | [optional] |
|
|
22
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
|
|
19
23
|
| **host** | **String** | | [optional] |
|
|
20
24
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
21
25
|
| **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] |
|
|
@@ -52,6 +56,9 @@ instance = Akeyless::CreateDBTarget.new(
|
|
|
52
56
|
azure_client_id: null,
|
|
53
57
|
azure_client_secret: null,
|
|
54
58
|
azure_tenant_id: null,
|
|
59
|
+
client_certificate: null,
|
|
60
|
+
client_key_passphrase: null,
|
|
61
|
+
client_private_key: null,
|
|
55
62
|
cloud_service_provider: null,
|
|
56
63
|
cluster_mode: null,
|
|
57
64
|
comment: null,
|
|
@@ -61,6 +68,7 @@ instance = Akeyless::CreateDBTarget.new(
|
|
|
61
68
|
db_server_name: null,
|
|
62
69
|
db_type: null,
|
|
63
70
|
description: null,
|
|
71
|
+
enable_mtls: null,
|
|
64
72
|
host: null,
|
|
65
73
|
json: null,
|
|
66
74
|
key: null,
|
data/docs/DSProducerDetails.md
CHANGED
|
@@ -59,6 +59,9 @@
|
|
|
59
59
|
| **chef_server_username** | **String** | | [optional] |
|
|
60
60
|
| **chef_skip_ssl** | **Boolean** | | [optional] |
|
|
61
61
|
| **client_authentication_type** | **String** | | [optional] |
|
|
62
|
+
| **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
63
|
+
| **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
|
|
64
|
+
| **client_private_key** | **String** | (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field | [optional] |
|
|
62
65
|
| **cloud_service_provider** | **String** | | [optional] |
|
|
63
66
|
| **cluster_mode** | **Boolean** | | [optional] |
|
|
64
67
|
| **connection_type** | **String** | | [optional] |
|
|
@@ -91,6 +94,7 @@
|
|
|
91
94
|
| **eks_region** | **String** | | [optional] |
|
|
92
95
|
| **eks_secret_access_key** | **String** | | [optional] |
|
|
93
96
|
| **enable_admin_rotation** | **Boolean** | | [optional] |
|
|
97
|
+
| **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
|
|
94
98
|
| **enforce_replay_prevention** | **Boolean** | relevant for PRIVATE_KEY_JWT client authentication type | [optional] |
|
|
95
99
|
| **expiration_date** | **Time** | | [optional] |
|
|
96
100
|
| **externally_provided_user** | **String** | | [optional] |
|
|
@@ -332,6 +336,9 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
332
336
|
chef_server_username: null,
|
|
333
337
|
chef_skip_ssl: null,
|
|
334
338
|
client_authentication_type: null,
|
|
339
|
+
client_certificate: null,
|
|
340
|
+
client_key_passphrase: null,
|
|
341
|
+
client_private_key: null,
|
|
335
342
|
cloud_service_provider: null,
|
|
336
343
|
cluster_mode: null,
|
|
337
344
|
connection_type: null,
|
|
@@ -364,6 +371,7 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
364
371
|
eks_region: null,
|
|
365
372
|
eks_secret_access_key: null,
|
|
366
373
|
enable_admin_rotation: null,
|
|
374
|
+
enable_mtls: null,
|
|
367
375
|
enforce_replay_prevention: null,
|
|
368
376
|
expiration_date: null,
|
|
369
377
|
externally_provided_user: null,
|
data/docs/DbTargetDetails.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
8
|
+
| **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
|
|
9
|
+
| **client_private_key** | **String** | (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field | [optional] |
|
|
7
10
|
| **cloud_service_provider** | **String** | | [optional] |
|
|
8
11
|
| **cluster_mode** | **Boolean** | | [optional] |
|
|
9
12
|
| **connection_type** | **String** | | [optional] |
|
|
@@ -19,6 +22,7 @@
|
|
|
19
22
|
| **db_server_name** | **String** | (Optional) ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. | [optional] |
|
|
20
23
|
| **db_tenant_id** | **String** | | [optional] |
|
|
21
24
|
| **db_user_name** | **String** | | [optional] |
|
|
25
|
+
| **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
|
|
22
26
|
| **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
|
|
23
27
|
| **sf_account** | **String** | | [optional] |
|
|
24
28
|
| **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
@@ -30,6 +34,9 @@
|
|
|
30
34
|
require 'akeyless'
|
|
31
35
|
|
|
32
36
|
instance = Akeyless::DbTargetDetails.new(
|
|
37
|
+
client_certificate: null,
|
|
38
|
+
client_key_passphrase: null,
|
|
39
|
+
client_private_key: null,
|
|
33
40
|
cloud_service_provider: null,
|
|
34
41
|
cluster_mode: null,
|
|
35
42
|
connection_type: null,
|
|
@@ -45,6 +52,7 @@ instance = Akeyless::DbTargetDetails.new(
|
|
|
45
52
|
db_server_name: null,
|
|
46
53
|
db_tenant_id: null,
|
|
47
54
|
db_user_name: null,
|
|
55
|
+
enable_mtls: null,
|
|
48
56
|
oracle_wallet_details: null,
|
|
49
57
|
sf_account: null,
|
|
50
58
|
ssl_connection_certificate: null,
|
data/docs/TargetCreateDB.md
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
| **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
8
8
|
| **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
9
9
|
| **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
10
|
+
| **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
|
|
11
|
+
| **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
|
|
12
|
+
| **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
|
|
10
13
|
| **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
|
|
11
14
|
| **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
|
|
12
15
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
@@ -17,6 +20,7 @@
|
|
|
17
20
|
| **db_type** | **String** | | |
|
|
18
21
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
19
22
|
| **description** | **String** | Description of the object | [optional] |
|
|
23
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
|
|
20
24
|
| **host** | **String** | | [optional] |
|
|
21
25
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
22
26
|
| **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] |
|
|
@@ -53,6 +57,9 @@ instance = Akeyless::TargetCreateDB.new(
|
|
|
53
57
|
azure_client_id: null,
|
|
54
58
|
azure_client_secret: null,
|
|
55
59
|
azure_tenant_id: null,
|
|
60
|
+
client_certificate: null,
|
|
61
|
+
client_key_passphrase: null,
|
|
62
|
+
client_private_key: null,
|
|
56
63
|
cloud_service_provider: null,
|
|
57
64
|
cluster_mode: null,
|
|
58
65
|
comment: null,
|
|
@@ -63,6 +70,7 @@ instance = Akeyless::TargetCreateDB.new(
|
|
|
63
70
|
db_type: null,
|
|
64
71
|
delete_protection: null,
|
|
65
72
|
description: null,
|
|
73
|
+
enable_mtls: null,
|
|
66
74
|
host: null,
|
|
67
75
|
json: null,
|
|
68
76
|
key: null,
|
data/docs/TargetUpdateDB.md
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
| **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
8
8
|
| **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
9
9
|
| **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
10
|
+
| **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
|
|
11
|
+
| **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
|
|
12
|
+
| **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
|
|
10
13
|
| **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
|
|
11
14
|
| **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
|
|
12
15
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
@@ -17,6 +20,7 @@
|
|
|
17
20
|
| **db_type** | **String** | | |
|
|
18
21
|
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
19
22
|
| **description** | **String** | Description of the object | [optional] |
|
|
23
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
|
|
20
24
|
| **host** | **String** | | [optional] |
|
|
21
25
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
22
26
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
@@ -55,6 +59,9 @@ instance = Akeyless::TargetUpdateDB.new(
|
|
|
55
59
|
azure_client_id: null,
|
|
56
60
|
azure_client_secret: null,
|
|
57
61
|
azure_tenant_id: null,
|
|
62
|
+
client_certificate: null,
|
|
63
|
+
client_key_passphrase: null,
|
|
64
|
+
client_private_key: null,
|
|
58
65
|
cloud_service_provider: null,
|
|
59
66
|
cluster_mode: null,
|
|
60
67
|
comment: null,
|
|
@@ -65,6 +72,7 @@ instance = Akeyless::TargetUpdateDB.new(
|
|
|
65
72
|
db_type: null,
|
|
66
73
|
delete_protection: null,
|
|
67
74
|
description: null,
|
|
75
|
+
enable_mtls: null,
|
|
68
76
|
host: null,
|
|
69
77
|
json: null,
|
|
70
78
|
keep_prev_version: null,
|
data/docs/UpdateDBTarget.md
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
| **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
8
8
|
| **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
9
9
|
| **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
|
|
10
|
+
| **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
|
|
11
|
+
| **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
|
|
12
|
+
| **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
|
|
10
13
|
| **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
|
|
11
14
|
| **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
|
|
12
15
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
|
@@ -16,6 +19,7 @@
|
|
|
16
19
|
| **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
|
|
17
20
|
| **db_type** | **String** | | |
|
|
18
21
|
| **description** | **String** | Description of the object | [optional] |
|
|
22
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
|
|
19
23
|
| **host** | **String** | | [optional] |
|
|
20
24
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
21
25
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
@@ -55,6 +59,9 @@ instance = Akeyless::UpdateDBTarget.new(
|
|
|
55
59
|
azure_client_id: null,
|
|
56
60
|
azure_client_secret: null,
|
|
57
61
|
azure_tenant_id: null,
|
|
62
|
+
client_certificate: null,
|
|
63
|
+
client_key_passphrase: null,
|
|
64
|
+
client_private_key: null,
|
|
58
65
|
cloud_service_provider: null,
|
|
59
66
|
cluster_mode: null,
|
|
60
67
|
comment: null,
|
|
@@ -64,6 +71,7 @@ instance = Akeyless::UpdateDBTarget.new(
|
|
|
64
71
|
db_server_name: null,
|
|
65
72
|
db_type: null,
|
|
66
73
|
description: null,
|
|
74
|
+
enable_mtls: null,
|
|
67
75
|
host: null,
|
|
68
76
|
json: null,
|
|
69
77
|
keep_prev_version: null,
|
data/docs/V2Api.md
CHANGED
|
@@ -187,7 +187,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
187
187
|
| [**dynamic_secret_update_ms_sql**](V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql | |
|
|
188
188
|
| [**dynamic_secret_update_my_sql**](V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql | |
|
|
189
189
|
| [**dynamic_secret_update_open_ai**](V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai | |
|
|
190
|
-
| [**dynamic_secret_update_oracle_db**](V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-
|
|
190
|
+
| [**dynamic_secret_update_oracle_db**](V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracledb | |
|
|
191
191
|
| [**dynamic_secret_update_ping**](V2Api.md#dynamic_secret_update_ping) | **POST** /dynamic-secret-update-ping | |
|
|
192
192
|
| [**dynamic_secret_update_postgre_sql**](V2Api.md#dynamic_secret_update_postgre_sql) | **POST** /dynamic-secret-update-postgresql | |
|
|
193
193
|
| [**dynamic_secret_update_rabbit_mq**](V2Api.md#dynamic_secret_update_rabbit_mq) | **POST** /dynamic-secret-update-rabbitmq | |
|
data/lib/akeyless/api/v2_api.rb
CHANGED
|
@@ -11755,7 +11755,7 @@ module Akeyless
|
|
|
11755
11755
|
fail ArgumentError, "Missing the required parameter 'dynamic_secret_update_oracle_db' when calling V2Api.dynamic_secret_update_oracle_db"
|
|
11756
11756
|
end
|
|
11757
11757
|
# resource path
|
|
11758
|
-
local_var_path = '/dynamic-secret-update-
|
|
11758
|
+
local_var_path = '/dynamic-secret-update-oracledb'
|
|
11759
11759
|
|
|
11760
11760
|
# query parameters
|
|
11761
11761
|
query_params = opts[:query_params] || {}
|
|
@@ -26,6 +26,8 @@ module Akeyless
|
|
|
26
26
|
|
|
27
27
|
attr_accessor :allow_auto_fill
|
|
28
28
|
|
|
29
|
+
attr_accessor :allow_passkeys
|
|
30
|
+
|
|
29
31
|
attr_accessor :allowed_client_types
|
|
30
32
|
|
|
31
33
|
attr_accessor :allowed_clients_ips
|
|
@@ -81,6 +83,7 @@ module Akeyless
|
|
|
81
83
|
:'account_default_key_name' => :'account_default_key_name',
|
|
82
84
|
:'ai_insights' => :'ai_insights',
|
|
83
85
|
:'allow_auto_fill' => :'allow_auto_fill',
|
|
86
|
+
:'allow_passkeys' => :'allow_passkeys',
|
|
84
87
|
:'allowed_client_types' => :'allowed_client_types',
|
|
85
88
|
:'allowed_clients_ips' => :'allowed_clients_ips',
|
|
86
89
|
:'allowed_gateways_ips' => :'allowed_gateways_ips',
|
|
@@ -119,6 +122,7 @@ module Akeyless
|
|
|
119
122
|
:'account_default_key_name' => :'String',
|
|
120
123
|
:'ai_insights' => :'AiInsightsSetting',
|
|
121
124
|
:'allow_auto_fill' => :'Boolean',
|
|
125
|
+
:'allow_passkeys' => :'Boolean',
|
|
122
126
|
:'allowed_client_types' => :'AllowedClientType',
|
|
123
127
|
:'allowed_clients_ips' => :'AllowedIpSettings',
|
|
124
128
|
:'allowed_gateways_ips' => :'AllowedIpSettings',
|
|
@@ -182,6 +186,10 @@ module Akeyless
|
|
|
182
186
|
self.allow_auto_fill = attributes[:'allow_auto_fill']
|
|
183
187
|
end
|
|
184
188
|
|
|
189
|
+
if attributes.key?(:'allow_passkeys')
|
|
190
|
+
self.allow_passkeys = attributes[:'allow_passkeys']
|
|
191
|
+
end
|
|
192
|
+
|
|
185
193
|
if attributes.key?(:'allowed_client_types')
|
|
186
194
|
self.allowed_client_types = attributes[:'allowed_client_types']
|
|
187
195
|
end
|
|
@@ -299,6 +307,7 @@ module Akeyless
|
|
|
299
307
|
account_default_key_name == o.account_default_key_name &&
|
|
300
308
|
ai_insights == o.ai_insights &&
|
|
301
309
|
allow_auto_fill == o.allow_auto_fill &&
|
|
310
|
+
allow_passkeys == o.allow_passkeys &&
|
|
302
311
|
allowed_client_types == o.allowed_client_types &&
|
|
303
312
|
allowed_clients_ips == o.allowed_clients_ips &&
|
|
304
313
|
allowed_gateways_ips == o.allowed_gateways_ips &&
|
|
@@ -333,7 +342,7 @@ module Akeyless
|
|
|
333
342
|
# Calculates hash code according to all attributes.
|
|
334
343
|
# @return [Integer] Hash code
|
|
335
344
|
def hash
|
|
336
|
-
[account_default_key_item_id, account_default_key_name, ai_insights, allow_auto_fill, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_auth_method, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_secret_reveal_copy, hide_static_password, invalid_characters, item_locking, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
|
|
345
|
+
[account_default_key_item_id, account_default_key_name, ai_insights, allow_auto_fill, allow_passkeys, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_auth_method, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_secret_reveal_copy, hide_static_password, invalid_characters, item_locking, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
|
|
337
346
|
end
|
|
338
347
|
|
|
339
348
|
# Builds the object from hash
|
|
@@ -25,6 +25,15 @@ module Akeyless
|
|
|
25
25
|
# (Optional) Tenant id (relevant for \"cloud-service-provider\" only)
|
|
26
26
|
attr_accessor :azure_tenant_id
|
|
27
27
|
|
|
28
|
+
# Client certificate for mutual TLS
|
|
29
|
+
attr_accessor :client_certificate
|
|
30
|
+
|
|
31
|
+
# Client private key passphrase for mutual TLS
|
|
32
|
+
attr_accessor :client_key_passphrase
|
|
33
|
+
|
|
34
|
+
# Client private key for mutual TLS
|
|
35
|
+
attr_accessor :client_private_key
|
|
36
|
+
|
|
28
37
|
# (Optional) Cloud service provider (currently only supports Azure)
|
|
29
38
|
attr_accessor :cloud_service_provider
|
|
30
39
|
|
|
@@ -50,6 +59,9 @@ module Akeyless
|
|
|
50
59
|
# Description of the object
|
|
51
60
|
attr_accessor :description
|
|
52
61
|
|
|
62
|
+
# Enable mutual TLS
|
|
63
|
+
attr_accessor :enable_mtls
|
|
64
|
+
|
|
53
65
|
attr_accessor :host
|
|
54
66
|
|
|
55
67
|
# Set output format to JSON
|
|
@@ -128,6 +140,9 @@ module Akeyless
|
|
|
128
140
|
:'azure_client_id' => :'azure-client-id',
|
|
129
141
|
:'azure_client_secret' => :'azure-client-secret',
|
|
130
142
|
:'azure_tenant_id' => :'azure-tenant-id',
|
|
143
|
+
:'client_certificate' => :'client-certificate',
|
|
144
|
+
:'client_key_passphrase' => :'client-key-passphrase',
|
|
145
|
+
:'client_private_key' => :'client-private-key',
|
|
131
146
|
:'cloud_service_provider' => :'cloud-service-provider',
|
|
132
147
|
:'cluster_mode' => :'cluster-mode',
|
|
133
148
|
:'comment' => :'comment',
|
|
@@ -137,6 +152,7 @@ module Akeyless
|
|
|
137
152
|
:'db_server_name' => :'db-server-name',
|
|
138
153
|
:'db_type' => :'db-type',
|
|
139
154
|
:'description' => :'description',
|
|
155
|
+
:'enable_mtls' => :'enable-mtls',
|
|
140
156
|
:'host' => :'host',
|
|
141
157
|
:'json' => :'json',
|
|
142
158
|
:'key' => :'key',
|
|
@@ -177,6 +193,9 @@ module Akeyless
|
|
|
177
193
|
:'azure_client_id' => :'String',
|
|
178
194
|
:'azure_client_secret' => :'String',
|
|
179
195
|
:'azure_tenant_id' => :'String',
|
|
196
|
+
:'client_certificate' => :'String',
|
|
197
|
+
:'client_key_passphrase' => :'String',
|
|
198
|
+
:'client_private_key' => :'String',
|
|
180
199
|
:'cloud_service_provider' => :'String',
|
|
181
200
|
:'cluster_mode' => :'Boolean',
|
|
182
201
|
:'comment' => :'String',
|
|
@@ -186,6 +205,7 @@ module Akeyless
|
|
|
186
205
|
:'db_server_name' => :'String',
|
|
187
206
|
:'db_type' => :'String',
|
|
188
207
|
:'description' => :'String',
|
|
208
|
+
:'enable_mtls' => :'Boolean',
|
|
189
209
|
:'host' => :'String',
|
|
190
210
|
:'json' => :'Boolean',
|
|
191
211
|
:'key' => :'String',
|
|
@@ -248,6 +268,18 @@ module Akeyless
|
|
|
248
268
|
self.azure_tenant_id = attributes[:'azure_tenant_id']
|
|
249
269
|
end
|
|
250
270
|
|
|
271
|
+
if attributes.key?(:'client_certificate')
|
|
272
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
if attributes.key?(:'client_key_passphrase')
|
|
276
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
if attributes.key?(:'client_private_key')
|
|
280
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
281
|
+
end
|
|
282
|
+
|
|
251
283
|
if attributes.key?(:'cloud_service_provider')
|
|
252
284
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
253
285
|
end
|
|
@@ -288,6 +320,10 @@ module Akeyless
|
|
|
288
320
|
self.description = attributes[:'description']
|
|
289
321
|
end
|
|
290
322
|
|
|
323
|
+
if attributes.key?(:'enable_mtls')
|
|
324
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
325
|
+
end
|
|
326
|
+
|
|
291
327
|
if attributes.key?(:'host')
|
|
292
328
|
self.host = attributes[:'host']
|
|
293
329
|
end
|
|
@@ -437,6 +473,9 @@ module Akeyless
|
|
|
437
473
|
azure_client_id == o.azure_client_id &&
|
|
438
474
|
azure_client_secret == o.azure_client_secret &&
|
|
439
475
|
azure_tenant_id == o.azure_tenant_id &&
|
|
476
|
+
client_certificate == o.client_certificate &&
|
|
477
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
478
|
+
client_private_key == o.client_private_key &&
|
|
440
479
|
cloud_service_provider == o.cloud_service_provider &&
|
|
441
480
|
cluster_mode == o.cluster_mode &&
|
|
442
481
|
comment == o.comment &&
|
|
@@ -446,6 +485,7 @@ module Akeyless
|
|
|
446
485
|
db_server_name == o.db_server_name &&
|
|
447
486
|
db_type == o.db_type &&
|
|
448
487
|
description == o.description &&
|
|
488
|
+
enable_mtls == o.enable_mtls &&
|
|
449
489
|
host == o.host &&
|
|
450
490
|
json == o.json &&
|
|
451
491
|
key == o.key &&
|
|
@@ -483,7 +523,7 @@ module Akeyless
|
|
|
483
523
|
# Calculates hash code according to all attributes.
|
|
484
524
|
# @return [Integer] Hash code
|
|
485
525
|
def hash
|
|
486
|
-
[azure_client_id, azure_client_secret, azure_tenant_id, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, description, host, json, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
526
|
+
[azure_client_id, azure_client_secret, azure_tenant_id, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, description, enable_mtls, host, json, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
487
527
|
end
|
|
488
528
|
|
|
489
529
|
# Builds the object from hash
|
|
@@ -16,6 +16,15 @@ require 'time'
|
|
|
16
16
|
module Akeyless
|
|
17
17
|
# DbTargetDetails
|
|
18
18
|
class DbTargetDetails
|
|
19
|
+
# (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field
|
|
20
|
+
attr_accessor :client_certificate
|
|
21
|
+
|
|
22
|
+
# (Optional) ClientKeyPassphrase defines the passphrase for the client private key
|
|
23
|
+
attr_accessor :client_key_passphrase
|
|
24
|
+
|
|
25
|
+
# (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field
|
|
26
|
+
attr_accessor :client_private_key
|
|
27
|
+
|
|
19
28
|
attr_accessor :cloud_service_provider
|
|
20
29
|
|
|
21
30
|
attr_accessor :cluster_mode
|
|
@@ -49,6 +58,9 @@ module Akeyless
|
|
|
49
58
|
|
|
50
59
|
attr_accessor :db_user_name
|
|
51
60
|
|
|
61
|
+
# (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB
|
|
62
|
+
attr_accessor :enable_mtls
|
|
63
|
+
|
|
52
64
|
attr_accessor :oracle_wallet_details
|
|
53
65
|
|
|
54
66
|
attr_accessor :sf_account
|
|
@@ -62,6 +74,9 @@ module Akeyless
|
|
|
62
74
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
63
75
|
def self.attribute_map
|
|
64
76
|
{
|
|
77
|
+
:'client_certificate' => :'client_certificate',
|
|
78
|
+
:'client_key_passphrase' => :'client_key_passphrase',
|
|
79
|
+
:'client_private_key' => :'client_private_key',
|
|
65
80
|
:'cloud_service_provider' => :'cloud_service_provider',
|
|
66
81
|
:'cluster_mode' => :'cluster_mode',
|
|
67
82
|
:'connection_type' => :'connection_type',
|
|
@@ -77,6 +92,7 @@ module Akeyless
|
|
|
77
92
|
:'db_server_name' => :'db_server_name',
|
|
78
93
|
:'db_tenant_id' => :'db_tenant_id',
|
|
79
94
|
:'db_user_name' => :'db_user_name',
|
|
95
|
+
:'enable_mtls' => :'enable_mtls',
|
|
80
96
|
:'oracle_wallet_details' => :'oracle_wallet_details',
|
|
81
97
|
:'sf_account' => :'sf_account',
|
|
82
98
|
:'ssl_connection_certificate' => :'ssl_connection_certificate',
|
|
@@ -92,6 +108,9 @@ module Akeyless
|
|
|
92
108
|
# Attribute type mapping.
|
|
93
109
|
def self.openapi_types
|
|
94
110
|
{
|
|
111
|
+
:'client_certificate' => :'String',
|
|
112
|
+
:'client_key_passphrase' => :'String',
|
|
113
|
+
:'client_private_key' => :'String',
|
|
95
114
|
:'cloud_service_provider' => :'String',
|
|
96
115
|
:'cluster_mode' => :'Boolean',
|
|
97
116
|
:'connection_type' => :'String',
|
|
@@ -107,6 +126,7 @@ module Akeyless
|
|
|
107
126
|
:'db_server_name' => :'String',
|
|
108
127
|
:'db_tenant_id' => :'String',
|
|
109
128
|
:'db_user_name' => :'String',
|
|
129
|
+
:'enable_mtls' => :'Boolean',
|
|
110
130
|
:'oracle_wallet_details' => :'WalletDetails',
|
|
111
131
|
:'sf_account' => :'String',
|
|
112
132
|
:'ssl_connection_certificate' => :'String',
|
|
@@ -135,6 +155,18 @@ module Akeyless
|
|
|
135
155
|
h[k.to_sym] = v
|
|
136
156
|
}
|
|
137
157
|
|
|
158
|
+
if attributes.key?(:'client_certificate')
|
|
159
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
if attributes.key?(:'client_key_passphrase')
|
|
163
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
if attributes.key?(:'client_private_key')
|
|
167
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
168
|
+
end
|
|
169
|
+
|
|
138
170
|
if attributes.key?(:'cloud_service_provider')
|
|
139
171
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
140
172
|
end
|
|
@@ -195,6 +227,10 @@ module Akeyless
|
|
|
195
227
|
self.db_user_name = attributes[:'db_user_name']
|
|
196
228
|
end
|
|
197
229
|
|
|
230
|
+
if attributes.key?(:'enable_mtls')
|
|
231
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
232
|
+
end
|
|
233
|
+
|
|
198
234
|
if attributes.key?(:'oracle_wallet_details')
|
|
199
235
|
self.oracle_wallet_details = attributes[:'oracle_wallet_details']
|
|
200
236
|
end
|
|
@@ -232,6 +268,9 @@ module Akeyless
|
|
|
232
268
|
def ==(o)
|
|
233
269
|
return true if self.equal?(o)
|
|
234
270
|
self.class == o.class &&
|
|
271
|
+
client_certificate == o.client_certificate &&
|
|
272
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
273
|
+
client_private_key == o.client_private_key &&
|
|
235
274
|
cloud_service_provider == o.cloud_service_provider &&
|
|
236
275
|
cluster_mode == o.cluster_mode &&
|
|
237
276
|
connection_type == o.connection_type &&
|
|
@@ -247,6 +286,7 @@ module Akeyless
|
|
|
247
286
|
db_server_name == o.db_server_name &&
|
|
248
287
|
db_tenant_id == o.db_tenant_id &&
|
|
249
288
|
db_user_name == o.db_user_name &&
|
|
289
|
+
enable_mtls == o.enable_mtls &&
|
|
250
290
|
oracle_wallet_details == o.oracle_wallet_details &&
|
|
251
291
|
sf_account == o.sf_account &&
|
|
252
292
|
ssl_connection_certificate == o.ssl_connection_certificate &&
|
|
@@ -262,7 +302,7 @@ module Akeyless
|
|
|
262
302
|
# Calculates hash code according to all attributes.
|
|
263
303
|
# @return [Integer] Hash code
|
|
264
304
|
def hash
|
|
265
|
-
[cloud_service_provider, cluster_mode, connection_type, db_client_id, db_client_secret, db_host_name, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, oracle_wallet_details, sf_account, ssl_connection_certificate, ssl_connection_mode].hash
|
|
305
|
+
[client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, connection_type, db_client_id, db_client_secret, db_host_name, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, enable_mtls, oracle_wallet_details, sf_account, ssl_connection_certificate, ssl_connection_mode].hash
|
|
266
306
|
end
|
|
267
307
|
|
|
268
308
|
# Builds the object from hash
|
|
@@ -125,6 +125,15 @@ module Akeyless
|
|
|
125
125
|
|
|
126
126
|
attr_accessor :client_authentication_type
|
|
127
127
|
|
|
128
|
+
# (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field
|
|
129
|
+
attr_accessor :client_certificate
|
|
130
|
+
|
|
131
|
+
# (Optional) ClientKeyPassphrase defines the passphrase for the client private key
|
|
132
|
+
attr_accessor :client_key_passphrase
|
|
133
|
+
|
|
134
|
+
# (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field
|
|
135
|
+
attr_accessor :client_private_key
|
|
136
|
+
|
|
128
137
|
attr_accessor :cloud_service_provider
|
|
129
138
|
|
|
130
139
|
attr_accessor :cluster_mode
|
|
@@ -192,6 +201,9 @@ module Akeyless
|
|
|
192
201
|
|
|
193
202
|
attr_accessor :enable_admin_rotation
|
|
194
203
|
|
|
204
|
+
# (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB
|
|
205
|
+
attr_accessor :enable_mtls
|
|
206
|
+
|
|
195
207
|
# relevant for PRIVATE_KEY_JWT client authentication type
|
|
196
208
|
attr_accessor :enforce_replay_prevention
|
|
197
209
|
|
|
@@ -627,6 +639,9 @@ module Akeyless
|
|
|
627
639
|
:'chef_server_username' => :'chef_server_username',
|
|
628
640
|
:'chef_skip_ssl' => :'chef_skip_ssl',
|
|
629
641
|
:'client_authentication_type' => :'client_authentication_type',
|
|
642
|
+
:'client_certificate' => :'client_certificate',
|
|
643
|
+
:'client_key_passphrase' => :'client_key_passphrase',
|
|
644
|
+
:'client_private_key' => :'client_private_key',
|
|
630
645
|
:'cloud_service_provider' => :'cloud_service_provider',
|
|
631
646
|
:'cluster_mode' => :'cluster_mode',
|
|
632
647
|
:'connection_type' => :'connection_type',
|
|
@@ -659,6 +674,7 @@ module Akeyless
|
|
|
659
674
|
:'eks_region' => :'eks_region',
|
|
660
675
|
:'eks_secret_access_key' => :'eks_secret_access_key',
|
|
661
676
|
:'enable_admin_rotation' => :'enable_admin_rotation',
|
|
677
|
+
:'enable_mtls' => :'enable_mtls',
|
|
662
678
|
:'enforce_replay_prevention' => :'enforce_replay_prevention',
|
|
663
679
|
:'expiration_date' => :'expiration_date',
|
|
664
680
|
:'externally_provided_user' => :'externally_provided_user',
|
|
@@ -904,6 +920,9 @@ module Akeyless
|
|
|
904
920
|
:'chef_server_username' => :'String',
|
|
905
921
|
:'chef_skip_ssl' => :'Boolean',
|
|
906
922
|
:'client_authentication_type' => :'String',
|
|
923
|
+
:'client_certificate' => :'String',
|
|
924
|
+
:'client_key_passphrase' => :'String',
|
|
925
|
+
:'client_private_key' => :'String',
|
|
907
926
|
:'cloud_service_provider' => :'String',
|
|
908
927
|
:'cluster_mode' => :'Boolean',
|
|
909
928
|
:'connection_type' => :'String',
|
|
@@ -936,6 +955,7 @@ module Akeyless
|
|
|
936
955
|
:'eks_region' => :'String',
|
|
937
956
|
:'eks_secret_access_key' => :'String',
|
|
938
957
|
:'enable_admin_rotation' => :'Boolean',
|
|
958
|
+
:'enable_mtls' => :'Boolean',
|
|
939
959
|
:'enforce_replay_prevention' => :'Boolean',
|
|
940
960
|
:'expiration_date' => :'Time',
|
|
941
961
|
:'externally_provided_user' => :'String',
|
|
@@ -1361,6 +1381,18 @@ module Akeyless
|
|
|
1361
1381
|
self.client_authentication_type = attributes[:'client_authentication_type']
|
|
1362
1382
|
end
|
|
1363
1383
|
|
|
1384
|
+
if attributes.key?(:'client_certificate')
|
|
1385
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
1386
|
+
end
|
|
1387
|
+
|
|
1388
|
+
if attributes.key?(:'client_key_passphrase')
|
|
1389
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
1390
|
+
end
|
|
1391
|
+
|
|
1392
|
+
if attributes.key?(:'client_private_key')
|
|
1393
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
1394
|
+
end
|
|
1395
|
+
|
|
1364
1396
|
if attributes.key?(:'cloud_service_provider')
|
|
1365
1397
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
1366
1398
|
end
|
|
@@ -1489,6 +1521,10 @@ module Akeyless
|
|
|
1489
1521
|
self.enable_admin_rotation = attributes[:'enable_admin_rotation']
|
|
1490
1522
|
end
|
|
1491
1523
|
|
|
1524
|
+
if attributes.key?(:'enable_mtls')
|
|
1525
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
1526
|
+
end
|
|
1527
|
+
|
|
1492
1528
|
if attributes.key?(:'enforce_replay_prevention')
|
|
1493
1529
|
self.enforce_replay_prevention = attributes[:'enforce_replay_prevention']
|
|
1494
1530
|
end
|
|
@@ -2309,6 +2345,9 @@ module Akeyless
|
|
|
2309
2345
|
chef_server_username == o.chef_server_username &&
|
|
2310
2346
|
chef_skip_ssl == o.chef_skip_ssl &&
|
|
2311
2347
|
client_authentication_type == o.client_authentication_type &&
|
|
2348
|
+
client_certificate == o.client_certificate &&
|
|
2349
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
2350
|
+
client_private_key == o.client_private_key &&
|
|
2312
2351
|
cloud_service_provider == o.cloud_service_provider &&
|
|
2313
2352
|
cluster_mode == o.cluster_mode &&
|
|
2314
2353
|
connection_type == o.connection_type &&
|
|
@@ -2341,6 +2380,7 @@ module Akeyless
|
|
|
2341
2380
|
eks_region == o.eks_region &&
|
|
2342
2381
|
eks_secret_access_key == o.eks_secret_access_key &&
|
|
2343
2382
|
enable_admin_rotation == o.enable_admin_rotation &&
|
|
2383
|
+
enable_mtls == o.enable_mtls &&
|
|
2344
2384
|
enforce_replay_prevention == o.enforce_replay_prevention &&
|
|
2345
2385
|
expiration_date == o.expiration_date &&
|
|
2346
2386
|
externally_provided_user == o.externally_provided_user &&
|
|
@@ -2531,7 +2571,7 @@ module Akeyless
|
|
|
2531
2571
|
# Calculates hash code according to all attributes.
|
|
2532
2572
|
# @return [Integer] Hash code
|
|
2533
2573
|
def hash
|
|
2534
|
-
[access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, agentic_rules, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_cloud, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_access_type, gcp_fixed_user_claim_keyname, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_role_names, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_allowed_db_names, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
|
|
2574
|
+
[access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, agentic_rules, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_cloud, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enable_mtls, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_access_type, gcp_fixed_user_claim_keyname, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_role_names, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_allowed_db_names, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
|
|
2535
2575
|
end
|
|
2536
2576
|
|
|
2537
2577
|
# Builds the object from hash
|
|
@@ -24,6 +24,15 @@ module Akeyless
|
|
|
24
24
|
# (Optional) Tenant id (relevant for \"cloud-service-provider\" only)
|
|
25
25
|
attr_accessor :azure_tenant_id
|
|
26
26
|
|
|
27
|
+
# Client certificate for mutual TLS
|
|
28
|
+
attr_accessor :client_certificate
|
|
29
|
+
|
|
30
|
+
# Client private key passphrase for mutual TLS
|
|
31
|
+
attr_accessor :client_key_passphrase
|
|
32
|
+
|
|
33
|
+
# Client private key for mutual TLS
|
|
34
|
+
attr_accessor :client_private_key
|
|
35
|
+
|
|
27
36
|
# (Optional) Cloud service provider (currently only supports Azure)
|
|
28
37
|
attr_accessor :cloud_service_provider
|
|
29
38
|
|
|
@@ -52,6 +61,9 @@ module Akeyless
|
|
|
52
61
|
# Description of the object
|
|
53
62
|
attr_accessor :description
|
|
54
63
|
|
|
64
|
+
# Enable mutual TLS
|
|
65
|
+
attr_accessor :enable_mtls
|
|
66
|
+
|
|
55
67
|
attr_accessor :host
|
|
56
68
|
|
|
57
69
|
# Set output format to JSON
|
|
@@ -130,6 +142,9 @@ module Akeyless
|
|
|
130
142
|
:'azure_client_id' => :'azure-client-id',
|
|
131
143
|
:'azure_client_secret' => :'azure-client-secret',
|
|
132
144
|
:'azure_tenant_id' => :'azure-tenant-id',
|
|
145
|
+
:'client_certificate' => :'client-certificate',
|
|
146
|
+
:'client_key_passphrase' => :'client-key-passphrase',
|
|
147
|
+
:'client_private_key' => :'client-private-key',
|
|
133
148
|
:'cloud_service_provider' => :'cloud-service-provider',
|
|
134
149
|
:'cluster_mode' => :'cluster-mode',
|
|
135
150
|
:'comment' => :'comment',
|
|
@@ -140,6 +155,7 @@ module Akeyless
|
|
|
140
155
|
:'db_type' => :'db-type',
|
|
141
156
|
:'delete_protection' => :'delete_protection',
|
|
142
157
|
:'description' => :'description',
|
|
158
|
+
:'enable_mtls' => :'enable-mtls',
|
|
143
159
|
:'host' => :'host',
|
|
144
160
|
:'json' => :'json',
|
|
145
161
|
:'key' => :'key',
|
|
@@ -180,6 +196,9 @@ module Akeyless
|
|
|
180
196
|
:'azure_client_id' => :'String',
|
|
181
197
|
:'azure_client_secret' => :'String',
|
|
182
198
|
:'azure_tenant_id' => :'String',
|
|
199
|
+
:'client_certificate' => :'String',
|
|
200
|
+
:'client_key_passphrase' => :'String',
|
|
201
|
+
:'client_private_key' => :'String',
|
|
183
202
|
:'cloud_service_provider' => :'String',
|
|
184
203
|
:'cluster_mode' => :'Boolean',
|
|
185
204
|
:'comment' => :'String',
|
|
@@ -190,6 +209,7 @@ module Akeyless
|
|
|
190
209
|
:'db_type' => :'String',
|
|
191
210
|
:'delete_protection' => :'String',
|
|
192
211
|
:'description' => :'String',
|
|
212
|
+
:'enable_mtls' => :'Boolean',
|
|
193
213
|
:'host' => :'String',
|
|
194
214
|
:'json' => :'Boolean',
|
|
195
215
|
:'key' => :'String',
|
|
@@ -252,6 +272,18 @@ module Akeyless
|
|
|
252
272
|
self.azure_tenant_id = attributes[:'azure_tenant_id']
|
|
253
273
|
end
|
|
254
274
|
|
|
275
|
+
if attributes.key?(:'client_certificate')
|
|
276
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
if attributes.key?(:'client_key_passphrase')
|
|
280
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
if attributes.key?(:'client_private_key')
|
|
284
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
285
|
+
end
|
|
286
|
+
|
|
255
287
|
if attributes.key?(:'cloud_service_provider')
|
|
256
288
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
257
289
|
end
|
|
@@ -296,6 +328,10 @@ module Akeyless
|
|
|
296
328
|
self.description = attributes[:'description']
|
|
297
329
|
end
|
|
298
330
|
|
|
331
|
+
if attributes.key?(:'enable_mtls')
|
|
332
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
333
|
+
end
|
|
334
|
+
|
|
299
335
|
if attributes.key?(:'host')
|
|
300
336
|
self.host = attributes[:'host']
|
|
301
337
|
end
|
|
@@ -445,6 +481,9 @@ module Akeyless
|
|
|
445
481
|
azure_client_id == o.azure_client_id &&
|
|
446
482
|
azure_client_secret == o.azure_client_secret &&
|
|
447
483
|
azure_tenant_id == o.azure_tenant_id &&
|
|
484
|
+
client_certificate == o.client_certificate &&
|
|
485
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
486
|
+
client_private_key == o.client_private_key &&
|
|
448
487
|
cloud_service_provider == o.cloud_service_provider &&
|
|
449
488
|
cluster_mode == o.cluster_mode &&
|
|
450
489
|
comment == o.comment &&
|
|
@@ -455,6 +494,7 @@ module Akeyless
|
|
|
455
494
|
db_type == o.db_type &&
|
|
456
495
|
delete_protection == o.delete_protection &&
|
|
457
496
|
description == o.description &&
|
|
497
|
+
enable_mtls == o.enable_mtls &&
|
|
458
498
|
host == o.host &&
|
|
459
499
|
json == o.json &&
|
|
460
500
|
key == o.key &&
|
|
@@ -492,7 +532,7 @@ module Akeyless
|
|
|
492
532
|
# Calculates hash code according to all attributes.
|
|
493
533
|
# @return [Integer] Hash code
|
|
494
534
|
def hash
|
|
495
|
-
[azure_client_id, azure_client_secret, azure_tenant_id, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, delete_protection, description, host, json, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
535
|
+
[azure_client_id, azure_client_secret, azure_tenant_id, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, delete_protection, description, enable_mtls, host, json, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
496
536
|
end
|
|
497
537
|
|
|
498
538
|
# Builds the object from hash
|
|
@@ -24,6 +24,15 @@ module Akeyless
|
|
|
24
24
|
# (Optional) Tenant id (relevant for \"cloud-service-provider\" only)
|
|
25
25
|
attr_accessor :azure_tenant_id
|
|
26
26
|
|
|
27
|
+
# Client certificate for mutual TLS
|
|
28
|
+
attr_accessor :client_certificate
|
|
29
|
+
|
|
30
|
+
# Client private key passphrase for mutual TLS
|
|
31
|
+
attr_accessor :client_key_passphrase
|
|
32
|
+
|
|
33
|
+
# Client private key for mutual TLS
|
|
34
|
+
attr_accessor :client_private_key
|
|
35
|
+
|
|
27
36
|
# (Optional) Cloud service provider (currently only supports Azure)
|
|
28
37
|
attr_accessor :cloud_service_provider
|
|
29
38
|
|
|
@@ -52,6 +61,9 @@ module Akeyless
|
|
|
52
61
|
# Description of the object
|
|
53
62
|
attr_accessor :description
|
|
54
63
|
|
|
64
|
+
# Enable mutual TLS
|
|
65
|
+
attr_accessor :enable_mtls
|
|
66
|
+
|
|
55
67
|
attr_accessor :host
|
|
56
68
|
|
|
57
69
|
# Set output format to JSON
|
|
@@ -136,6 +148,9 @@ module Akeyless
|
|
|
136
148
|
:'azure_client_id' => :'azure-client-id',
|
|
137
149
|
:'azure_client_secret' => :'azure-client-secret',
|
|
138
150
|
:'azure_tenant_id' => :'azure-tenant-id',
|
|
151
|
+
:'client_certificate' => :'client-certificate',
|
|
152
|
+
:'client_key_passphrase' => :'client-key-passphrase',
|
|
153
|
+
:'client_private_key' => :'client-private-key',
|
|
139
154
|
:'cloud_service_provider' => :'cloud-service-provider',
|
|
140
155
|
:'cluster_mode' => :'cluster-mode',
|
|
141
156
|
:'comment' => :'comment',
|
|
@@ -146,6 +161,7 @@ module Akeyless
|
|
|
146
161
|
:'db_type' => :'db-type',
|
|
147
162
|
:'delete_protection' => :'delete_protection',
|
|
148
163
|
:'description' => :'description',
|
|
164
|
+
:'enable_mtls' => :'enable-mtls',
|
|
149
165
|
:'host' => :'host',
|
|
150
166
|
:'json' => :'json',
|
|
151
167
|
:'keep_prev_version' => :'keep-prev-version',
|
|
@@ -188,6 +204,9 @@ module Akeyless
|
|
|
188
204
|
:'azure_client_id' => :'String',
|
|
189
205
|
:'azure_client_secret' => :'String',
|
|
190
206
|
:'azure_tenant_id' => :'String',
|
|
207
|
+
:'client_certificate' => :'String',
|
|
208
|
+
:'client_key_passphrase' => :'String',
|
|
209
|
+
:'client_private_key' => :'String',
|
|
191
210
|
:'cloud_service_provider' => :'String',
|
|
192
211
|
:'cluster_mode' => :'Boolean',
|
|
193
212
|
:'comment' => :'String',
|
|
@@ -198,6 +217,7 @@ module Akeyless
|
|
|
198
217
|
:'db_type' => :'String',
|
|
199
218
|
:'delete_protection' => :'String',
|
|
200
219
|
:'description' => :'String',
|
|
220
|
+
:'enable_mtls' => :'Boolean',
|
|
201
221
|
:'host' => :'String',
|
|
202
222
|
:'json' => :'Boolean',
|
|
203
223
|
:'keep_prev_version' => :'String',
|
|
@@ -262,6 +282,18 @@ module Akeyless
|
|
|
262
282
|
self.azure_tenant_id = attributes[:'azure_tenant_id']
|
|
263
283
|
end
|
|
264
284
|
|
|
285
|
+
if attributes.key?(:'client_certificate')
|
|
286
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
if attributes.key?(:'client_key_passphrase')
|
|
290
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
if attributes.key?(:'client_private_key')
|
|
294
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
295
|
+
end
|
|
296
|
+
|
|
265
297
|
if attributes.key?(:'cloud_service_provider')
|
|
266
298
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
267
299
|
end
|
|
@@ -306,6 +338,10 @@ module Akeyless
|
|
|
306
338
|
self.description = attributes[:'description']
|
|
307
339
|
end
|
|
308
340
|
|
|
341
|
+
if attributes.key?(:'enable_mtls')
|
|
342
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
343
|
+
end
|
|
344
|
+
|
|
309
345
|
if attributes.key?(:'host')
|
|
310
346
|
self.host = attributes[:'host']
|
|
311
347
|
end
|
|
@@ -463,6 +499,9 @@ module Akeyless
|
|
|
463
499
|
azure_client_id == o.azure_client_id &&
|
|
464
500
|
azure_client_secret == o.azure_client_secret &&
|
|
465
501
|
azure_tenant_id == o.azure_tenant_id &&
|
|
502
|
+
client_certificate == o.client_certificate &&
|
|
503
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
504
|
+
client_private_key == o.client_private_key &&
|
|
466
505
|
cloud_service_provider == o.cloud_service_provider &&
|
|
467
506
|
cluster_mode == o.cluster_mode &&
|
|
468
507
|
comment == o.comment &&
|
|
@@ -473,6 +512,7 @@ module Akeyless
|
|
|
473
512
|
db_type == o.db_type &&
|
|
474
513
|
delete_protection == o.delete_protection &&
|
|
475
514
|
description == o.description &&
|
|
515
|
+
enable_mtls == o.enable_mtls &&
|
|
476
516
|
host == o.host &&
|
|
477
517
|
json == o.json &&
|
|
478
518
|
keep_prev_version == o.keep_prev_version &&
|
|
@@ -512,7 +552,7 @@ module Akeyless
|
|
|
512
552
|
# Calculates hash code according to all attributes.
|
|
513
553
|
# @return [Integer] Hash code
|
|
514
554
|
def hash
|
|
515
|
-
[azure_client_id, azure_client_secret, azure_tenant_id, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, delete_protection, description, host, json, keep_prev_version, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, new_name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
555
|
+
[azure_client_id, azure_client_secret, azure_tenant_id, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, delete_protection, description, enable_mtls, host, json, keep_prev_version, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, new_name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, user_name].hash
|
|
516
556
|
end
|
|
517
557
|
|
|
518
558
|
# Builds the object from hash
|
|
@@ -25,6 +25,15 @@ module Akeyless
|
|
|
25
25
|
# (Optional) Tenant id (relevant for \"cloud-service-provider\" only)
|
|
26
26
|
attr_accessor :azure_tenant_id
|
|
27
27
|
|
|
28
|
+
# Client certificate for mutual TLS
|
|
29
|
+
attr_accessor :client_certificate
|
|
30
|
+
|
|
31
|
+
# Client private key passphrase for mutual TLS
|
|
32
|
+
attr_accessor :client_key_passphrase
|
|
33
|
+
|
|
34
|
+
# Client private key for mutual TLS
|
|
35
|
+
attr_accessor :client_private_key
|
|
36
|
+
|
|
28
37
|
# (Optional) Cloud service provider (currently only supports Azure)
|
|
29
38
|
attr_accessor :cloud_service_provider
|
|
30
39
|
|
|
@@ -50,6 +59,9 @@ module Akeyless
|
|
|
50
59
|
# Description of the object
|
|
51
60
|
attr_accessor :description
|
|
52
61
|
|
|
62
|
+
# Enable mutual TLS
|
|
63
|
+
attr_accessor :enable_mtls
|
|
64
|
+
|
|
53
65
|
attr_accessor :host
|
|
54
66
|
|
|
55
67
|
# Set output format to JSON
|
|
@@ -137,6 +149,9 @@ module Akeyless
|
|
|
137
149
|
:'azure_client_id' => :'azure-client-id',
|
|
138
150
|
:'azure_client_secret' => :'azure-client-secret',
|
|
139
151
|
:'azure_tenant_id' => :'azure-tenant-id',
|
|
152
|
+
:'client_certificate' => :'client-certificate',
|
|
153
|
+
:'client_key_passphrase' => :'client-key-passphrase',
|
|
154
|
+
:'client_private_key' => :'client-private-key',
|
|
140
155
|
:'cloud_service_provider' => :'cloud-service-provider',
|
|
141
156
|
:'cluster_mode' => :'cluster-mode',
|
|
142
157
|
:'comment' => :'comment',
|
|
@@ -146,6 +161,7 @@ module Akeyless
|
|
|
146
161
|
:'db_server_name' => :'db-server-name',
|
|
147
162
|
:'db_type' => :'db-type',
|
|
148
163
|
:'description' => :'description',
|
|
164
|
+
:'enable_mtls' => :'enable-mtls',
|
|
149
165
|
:'host' => :'host',
|
|
150
166
|
:'json' => :'json',
|
|
151
167
|
:'keep_prev_version' => :'keep-prev-version',
|
|
@@ -189,6 +205,9 @@ module Akeyless
|
|
|
189
205
|
:'azure_client_id' => :'String',
|
|
190
206
|
:'azure_client_secret' => :'String',
|
|
191
207
|
:'azure_tenant_id' => :'String',
|
|
208
|
+
:'client_certificate' => :'String',
|
|
209
|
+
:'client_key_passphrase' => :'String',
|
|
210
|
+
:'client_private_key' => :'String',
|
|
192
211
|
:'cloud_service_provider' => :'String',
|
|
193
212
|
:'cluster_mode' => :'Boolean',
|
|
194
213
|
:'comment' => :'String',
|
|
@@ -198,6 +217,7 @@ module Akeyless
|
|
|
198
217
|
:'db_server_name' => :'String',
|
|
199
218
|
:'db_type' => :'String',
|
|
200
219
|
:'description' => :'String',
|
|
220
|
+
:'enable_mtls' => :'Boolean',
|
|
201
221
|
:'host' => :'String',
|
|
202
222
|
:'json' => :'Boolean',
|
|
203
223
|
:'keep_prev_version' => :'String',
|
|
@@ -263,6 +283,18 @@ module Akeyless
|
|
|
263
283
|
self.azure_tenant_id = attributes[:'azure_tenant_id']
|
|
264
284
|
end
|
|
265
285
|
|
|
286
|
+
if attributes.key?(:'client_certificate')
|
|
287
|
+
self.client_certificate = attributes[:'client_certificate']
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
if attributes.key?(:'client_key_passphrase')
|
|
291
|
+
self.client_key_passphrase = attributes[:'client_key_passphrase']
|
|
292
|
+
end
|
|
293
|
+
|
|
294
|
+
if attributes.key?(:'client_private_key')
|
|
295
|
+
self.client_private_key = attributes[:'client_private_key']
|
|
296
|
+
end
|
|
297
|
+
|
|
266
298
|
if attributes.key?(:'cloud_service_provider')
|
|
267
299
|
self.cloud_service_provider = attributes[:'cloud_service_provider']
|
|
268
300
|
end
|
|
@@ -303,6 +335,10 @@ module Akeyless
|
|
|
303
335
|
self.description = attributes[:'description']
|
|
304
336
|
end
|
|
305
337
|
|
|
338
|
+
if attributes.key?(:'enable_mtls')
|
|
339
|
+
self.enable_mtls = attributes[:'enable_mtls']
|
|
340
|
+
end
|
|
341
|
+
|
|
306
342
|
if attributes.key?(:'host')
|
|
307
343
|
self.host = attributes[:'host']
|
|
308
344
|
end
|
|
@@ -464,6 +500,9 @@ module Akeyless
|
|
|
464
500
|
azure_client_id == o.azure_client_id &&
|
|
465
501
|
azure_client_secret == o.azure_client_secret &&
|
|
466
502
|
azure_tenant_id == o.azure_tenant_id &&
|
|
503
|
+
client_certificate == o.client_certificate &&
|
|
504
|
+
client_key_passphrase == o.client_key_passphrase &&
|
|
505
|
+
client_private_key == o.client_private_key &&
|
|
467
506
|
cloud_service_provider == o.cloud_service_provider &&
|
|
468
507
|
cluster_mode == o.cluster_mode &&
|
|
469
508
|
comment == o.comment &&
|
|
@@ -473,6 +512,7 @@ module Akeyless
|
|
|
473
512
|
db_server_name == o.db_server_name &&
|
|
474
513
|
db_type == o.db_type &&
|
|
475
514
|
description == o.description &&
|
|
515
|
+
enable_mtls == o.enable_mtls &&
|
|
476
516
|
host == o.host &&
|
|
477
517
|
json == o.json &&
|
|
478
518
|
keep_prev_version == o.keep_prev_version &&
|
|
@@ -513,7 +553,7 @@ module Akeyless
|
|
|
513
553
|
# Calculates hash code according to all attributes.
|
|
514
554
|
# @return [Integer] Hash code
|
|
515
555
|
def hash
|
|
516
|
-
[azure_client_id, azure_client_secret, azure_tenant_id, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, description, host, json, keep_prev_version, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, new_name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, update_version, user_name].hash
|
|
556
|
+
[azure_client_id, azure_client_secret, azure_tenant_id, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, comment, connection_type, db_name, db_server_certificates, db_server_name, db_type, description, enable_mtls, host, json, keep_prev_version, key, max_versions, mongodb_atlas, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_default_auth_db, mongodb_uri_options, name, new_name, oracle_service_name, oracle_wallet_login_type, oracle_wallet_p12_file_data, oracle_wallet_sso_file_data, parent_target_name, port, pwd, snowflake_account, snowflake_api_private_key, snowflake_api_private_key_password, ssl, ssl_certificate, token, uid_token, update_version, user_name].hash
|
|
517
557
|
end
|
|
518
558
|
|
|
519
559
|
# Builds the object from hash
|
data/lib/akeyless/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akeyless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|