akeyless 5.0.30 → 5.0.31
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 +6 -1
- data/docs/AerospikeTargetDetails.md +82 -0
- data/docs/CertificateDiscovery.md +2 -0
- data/docs/CertificatePayload.md +2 -0
- data/docs/DecryptGPG.md +3 -1
- data/docs/EncryptGPG.md +3 -1
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/TargetCreateAerospike.md +64 -0
- data/docs/TargetTypeDetailsInput.md +2 -0
- data/docs/TargetUpdateAerospike.md +70 -0
- data/docs/V2Api.md +126 -0
- data/lib/akeyless/api/v2_api.rb +128 -0
- data/lib/akeyless/models/aerospike_target_details.rb +512 -0
- data/lib/akeyless/models/certificate_discovery.rb +11 -1
- data/lib/akeyless/models/certificate_payload.rb +12 -1
- data/lib/akeyless/models/decrypt_gpg.rb +14 -4
- data/lib/akeyless/models/encrypt_gpg.rb +14 -4
- data/lib/akeyless/models/gateway_create_migration.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +11 -1
- data/lib/akeyless/models/target_create_aerospike.rb +454 -0
- data/lib/akeyless/models/target_type_details_input.rb +10 -1
- data/lib/akeyless/models/target_update_aerospike.rb +488 -0
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +3 -0
- data/spec/models/aerospike_target_details_spec.rb +228 -0
- data/spec/models/target_create_aerospike_spec.rb +174 -0
- data/spec/models/target_update_aerospike_spec.rb +192 -0
- metadata +50 -38
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb2d34097da2d26badcfbdc760ac3b4a6b2ea568918f865c032a08397e8d8c38
|
|
4
|
+
data.tar.gz: 598ab78f2f0b596c0eb70814e130bd68b518ecf84b5382c3d4a625b6478337cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7381ca2a7eb1719c26ec16cea8d0b28c02e62f36e2f080d5c638af659b6cc8f1829adfb1b6f0a2031e6c9c3c7c741335647f1cd0677587c9ad5c2d0a2e887730
|
|
7
|
+
data.tar.gz: e6ebbbd805ae5dadf11e402cd978b90e578419c064f9a046ba7ab850a6f73ca6ed4c675e72edd437f181d20905f620c13577f2c8b403acae53252545f3e80f89
|
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.31
|
|
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)
|
|
@@ -533,6 +533,7 @@ Class | Method | HTTP request | Description
|
|
|
533
533
|
*Akeyless::V2Api* | [**static_creds_auth**](docs/V2Api.md#static_creds_auth) | **POST** /static-creds-auth |
|
|
534
534
|
*Akeyless::V2Api* | [**static_secret_delete_sync**](docs/V2Api.md#static_secret_delete_sync) | **POST** /static-secret-delete-sync |
|
|
535
535
|
*Akeyless::V2Api* | [**static_secret_sync**](docs/V2Api.md#static_secret_sync) | **POST** /static-secret-sync |
|
|
536
|
+
*Akeyless::V2Api* | [**target_create_aerospike**](docs/V2Api.md#target_create_aerospike) | **POST** /target-create-aerospike |
|
|
536
537
|
*Akeyless::V2Api* | [**target_create_anthropic**](docs/V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic |
|
|
537
538
|
*Akeyless::V2Api* | [**target_create_artifactory**](docs/V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory |
|
|
538
539
|
*Akeyless::V2Api* | [**target_create_aws**](docs/V2Api.md#target_create_aws) | **POST** /target-create-aws |
|
|
@@ -575,6 +576,7 @@ Class | Method | HTTP request | Description
|
|
|
575
576
|
*Akeyless::V2Api* | [**target_get**](docs/V2Api.md#target_get) | **POST** /target-get |
|
|
576
577
|
*Akeyless::V2Api* | [**target_get_details**](docs/V2Api.md#target_get_details) | **POST** /target-get-details |
|
|
577
578
|
*Akeyless::V2Api* | [**target_list**](docs/V2Api.md#target_list) | **POST** /target-list |
|
|
579
|
+
*Akeyless::V2Api* | [**target_update_aerospike**](docs/V2Api.md#target_update_aerospike) | **POST** /target-update-aerospike |
|
|
578
580
|
*Akeyless::V2Api* | [**target_update_anthropic**](docs/V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic |
|
|
579
581
|
*Akeyless::V2Api* | [**target_update_artifactory**](docs/V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory |
|
|
580
582
|
*Akeyless::V2Api* | [**target_update_aws**](docs/V2Api.md#target_update_aws) | **POST** /target-update-aws |
|
|
@@ -727,6 +729,7 @@ Class | Method | HTTP request | Description
|
|
|
727
729
|
- [Akeyless::ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
|
|
728
730
|
- [Akeyless::AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
|
|
729
731
|
- [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
|
|
732
|
+
- [Akeyless::AerospikeTargetDetails](docs/AerospikeTargetDetails.md)
|
|
730
733
|
- [Akeyless::AgenticRule](docs/AgenticRule.md)
|
|
731
734
|
- [Akeyless::AgenticRules](docs/AgenticRules.md)
|
|
732
735
|
- [Akeyless::AiInsightsConfigPart](docs/AiInsightsConfigPart.md)
|
|
@@ -1691,6 +1694,7 @@ Class | Method | HTTP request | Description
|
|
|
1691
1694
|
- [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
|
|
1692
1695
|
- [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
|
|
1693
1696
|
- [Akeyless::Target](docs/Target.md)
|
|
1697
|
+
- [Akeyless::TargetCreateAerospike](docs/TargetCreateAerospike.md)
|
|
1694
1698
|
- [Akeyless::TargetCreateAnthropic](docs/TargetCreateAnthropic.md)
|
|
1695
1699
|
- [Akeyless::TargetCreateArtifactory](docs/TargetCreateArtifactory.md)
|
|
1696
1700
|
- [Akeyless::TargetCreateAws](docs/TargetCreateAws.md)
|
|
@@ -1739,6 +1743,7 @@ Class | Method | HTTP request | Description
|
|
|
1739
1743
|
- [Akeyless::TargetList](docs/TargetList.md)
|
|
1740
1744
|
- [Akeyless::TargetNameWithHosts](docs/TargetNameWithHosts.md)
|
|
1741
1745
|
- [Akeyless::TargetTypeDetailsInput](docs/TargetTypeDetailsInput.md)
|
|
1746
|
+
- [Akeyless::TargetUpdateAerospike](docs/TargetUpdateAerospike.md)
|
|
1742
1747
|
- [Akeyless::TargetUpdateAnthropic](docs/TargetUpdateAnthropic.md)
|
|
1743
1748
|
- [Akeyless::TargetUpdateArtifactory](docs/TargetUpdateArtifactory.md)
|
|
1744
1749
|
- [Akeyless::TargetUpdateAws](docs/TargetUpdateAws.md)
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Akeyless::AerospikeTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **aerospike_admin_username** | **String** | | [optional] |
|
|
8
|
+
| **aerospike_client_id** | **String** | | [optional] |
|
|
9
|
+
| **aerospike_client_secret** | **String** | | [optional] |
|
|
10
|
+
| **aerospike_cloud** | **Boolean** | | [optional] |
|
|
11
|
+
| **aerospike_cluster_id** | **String** | | [optional] |
|
|
12
|
+
| **aerospike_hostname** | **String** | | [optional] |
|
|
13
|
+
| **aerospike_namespace** | **String** | | [optional] |
|
|
14
|
+
| **aerospike_password** | **String** | | [optional] |
|
|
15
|
+
| **aerospike_port** | **String** | | [optional] |
|
|
16
|
+
| **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
17
|
+
| **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
|
|
18
|
+
| **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] |
|
|
19
|
+
| **cloud_service_provider** | **String** | | [optional] |
|
|
20
|
+
| **cluster_mode** | **Boolean** | | [optional] |
|
|
21
|
+
| **connection_type** | **String** | | [optional] |
|
|
22
|
+
| **db_client_id** | **String** | | [optional] |
|
|
23
|
+
| **db_client_secret** | **String** | | [optional] |
|
|
24
|
+
| **db_host_name** | **String** | | [optional] |
|
|
25
|
+
| **db_name** | **String** | | [optional] |
|
|
26
|
+
| **db_port** | **String** | | [optional] |
|
|
27
|
+
| **db_private_key** | **String** | (Optional) Private Key in PEM format | [optional] |
|
|
28
|
+
| **db_private_key_passphrase** | **String** | | [optional] |
|
|
29
|
+
| **db_pwd** | **String** | | [optional] |
|
|
30
|
+
| **db_server_certificates** | **String** | (Optional) DBServerCertificates defines the set of root certificate authorities that clients use when verifying server certificates. If DBServerCertificates is empty, TLS uses the host's root CA set. | [optional] |
|
|
31
|
+
| **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] |
|
|
32
|
+
| **db_tenant_id** | **String** | | [optional] |
|
|
33
|
+
| **db_user_name** | **String** | | [optional] |
|
|
34
|
+
| **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
|
|
35
|
+
| **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
|
|
36
|
+
| **sf_account** | **String** | | [optional] |
|
|
37
|
+
| **skip_server_name_validation** | **String** | (Optional) SkipServerNameValidation disables server name verification while still validating the certificate chain. Postgres treats empty as legacy \"skip hostname validation\"; MySQL treats empty as false. | [optional] |
|
|
38
|
+
| **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
|
|
39
|
+
| **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
|
|
40
|
+
|
|
41
|
+
## Example
|
|
42
|
+
|
|
43
|
+
```ruby
|
|
44
|
+
require 'akeyless'
|
|
45
|
+
|
|
46
|
+
instance = Akeyless::AerospikeTargetDetails.new(
|
|
47
|
+
aerospike_admin_username: null,
|
|
48
|
+
aerospike_client_id: null,
|
|
49
|
+
aerospike_client_secret: null,
|
|
50
|
+
aerospike_cloud: null,
|
|
51
|
+
aerospike_cluster_id: null,
|
|
52
|
+
aerospike_hostname: null,
|
|
53
|
+
aerospike_namespace: null,
|
|
54
|
+
aerospike_password: null,
|
|
55
|
+
aerospike_port: null,
|
|
56
|
+
client_certificate: null,
|
|
57
|
+
client_key_passphrase: null,
|
|
58
|
+
client_private_key: null,
|
|
59
|
+
cloud_service_provider: null,
|
|
60
|
+
cluster_mode: null,
|
|
61
|
+
connection_type: null,
|
|
62
|
+
db_client_id: null,
|
|
63
|
+
db_client_secret: null,
|
|
64
|
+
db_host_name: null,
|
|
65
|
+
db_name: null,
|
|
66
|
+
db_port: null,
|
|
67
|
+
db_private_key: null,
|
|
68
|
+
db_private_key_passphrase: null,
|
|
69
|
+
db_pwd: null,
|
|
70
|
+
db_server_certificates: null,
|
|
71
|
+
db_server_name: null,
|
|
72
|
+
db_tenant_id: null,
|
|
73
|
+
db_user_name: null,
|
|
74
|
+
enable_mtls: null,
|
|
75
|
+
oracle_wallet_details: null,
|
|
76
|
+
sf_account: null,
|
|
77
|
+
skip_server_name_validation: null,
|
|
78
|
+
ssl_connection_certificate: null,
|
|
79
|
+
ssl_connection_mode: null
|
|
80
|
+
)
|
|
81
|
+
```
|
|
82
|
+
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **debug** | **Boolean** | Debug mode | [optional][default to false] |
|
|
8
|
+
| **exclude_hosts** | **String** | A comma separated list of IP addresses, CIDR ranges, or DNS names to exclude from the scan | [optional] |
|
|
8
9
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
9
10
|
| **hosts** | **String** | A comma separated list of IPs, CIDR ranges, or DNS names to discovery | |
|
|
10
11
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -21,6 +22,7 @@ require 'akeyless'
|
|
|
21
22
|
|
|
22
23
|
instance = Akeyless::CertificateDiscovery.new(
|
|
23
24
|
debug: null,
|
|
25
|
+
exclude_hosts: null,
|
|
24
26
|
expiration_event_in: null,
|
|
25
27
|
hosts: null,
|
|
26
28
|
json: null,
|
data/docs/CertificatePayload.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **exclude_hosts** | **Array<String>** | | [optional] |
|
|
7
8
|
| **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
|
|
8
9
|
| **folder** | **String** | | [optional] |
|
|
9
10
|
| **max_dial_timeout** | **Integer** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
require 'akeyless'
|
|
19
20
|
|
|
20
21
|
instance = Akeyless::CertificatePayload.new(
|
|
22
|
+
exclude_hosts: null,
|
|
21
23
|
expiration_events: null,
|
|
22
24
|
folder: null,
|
|
23
25
|
max_dial_timeout: null,
|
data/docs/DecryptGPG.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **passphrase** | **String** | Passphrase that was used to generate the key | [optional] |
|
|
15
15
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
16
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
| **version** | **Integer** | key version (relevant only for classic key) | [optional] |
|
|
17
18
|
|
|
18
19
|
## Example
|
|
19
20
|
|
|
@@ -30,7 +31,8 @@ instance = Akeyless::DecryptGPG.new(
|
|
|
30
31
|
output_format: null,
|
|
31
32
|
passphrase: null,
|
|
32
33
|
token: null,
|
|
33
|
-
uid_token: null
|
|
34
|
+
uid_token: null,
|
|
35
|
+
version: null
|
|
34
36
|
)
|
|
35
37
|
```
|
|
36
38
|
|
data/docs/EncryptGPG.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
| **plaintext** | **String** | Data to be encrypted | |
|
|
13
13
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
14
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
15
|
+
| **version** | **Integer** | key version (relevant only for classic key) | [optional] |
|
|
15
16
|
|
|
16
17
|
## Example
|
|
17
18
|
|
|
@@ -26,7 +27,8 @@ instance = Akeyless::EncryptGPG.new(
|
|
|
26
27
|
key_name: null,
|
|
27
28
|
plaintext: null,
|
|
28
29
|
token: null,
|
|
29
|
-
uid_token: null
|
|
30
|
+
uid_token: null,
|
|
31
|
+
version: null
|
|
30
32
|
)
|
|
31
33
|
```
|
|
32
34
|
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
| **conjur_url** | **String** | Conjur server base URL (relevant only for Conjur migration). If conjur-url is HTTPS and Conjur uses a private CA/self-signed certificate, make the CA bundle available on the Gateway and set CONJUR_SSL_CERT_PATH to its path. | [optional] |
|
|
44
44
|
| **conjur_username** | **String** | Conjur username used to authenticate (relevant only for Conjur migration). | [optional] |
|
|
45
45
|
| **delete_remote** | **Boolean** | Delete the secret from the remote target as well, relevant only when usc-name is not empty (relevant only for HasiCorp Vault migration) | [optional] |
|
|
46
|
+
| **exclude_hosts** | **String** | A comma separated list of IPs, CIDR ranges, or DNS names to exclude from the scan | [optional] |
|
|
46
47
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
47
48
|
| **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
|
|
48
49
|
| **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
|
|
@@ -126,6 +127,7 @@ instance = Akeyless::GatewayCreateMigration.new(
|
|
|
126
127
|
conjur_url: null,
|
|
127
128
|
conjur_username: null,
|
|
128
129
|
delete_remote: null,
|
|
130
|
+
exclude_hosts: null,
|
|
129
131
|
expiration_event_in: null,
|
|
130
132
|
gcp_key: null,
|
|
131
133
|
gcp_project_id: null,
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
| **conjur_url** | **String** | Conjur server base URL (relevant only for Conjur migration). If conjur-url is HTTPS and Conjur uses a private CA/self-signed certificate, make the CA bundle available on the Gateway and set CONJUR_SSL_CERT_PATH to its path. | [optional] |
|
|
44
44
|
| **conjur_username** | **String** | Conjur username used to authenticate (relevant only for Conjur migration). | [optional] |
|
|
45
45
|
| **delete_remote** | **Boolean** | Delete the secret from the remote target as well, relevant only when usc-name is not empty (relevant only for HasiCorp Vault migration) | [optional] |
|
|
46
|
+
| **exclude_hosts** | **String** | A comma separated list of IPs, CIDR ranges, or DNS names to exclude from the scan | [optional] |
|
|
46
47
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
47
48
|
| **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
|
|
48
49
|
| **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
|
|
@@ -127,6 +128,7 @@ instance = Akeyless::GatewayUpdateMigration.new(
|
|
|
127
128
|
conjur_url: null,
|
|
128
129
|
conjur_username: null,
|
|
129
130
|
delete_remote: null,
|
|
131
|
+
exclude_hosts: null,
|
|
130
132
|
expiration_event_in: null,
|
|
131
133
|
gcp_key: null,
|
|
132
134
|
gcp_project_id: null,
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Akeyless::TargetCreateAerospike
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **admin_username** | **String** | Username of an account with the user-admin role | [optional] |
|
|
8
|
+
| **aerospike_client_id** | **String** | Client ID for Aerospike Cloud authentication (relevant only for Aerospike Cloud) | [optional] |
|
|
9
|
+
| **aerospike_client_secret** | **String** | Client secret for Aerospike Cloud authentication (relevant only for Aerospike Cloud) | [optional] |
|
|
10
|
+
| **aerospike_cloud** | **Boolean** | Set to 'true' for Aerospike Cloud deployments | [optional] |
|
|
11
|
+
| **aerospike_cluster_id** | **String** | Cloud cluster ID (relevant only for Aerospike Cloud) | [optional] |
|
|
12
|
+
| **client_certificate** | **String** | Client certificate for mTLS (mTLS only) | [optional] |
|
|
13
|
+
| **client_private_key** | **String** | Client private key for mTLS (mTLS only) | [optional] |
|
|
14
|
+
| **db_server_name** | **String** | TLS server name used to verify the certificate hostname. If empty, the Aerospike hostname is used. | [optional] |
|
|
15
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
16
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
17
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS authentication - requires --ssl=true (true/false) | [optional] |
|
|
18
|
+
| **hostname** | **String** | Aerospike host address and port (e.g. url.to.aerospike.db) | [optional] |
|
|
19
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
20
|
+
| **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] |
|
|
21
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
22
|
+
| **name** | **String** | Target name | |
|
|
23
|
+
| **namespace** | **String** | Namespace name (relevant only for Aerospike db) | [optional] |
|
|
24
|
+
| **password** | **String** | Password for the admin user | [optional] |
|
|
25
|
+
| **port** | **String** | Database connection port | [optional] |
|
|
26
|
+
| **skip_server_name_validation** | **String** | Skip server name verification while still validating the certificate chain (true/false). Empty means do not skip. | [optional] |
|
|
27
|
+
| **ssl** | **Boolean** | Enable SSL encryption (true/false) | [optional] |
|
|
28
|
+
| **ssl_certificate** | **String** | Base64-encoded SSL CA certificate from a trusted Certificate Authority (CA) | [optional] |
|
|
29
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
30
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
31
|
+
|
|
32
|
+
## Example
|
|
33
|
+
|
|
34
|
+
```ruby
|
|
35
|
+
require 'akeyless'
|
|
36
|
+
|
|
37
|
+
instance = Akeyless::TargetCreateAerospike.new(
|
|
38
|
+
admin_username: null,
|
|
39
|
+
aerospike_client_id: null,
|
|
40
|
+
aerospike_client_secret: null,
|
|
41
|
+
aerospike_cloud: null,
|
|
42
|
+
aerospike_cluster_id: null,
|
|
43
|
+
client_certificate: null,
|
|
44
|
+
client_private_key: null,
|
|
45
|
+
db_server_name: null,
|
|
46
|
+
delete_protection: null,
|
|
47
|
+
description: null,
|
|
48
|
+
enable_mtls: null,
|
|
49
|
+
hostname: null,
|
|
50
|
+
json: null,
|
|
51
|
+
key: null,
|
|
52
|
+
max_versions: null,
|
|
53
|
+
name: null,
|
|
54
|
+
namespace: null,
|
|
55
|
+
password: null,
|
|
56
|
+
port: null,
|
|
57
|
+
skip_server_name_validation: null,
|
|
58
|
+
ssl: null,
|
|
59
|
+
ssl_certificate: null,
|
|
60
|
+
token: null,
|
|
61
|
+
uid_token: null
|
|
62
|
+
)
|
|
63
|
+
```
|
|
64
|
+
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **aerospike_target_details** | [**AerospikeTargetDetails**](AerospikeTargetDetails.md) | | [optional] |
|
|
7
8
|
| **anthropic_target_details** | [**AnthropicTargetDetails**](AnthropicTargetDetails.md) | | [optional] |
|
|
8
9
|
| **artifactory_target_details** | [**ArtifactoryTargetDetails**](ArtifactoryTargetDetails.md) | | [optional] |
|
|
9
10
|
| **aws_target_details** | [**AWSTargetDetails**](AWSTargetDetails.md) | | [optional] |
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
require 'akeyless'
|
|
54
55
|
|
|
55
56
|
instance = Akeyless::TargetTypeDetailsInput.new(
|
|
57
|
+
aerospike_target_details: null,
|
|
56
58
|
anthropic_target_details: null,
|
|
57
59
|
artifactory_target_details: null,
|
|
58
60
|
aws_target_details: null,
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateAerospike
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **admin_username** | **String** | Username of an account with the user-admin role | [optional] |
|
|
8
|
+
| **aerospike_client_id** | **String** | Client ID for Aerospike Cloud authentication (relevant only for Aerospike Cloud) | [optional] |
|
|
9
|
+
| **aerospike_client_secret** | **String** | Client secret for Aerospike Cloud authentication (relevant only for Aerospike Cloud) | [optional] |
|
|
10
|
+
| **aerospike_cloud** | **Boolean** | Set to 'true' for Aerospike Cloud deployments | [optional] |
|
|
11
|
+
| **aerospike_cluster_id** | **String** | Cloud cluster ID (relevant only for Aerospike Cloud) | [optional] |
|
|
12
|
+
| **client_certificate** | **String** | Client certificate for mTLS (mTLS only) | [optional] |
|
|
13
|
+
| **client_private_key** | **String** | Client private key for mTLS (mTLS only) | [optional] |
|
|
14
|
+
| **db_server_name** | **String** | TLS server name used to verify the certificate hostname. If empty, the Aerospike hostname is used. | [optional] |
|
|
15
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
16
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
|
17
|
+
| **enable_mtls** | **Boolean** | Enable mutual TLS authentication - requires --ssl=true (true/false) | [optional] |
|
|
18
|
+
| **hostname** | **String** | Aerospike host address and port (e.g. url.to.aerospike.db) | [optional] |
|
|
19
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
20
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
21
|
+
| **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] |
|
|
22
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
23
|
+
| **name** | **String** | Target name | |
|
|
24
|
+
| **namespace** | **String** | Namespace name (relevant only for Aerospike db) | [optional] |
|
|
25
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
|
26
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
27
|
+
| **password** | **String** | Password for the admin user | [optional] |
|
|
28
|
+
| **port** | **String** | Database connection port | [optional] |
|
|
29
|
+
| **skip_server_name_validation** | **String** | Skip server name verification while still validating the certificate chain (true/false). Empty means do not skip. | [optional] |
|
|
30
|
+
| **ssl** | **Boolean** | Enable SSL encryption (true/false) | [optional] |
|
|
31
|
+
| **ssl_certificate** | **String** | Base64-encoded SSL CA certificate from a trusted Certificate Authority (CA) | [optional] |
|
|
32
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
33
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
34
|
+
|
|
35
|
+
## Example
|
|
36
|
+
|
|
37
|
+
```ruby
|
|
38
|
+
require 'akeyless'
|
|
39
|
+
|
|
40
|
+
instance = Akeyless::TargetUpdateAerospike.new(
|
|
41
|
+
admin_username: null,
|
|
42
|
+
aerospike_client_id: null,
|
|
43
|
+
aerospike_client_secret: null,
|
|
44
|
+
aerospike_cloud: null,
|
|
45
|
+
aerospike_cluster_id: null,
|
|
46
|
+
client_certificate: null,
|
|
47
|
+
client_private_key: null,
|
|
48
|
+
db_server_name: null,
|
|
49
|
+
delete_protection: null,
|
|
50
|
+
description: null,
|
|
51
|
+
enable_mtls: null,
|
|
52
|
+
hostname: null,
|
|
53
|
+
json: null,
|
|
54
|
+
keep_prev_version: null,
|
|
55
|
+
key: null,
|
|
56
|
+
max_versions: null,
|
|
57
|
+
name: null,
|
|
58
|
+
namespace: null,
|
|
59
|
+
new_comment: null,
|
|
60
|
+
new_name: null,
|
|
61
|
+
password: null,
|
|
62
|
+
port: null,
|
|
63
|
+
skip_server_name_validation: null,
|
|
64
|
+
ssl: null,
|
|
65
|
+
ssl_certificate: null,
|
|
66
|
+
token: null,
|
|
67
|
+
uid_token: null
|
|
68
|
+
)
|
|
69
|
+
```
|
|
70
|
+
|
data/docs/V2Api.md
CHANGED
|
@@ -477,6 +477,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
477
477
|
| [**static_creds_auth**](V2Api.md#static_creds_auth) | **POST** /static-creds-auth | |
|
|
478
478
|
| [**static_secret_delete_sync**](V2Api.md#static_secret_delete_sync) | **POST** /static-secret-delete-sync | |
|
|
479
479
|
| [**static_secret_sync**](V2Api.md#static_secret_sync) | **POST** /static-secret-sync | |
|
|
480
|
+
| [**target_create_aerospike**](V2Api.md#target_create_aerospike) | **POST** /target-create-aerospike | |
|
|
480
481
|
| [**target_create_anthropic**](V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic | |
|
|
481
482
|
| [**target_create_artifactory**](V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory | |
|
|
482
483
|
| [**target_create_aws**](V2Api.md#target_create_aws) | **POST** /target-create-aws | |
|
|
@@ -519,6 +520,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
519
520
|
| [**target_get**](V2Api.md#target_get) | **POST** /target-get | |
|
|
520
521
|
| [**target_get_details**](V2Api.md#target_get_details) | **POST** /target-get-details | |
|
|
521
522
|
| [**target_list**](V2Api.md#target_list) | **POST** /target-list | |
|
|
523
|
+
| [**target_update_aerospike**](V2Api.md#target_update_aerospike) | **POST** /target-update-aerospike | |
|
|
522
524
|
| [**target_update_anthropic**](V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic | |
|
|
523
525
|
| [**target_update_artifactory**](V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory | |
|
|
524
526
|
| [**target_update_aws**](V2Api.md#target_update_aws) | **POST** /target-update-aws | |
|
|
@@ -30001,6 +30003,68 @@ No authorization required
|
|
|
30001
30003
|
- **Accept**: application/json
|
|
30002
30004
|
|
|
30003
30005
|
|
|
30006
|
+
## target_create_aerospike
|
|
30007
|
+
|
|
30008
|
+
> <TargetCreateOutput> target_create_aerospike(target_create_aerospike)
|
|
30009
|
+
|
|
30010
|
+
|
|
30011
|
+
|
|
30012
|
+
### Examples
|
|
30013
|
+
|
|
30014
|
+
```ruby
|
|
30015
|
+
require 'time'
|
|
30016
|
+
require 'akeyless'
|
|
30017
|
+
|
|
30018
|
+
api_instance = Akeyless::V2Api.new
|
|
30019
|
+
target_create_aerospike = Akeyless::TargetCreateAerospike.new({name: 'name_example'}) # TargetCreateAerospike |
|
|
30020
|
+
|
|
30021
|
+
begin
|
|
30022
|
+
|
|
30023
|
+
result = api_instance.target_create_aerospike(target_create_aerospike)
|
|
30024
|
+
p result
|
|
30025
|
+
rescue Akeyless::ApiError => e
|
|
30026
|
+
puts "Error when calling V2Api->target_create_aerospike: #{e}"
|
|
30027
|
+
end
|
|
30028
|
+
```
|
|
30029
|
+
|
|
30030
|
+
#### Using the target_create_aerospike_with_http_info variant
|
|
30031
|
+
|
|
30032
|
+
This returns an Array which contains the response data, status code and headers.
|
|
30033
|
+
|
|
30034
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_aerospike_with_http_info(target_create_aerospike)
|
|
30035
|
+
|
|
30036
|
+
```ruby
|
|
30037
|
+
begin
|
|
30038
|
+
|
|
30039
|
+
data, status_code, headers = api_instance.target_create_aerospike_with_http_info(target_create_aerospike)
|
|
30040
|
+
p status_code # => 2xx
|
|
30041
|
+
p headers # => { ... }
|
|
30042
|
+
p data # => <TargetCreateOutput>
|
|
30043
|
+
rescue Akeyless::ApiError => e
|
|
30044
|
+
puts "Error when calling V2Api->target_create_aerospike_with_http_info: #{e}"
|
|
30045
|
+
end
|
|
30046
|
+
```
|
|
30047
|
+
|
|
30048
|
+
### Parameters
|
|
30049
|
+
|
|
30050
|
+
| Name | Type | Description | Notes |
|
|
30051
|
+
| ---- | ---- | ----------- | ----- |
|
|
30052
|
+
| **target_create_aerospike** | [**TargetCreateAerospike**](TargetCreateAerospike.md) | | |
|
|
30053
|
+
|
|
30054
|
+
### Return type
|
|
30055
|
+
|
|
30056
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
30057
|
+
|
|
30058
|
+
### Authorization
|
|
30059
|
+
|
|
30060
|
+
No authorization required
|
|
30061
|
+
|
|
30062
|
+
### HTTP request headers
|
|
30063
|
+
|
|
30064
|
+
- **Content-Type**: application/json
|
|
30065
|
+
- **Accept**: application/json
|
|
30066
|
+
|
|
30067
|
+
|
|
30004
30068
|
## target_create_anthropic
|
|
30005
30069
|
|
|
30006
30070
|
> <TargetCreateOutput> target_create_anthropic(target_create_anthropic)
|
|
@@ -32605,6 +32669,68 @@ No authorization required
|
|
|
32605
32669
|
- **Accept**: application/json
|
|
32606
32670
|
|
|
32607
32671
|
|
|
32672
|
+
## target_update_aerospike
|
|
32673
|
+
|
|
32674
|
+
> <TargetUpdateOutput> target_update_aerospike(target_update_aerospike)
|
|
32675
|
+
|
|
32676
|
+
|
|
32677
|
+
|
|
32678
|
+
### Examples
|
|
32679
|
+
|
|
32680
|
+
```ruby
|
|
32681
|
+
require 'time'
|
|
32682
|
+
require 'akeyless'
|
|
32683
|
+
|
|
32684
|
+
api_instance = Akeyless::V2Api.new
|
|
32685
|
+
target_update_aerospike = Akeyless::TargetUpdateAerospike.new({name: 'name_example'}) # TargetUpdateAerospike |
|
|
32686
|
+
|
|
32687
|
+
begin
|
|
32688
|
+
|
|
32689
|
+
result = api_instance.target_update_aerospike(target_update_aerospike)
|
|
32690
|
+
p result
|
|
32691
|
+
rescue Akeyless::ApiError => e
|
|
32692
|
+
puts "Error when calling V2Api->target_update_aerospike: #{e}"
|
|
32693
|
+
end
|
|
32694
|
+
```
|
|
32695
|
+
|
|
32696
|
+
#### Using the target_update_aerospike_with_http_info variant
|
|
32697
|
+
|
|
32698
|
+
This returns an Array which contains the response data, status code and headers.
|
|
32699
|
+
|
|
32700
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_aerospike_with_http_info(target_update_aerospike)
|
|
32701
|
+
|
|
32702
|
+
```ruby
|
|
32703
|
+
begin
|
|
32704
|
+
|
|
32705
|
+
data, status_code, headers = api_instance.target_update_aerospike_with_http_info(target_update_aerospike)
|
|
32706
|
+
p status_code # => 2xx
|
|
32707
|
+
p headers # => { ... }
|
|
32708
|
+
p data # => <TargetUpdateOutput>
|
|
32709
|
+
rescue Akeyless::ApiError => e
|
|
32710
|
+
puts "Error when calling V2Api->target_update_aerospike_with_http_info: #{e}"
|
|
32711
|
+
end
|
|
32712
|
+
```
|
|
32713
|
+
|
|
32714
|
+
### Parameters
|
|
32715
|
+
|
|
32716
|
+
| Name | Type | Description | Notes |
|
|
32717
|
+
| ---- | ---- | ----------- | ----- |
|
|
32718
|
+
| **target_update_aerospike** | [**TargetUpdateAerospike**](TargetUpdateAerospike.md) | | |
|
|
32719
|
+
|
|
32720
|
+
### Return type
|
|
32721
|
+
|
|
32722
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
32723
|
+
|
|
32724
|
+
### Authorization
|
|
32725
|
+
|
|
32726
|
+
No authorization required
|
|
32727
|
+
|
|
32728
|
+
### HTTP request headers
|
|
32729
|
+
|
|
32730
|
+
- **Content-Type**: application/json
|
|
32731
|
+
- **Accept**: application/json
|
|
32732
|
+
|
|
32733
|
+
|
|
32608
32734
|
## target_update_anthropic
|
|
32609
32735
|
|
|
32610
32736
|
> <TargetUpdateOutput> target_update_anthropic(target_update_anthropic)
|