akeyless 5.0.28 → 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 +54 -1
- data/docs/AccountGeneralSettings.md +4 -0
- data/docs/AerospikeTargetDetails.md +82 -0
- data/docs/AnthropicTargetDetails.md +20 -0
- data/docs/AuthMethod.md +3 -1
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/AuthMethodCreateSAML.md +3 -1
- data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
- data/docs/AuthMethodUpdateSAML.md +3 -1
- data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
- data/docs/BedrockTargetDetails.md +20 -0
- data/docs/CertificateDiscovery.md +2 -0
- data/docs/CertificatePayload.md +2 -0
- data/docs/CreateAuthMethodSAML.md +3 -1
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateDBTarget.md +2 -0
- data/docs/CreateMcpSecretBearerToken.md +46 -0
- data/docs/CreateMcpSecretOAuthAuthCode.md +56 -0
- data/docs/CreateMcpSecretOAuthClientCreds.md +52 -0
- data/docs/CreatePKICertIssuer.md +1 -1
- data/docs/CustomDnsTargetDetails.md +20 -0
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DbTargetDetails.md +2 -0
- data/docs/DecryptGPG.md +3 -1
- data/docs/EmailCustomization.md +28 -0
- data/docs/EmailCustomizationAccountInformation.md +24 -0
- data/docs/EmailCustomizationAccountInformationValues.md +24 -0
- data/docs/EncryptGPG.md +3 -1
- data/docs/EsmGetSecretOutput.md +4 -0
- data/docs/FileDownloadInstructions.md +20 -0
- data/docs/FileInfo.md +50 -0
- data/docs/GatewayCreateMigration.md +4 -0
- data/docs/GatewayUpdateMigration.md +4 -0
- data/docs/GetKubeExecCreds.md +1 -1
- data/docs/GetPKICertificate.md +1 -1
- data/docs/GrokTargetDetails.md +22 -0
- data/docs/HashiPayload.md +2 -0
- data/docs/Item.md +2 -0
- data/docs/KeycloakTargetDetails.md +24 -0
- data/docs/OktaTargetDetails.md +20 -0
- data/docs/RuntimeAuthorityCommand.md +4 -0
- data/docs/SAMLAccessRules.md +3 -1
- data/docs/StaticSecretDetailsInfo.md +2 -0
- data/docs/TargetCreateAerospike.md +64 -0
- data/docs/TargetCreateAnthropic.md +36 -0
- data/docs/TargetCreateBedrock.md +36 -0
- data/docs/TargetCreateCustomDns.md +36 -0
- data/docs/TargetCreateDB.md +2 -0
- data/docs/TargetCreateGrok.md +38 -0
- data/docs/TargetCreateKeycloak.md +40 -0
- data/docs/TargetCreateOkta.md +36 -0
- data/docs/TargetTypeDetailsInput.md +14 -0
- data/docs/TargetUpdateAerospike.md +70 -0
- data/docs/TargetUpdateAnthropic.md +42 -0
- data/docs/TargetUpdateBedrock.md +42 -0
- data/docs/TargetUpdateCustomDns.md +40 -0
- data/docs/TargetUpdateDB.md +2 -0
- data/docs/TargetUpdateGrok.md +44 -0
- data/docs/TargetUpdateKeycloak.md +44 -0
- data/docs/TargetUpdateOkta.md +40 -0
- data/docs/UidExpirationEvent.md +18 -0
- data/docs/UpdateAuthMethodSAML.md +3 -1
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdateDBTarget.md +2 -0
- data/docs/UpdateMcpSecretBearerToken.md +40 -0
- data/docs/UpdateMcpSecretOAuthAuthCode.md +50 -0
- data/docs/UpdateMcpSecretOAuthClientCreds.md +46 -0
- data/docs/UpdatePKICertIssuer.md +1 -1
- data/docs/UscGetSecretOutput.md +4 -0
- data/docs/V2Api.md +1260 -0
- data/lib/akeyless/api/v2_api.rb +1410 -130
- data/lib/akeyless/models/account_general_settings.rb +20 -1
- data/lib/akeyless/models/aerospike_target_details.rb +512 -0
- data/lib/akeyless/models/anthropic_target_details.rb +224 -0
- data/lib/akeyless/models/auth_method.rb +15 -4
- data/lib/akeyless/models/auth_method_access_info.rb +13 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
- data/lib/akeyless/models/bedrock_target_details.rb +224 -0
- data/lib/akeyless/models/certificate_discovery.rb +11 -1
- data/lib/akeyless/models/certificate_payload.rb +12 -1
- data/lib/akeyless/models/create_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/create_db_target.rb +11 -1
- data/lib/akeyless/models/create_mcp_secret_bearer_token.rb +371 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_auth_code.rb +423 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_client_creds.rb +403 -0
- data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/custom_dns_target_details.rb +225 -0
- data/lib/akeyless/models/db_target_details.rb +11 -1
- data/lib/akeyless/models/decrypt_gpg.rb +14 -4
- data/lib/akeyless/models/ds_producer_details.rb +11 -1
- data/lib/akeyless/models/email_customization.rb +259 -0
- data/lib/akeyless/models/email_customization_account_information.rb +242 -0
- data/lib/akeyless/models/email_customization_account_information_values.rb +241 -0
- data/lib/akeyless/models/encrypt_gpg.rb +14 -4
- data/lib/akeyless/models/esm_get_secret_output.rb +19 -1
- data/lib/akeyless/models/file_download_instructions.rb +223 -0
- data/lib/akeyless/models/file_info.rb +358 -0
- data/lib/akeyless/models/gateway_create_migration.rb +21 -1
- data/lib/akeyless/models/gateway_update_migration.rb +21 -1
- data/lib/akeyless/models/get_kube_exec_creds.rb +1 -1
- data/lib/akeyless/models/get_pki_certificate.rb +1 -1
- data/lib/akeyless/models/grok_target_details.rb +234 -0
- data/lib/akeyless/models/hashi_payload.rb +10 -1
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/keycloak_target_details.rb +242 -0
- data/lib/akeyless/models/okta_target_details.rb +224 -0
- data/lib/akeyless/models/runtime_authority_command.rb +21 -1
- data/lib/akeyless/models/saml_access_rules.rb +14 -4
- data/lib/akeyless/models/static_secret_details_info.rb +10 -1
- data/lib/akeyless/models/target_create_aerospike.rb +454 -0
- data/lib/akeyless/models/target_create_anthropic.rb +317 -0
- data/lib/akeyless/models/target_create_bedrock.rb +317 -0
- data/lib/akeyless/models/target_create_custom_dns.rb +330 -0
- data/lib/akeyless/models/target_create_db.rb +11 -1
- data/lib/akeyless/models/target_create_grok.rb +327 -0
- data/lib/akeyless/models/target_create_keycloak.rb +334 -0
- data/lib/akeyless/models/target_create_okta.rb +314 -0
- data/lib/akeyless/models/target_type_details_input.rb +64 -1
- data/lib/akeyless/models/target_update_aerospike.rb +488 -0
- data/lib/akeyless/models/target_update_anthropic.rb +351 -0
- data/lib/akeyless/models/target_update_bedrock.rb +351 -0
- data/lib/akeyless/models/target_update_custom_dns.rb +350 -0
- data/lib/akeyless/models/target_update_db.rb +11 -1
- data/lib/akeyless/models/target_update_grok.rb +361 -0
- data/lib/akeyless/models/target_update_keycloak.rb +354 -0
- data/lib/akeyless/models/target_update_okta.rb +334 -0
- data/lib/akeyless/models/uid_expiration_event.rb +214 -0
- data/lib/akeyless/models/update_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/update_db_target.rb +11 -1
- data/lib/akeyless/models/update_mcp_secret_bearer_token.rb +338 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_auth_code.rb +390 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_client_creds.rb +370 -0
- data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/usc_get_secret_output.rb +19 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +33 -0
- data/spec/models/aerospike_target_details_spec.rb +228 -0
- data/spec/models/anthropic_target_details_spec.rb +42 -0
- data/spec/models/bedrock_target_details_spec.rb +42 -0
- data/spec/models/create_mcp_secret_bearer_token_spec.rb +120 -0
- data/spec/models/create_mcp_secret_o_auth_auth_code_spec.rb +150 -0
- data/spec/models/create_mcp_secret_o_auth_client_creds_spec.rb +138 -0
- data/spec/models/custom_dns_target_details_spec.rb +42 -0
- data/spec/models/email_customization_account_information_spec.rb +54 -0
- data/spec/models/email_customization_account_information_values_spec.rb +54 -0
- data/spec/models/email_customization_spec.rb +66 -0
- data/spec/models/file_download_instructions_spec.rb +42 -0
- data/spec/models/file_info_spec.rb +132 -0
- data/spec/models/grok_target_details_spec.rb +48 -0
- data/spec/models/keycloak_target_details_spec.rb +54 -0
- data/spec/models/okta_target_details_spec.rb +42 -0
- data/spec/models/target_create_aerospike_spec.rb +174 -0
- data/spec/models/target_create_anthropic_spec.rb +90 -0
- data/spec/models/target_create_bedrock_spec.rb +90 -0
- data/spec/models/target_create_custom_dns_spec.rb +90 -0
- data/spec/models/target_create_grok_spec.rb +96 -0
- data/spec/models/target_create_keycloak_spec.rb +102 -0
- data/spec/models/target_create_okta_spec.rb +90 -0
- data/spec/models/target_update_aerospike_spec.rb +192 -0
- data/spec/models/target_update_anthropic_spec.rb +108 -0
- data/spec/models/target_update_bedrock_spec.rb +108 -0
- data/spec/models/target_update_custom_dns_spec.rb +102 -0
- data/spec/models/target_update_grok_spec.rb +114 -0
- data/spec/models/target_update_keycloak_spec.rb +114 -0
- data/spec/models/target_update_okta_spec.rb +102 -0
- data/spec/models/uid_expiration_event_spec.rb +36 -0
- data/spec/models/update_mcp_secret_bearer_token_spec.rb +102 -0
- data/spec/models/update_mcp_secret_o_auth_auth_code_spec.rb +132 -0
- data/spec/models/update_mcp_secret_o_auth_client_creds_spec.rb +120 -0
- metadata +1314 -1182
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **file_info** | [**FileInfo**](FileInfo.md) | | [optional] |
|
|
7
8
|
| **format** | **String** | StaticSecretFormat defines the format of static secret (e.g. Text) | [optional] |
|
|
8
9
|
| **max_versions** | **Integer** | | [optional] |
|
|
9
10
|
| **notify_on_change_event** | **Boolean** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
require 'akeyless'
|
|
19
20
|
|
|
20
21
|
instance = Akeyless::StaticSecretDetailsInfo.new(
|
|
22
|
+
file_info: null,
|
|
21
23
|
format: null,
|
|
22
24
|
max_versions: null,
|
|
23
25
|
notify_on_change_event: 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
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateAnthropic
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **anthropic_url** | **String** | Base URL of the Anthropic API | [optional][default to 'https://api.anthropic.com'] |
|
|
8
|
+
| **api_key** | **String** | API key for Anthropic | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateAnthropic.new(
|
|
24
|
+
anthropic_url: null,
|
|
25
|
+
api_key: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
json: null,
|
|
29
|
+
key: null,
|
|
30
|
+
max_versions: null,
|
|
31
|
+
name: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateBedrock
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for Bedrock | [optional] |
|
|
8
|
+
| **bedrock_url** | **String** | Base URL of the Bedrock API | [optional][default to 'https://bedrock-runtime.us-east-1.amazonaws.com'] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateBedrock.new(
|
|
24
|
+
api_key: null,
|
|
25
|
+
bedrock_url: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
json: null,
|
|
29
|
+
key: null,
|
|
30
|
+
max_versions: null,
|
|
31
|
+
name: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateCustomDns
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_parameter** | **Hash<String, String>** | Lego DNS provider parameters as KEY=VALUE pairs using lego environment variable names | |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **name** | **String** | Target name | |
|
|
14
|
+
| **provider_type** | **String** | Lego DNS provider code (e.g. infoblox, route53, azion). See https://go-acme.github.io/lego/dns/ | |
|
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateCustomDns.new(
|
|
24
|
+
delete_protection: null,
|
|
25
|
+
description: null,
|
|
26
|
+
dns_parameter: null,
|
|
27
|
+
json: null,
|
|
28
|
+
key: null,
|
|
29
|
+
max_versions: null,
|
|
30
|
+
name: null,
|
|
31
|
+
provider_type: null,
|
|
32
|
+
token: null,
|
|
33
|
+
uid_token: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
data/docs/TargetCreateDB.md
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
| **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
|
|
40
40
|
| **port** | **String** | | [optional] |
|
|
41
41
|
| **pwd** | **String** | | [optional] |
|
|
42
|
+
| **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
|
|
42
43
|
| **snowflake_account** | **String** | | [optional] |
|
|
43
44
|
| **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
|
|
44
45
|
| **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
|
|
@@ -89,6 +90,7 @@ instance = Akeyless::TargetCreateDB.new(
|
|
|
89
90
|
parent_target_name: null,
|
|
90
91
|
port: null,
|
|
91
92
|
pwd: null,
|
|
93
|
+
skip_server_name_validation: null,
|
|
92
94
|
snowflake_account: null,
|
|
93
95
|
snowflake_api_private_key: null,
|
|
94
96
|
snowflake_api_private_key_password: null,
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Akeyless::TargetCreateGrok
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for xAI (Grok) | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **grok_url** | **String** | Base URL of the xAI API | [optional][default to 'https://api.x.ai/v1'] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **team_id** | **String** | ID of the team this API key belongs to | [optional] |
|
|
16
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'akeyless'
|
|
23
|
+
|
|
24
|
+
instance = Akeyless::TargetCreateGrok.new(
|
|
25
|
+
api_key: null,
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
grok_url: null,
|
|
29
|
+
json: null,
|
|
30
|
+
key: null,
|
|
31
|
+
max_versions: null,
|
|
32
|
+
name: null,
|
|
33
|
+
team_id: null,
|
|
34
|
+
token: null,
|
|
35
|
+
uid_token: null
|
|
36
|
+
)
|
|
37
|
+
```
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Akeyless::TargetCreateKeycloak
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **client_id** | **String** | Keycloak service account client ID | [optional] |
|
|
8
|
+
| **client_secret** | **String** | Keycloak service account client secret | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **realm** | **String** | Keycloak realm | [optional] |
|
|
16
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
|
+
| **url** | **String** | Keycloak URL | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'akeyless'
|
|
24
|
+
|
|
25
|
+
instance = Akeyless::TargetCreateKeycloak.new(
|
|
26
|
+
client_id: null,
|
|
27
|
+
client_secret: null,
|
|
28
|
+
delete_protection: null,
|
|
29
|
+
description: null,
|
|
30
|
+
json: null,
|
|
31
|
+
key: null,
|
|
32
|
+
max_versions: null,
|
|
33
|
+
name: null,
|
|
34
|
+
realm: null,
|
|
35
|
+
token: null,
|
|
36
|
+
uid_token: null,
|
|
37
|
+
url: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Akeyless::TargetCreateOkta
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_token** | **String** | Okta API token | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **name** | **String** | Target name | |
|
|
14
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
15
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
16
|
+
| **url** | **String** | Okta URL | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'akeyless'
|
|
22
|
+
|
|
23
|
+
instance = Akeyless::TargetCreateOkta.new(
|
|
24
|
+
api_token: null,
|
|
25
|
+
delete_protection: null,
|
|
26
|
+
description: null,
|
|
27
|
+
json: null,
|
|
28
|
+
key: null,
|
|
29
|
+
max_versions: null,
|
|
30
|
+
name: null,
|
|
31
|
+
token: null,
|
|
32
|
+
uid_token: null,
|
|
33
|
+
url: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -4,11 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **aerospike_target_details** | [**AerospikeTargetDetails**](AerospikeTargetDetails.md) | | [optional] |
|
|
8
|
+
| **anthropic_target_details** | [**AnthropicTargetDetails**](AnthropicTargetDetails.md) | | [optional] |
|
|
7
9
|
| **artifactory_target_details** | [**ArtifactoryTargetDetails**](ArtifactoryTargetDetails.md) | | [optional] |
|
|
8
10
|
| **aws_target_details** | [**AWSTargetDetails**](AWSTargetDetails.md) | | [optional] |
|
|
9
11
|
| **azure_target_details** | [**AzureTargetDetails**](AzureTargetDetails.md) | | [optional] |
|
|
12
|
+
| **bedrock_target_details** | [**BedrockTargetDetails**](BedrockTargetDetails.md) | | [optional] |
|
|
10
13
|
| **chef_target_details** | [**ChefTargetDetails**](ChefTargetDetails.md) | | [optional] |
|
|
11
14
|
| **cloudflare_target_details** | [**CloudflareTargetDetails**](CloudflareTargetDetails.md) | | [optional] |
|
|
15
|
+
| **custom_dns_target_details** | [**CustomDnsTargetDetails**](CustomDnsTargetDetails.md) | | [optional] |
|
|
12
16
|
| **custom_target_details** | [**CustomTargetDetails**](CustomTargetDetails.md) | | [optional] |
|
|
13
17
|
| **db_target_details** | [**DbTargetDetails**](DbTargetDetails.md) | | [optional] |
|
|
14
18
|
| **digicert_target_details** | [**DigiCertTargetDetails**](DigiCertTargetDetails.md) | | [optional] |
|
|
@@ -23,12 +27,15 @@
|
|
|
23
27
|
| **globalsign_target_details** | [**GlobalSignGCCTargetDetails**](GlobalSignGCCTargetDetails.md) | | [optional] |
|
|
24
28
|
| **godaddy_target_details** | [**GodaddyTargetDetails**](GodaddyTargetDetails.md) | | [optional] |
|
|
25
29
|
| **google_trust_target_details** | [**GoogleTrustTargetDetails**](GoogleTrustTargetDetails.md) | | [optional] |
|
|
30
|
+
| **grok_target_details** | [**GrokTargetDetails**](GrokTargetDetails.md) | | [optional] |
|
|
26
31
|
| **hashi_vault_target_details** | [**HashiVaultTargetDetails**](HashiVaultTargetDetails.md) | | [optional] |
|
|
32
|
+
| **keycloak_target_details** | [**KeycloakTargetDetails**](KeycloakTargetDetails.md) | | [optional] |
|
|
27
33
|
| **ldap_target_details** | [**LdapTargetDetails**](LdapTargetDetails.md) | | [optional] |
|
|
28
34
|
| **letsencrypt_target_details** | [**LetsEncryptTargetDetails**](LetsEncryptTargetDetails.md) | | [optional] |
|
|
29
35
|
| **linked_target_details** | [**LinkedTargetDetails**](LinkedTargetDetails.md) | | [optional] |
|
|
30
36
|
| **mongo_db_target_details** | [**MongoDBTargetDetails**](MongoDBTargetDetails.md) | | [optional] |
|
|
31
37
|
| **native_k8s_target_details** | [**NativeK8sTargetDetails**](NativeK8sTargetDetails.md) | | [optional] |
|
|
38
|
+
| **okta_target_details** | [**OktaTargetDetails**](OktaTargetDetails.md) | | [optional] |
|
|
32
39
|
| **openai_target_details** | [**OpenAITargetDetails**](OpenAITargetDetails.md) | | [optional] |
|
|
33
40
|
| **ping_target_details** | [**PingTargetDetails**](PingTargetDetails.md) | | [optional] |
|
|
34
41
|
| **rabbit_mq_target_details** | [**RabbitMQTargetDetails**](RabbitMQTargetDetails.md) | | [optional] |
|
|
@@ -47,11 +54,15 @@
|
|
|
47
54
|
require 'akeyless'
|
|
48
55
|
|
|
49
56
|
instance = Akeyless::TargetTypeDetailsInput.new(
|
|
57
|
+
aerospike_target_details: null,
|
|
58
|
+
anthropic_target_details: null,
|
|
50
59
|
artifactory_target_details: null,
|
|
51
60
|
aws_target_details: null,
|
|
52
61
|
azure_target_details: null,
|
|
62
|
+
bedrock_target_details: null,
|
|
53
63
|
chef_target_details: null,
|
|
54
64
|
cloudflare_target_details: null,
|
|
65
|
+
custom_dns_target_details: null,
|
|
55
66
|
custom_target_details: null,
|
|
56
67
|
db_target_details: null,
|
|
57
68
|
digicert_target_details: null,
|
|
@@ -66,12 +77,15 @@ instance = Akeyless::TargetTypeDetailsInput.new(
|
|
|
66
77
|
globalsign_target_details: null,
|
|
67
78
|
godaddy_target_details: null,
|
|
68
79
|
google_trust_target_details: null,
|
|
80
|
+
grok_target_details: null,
|
|
69
81
|
hashi_vault_target_details: null,
|
|
82
|
+
keycloak_target_details: null,
|
|
70
83
|
ldap_target_details: null,
|
|
71
84
|
letsencrypt_target_details: null,
|
|
72
85
|
linked_target_details: null,
|
|
73
86
|
mongo_db_target_details: null,
|
|
74
87
|
native_k8s_target_details: null,
|
|
88
|
+
okta_target_details: null,
|
|
75
89
|
openai_target_details: null,
|
|
76
90
|
ping_target_details: null,
|
|
77
91
|
rabbit_mq_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
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateAnthropic
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **anthropic_url** | **String** | Base URL of the Anthropic API | [optional][default to 'https://api.anthropic.com'] |
|
|
8
|
+
| **api_key** | **String** | API key for Anthropic | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
13
|
+
| **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] |
|
|
14
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
15
|
+
| **name** | **String** | Target name | |
|
|
16
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
|
17
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
18
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::TargetUpdateAnthropic.new(
|
|
27
|
+
anthropic_url: null,
|
|
28
|
+
api_key: null,
|
|
29
|
+
delete_protection: null,
|
|
30
|
+
description: null,
|
|
31
|
+
json: null,
|
|
32
|
+
keep_prev_version: null,
|
|
33
|
+
key: null,
|
|
34
|
+
max_versions: null,
|
|
35
|
+
name: null,
|
|
36
|
+
new_comment: null,
|
|
37
|
+
new_name: null,
|
|
38
|
+
token: null,
|
|
39
|
+
uid_token: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateBedrock
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for Bedrock | [optional] |
|
|
8
|
+
| **bedrock_url** | **String** | Base URL of the Bedrock API | [optional][default to 'https://bedrock-runtime.us-east-1.amazonaws.com'] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
13
|
+
| **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] |
|
|
14
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
15
|
+
| **name** | **String** | Target name | |
|
|
16
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
|
17
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
18
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::TargetUpdateBedrock.new(
|
|
27
|
+
api_key: null,
|
|
28
|
+
bedrock_url: null,
|
|
29
|
+
delete_protection: null,
|
|
30
|
+
description: null,
|
|
31
|
+
json: null,
|
|
32
|
+
keep_prev_version: null,
|
|
33
|
+
key: null,
|
|
34
|
+
max_versions: null,
|
|
35
|
+
name: null,
|
|
36
|
+
new_comment: null,
|
|
37
|
+
new_name: null,
|
|
38
|
+
token: null,
|
|
39
|
+
uid_token: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateCustomDns
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **dns_parameter** | **Hash<String, String>** | Lego DNS provider parameters as KEY=VALUE pairs using lego environment variable names | |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **name** | **String** | Target name | |
|
|
15
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
16
|
+
| **provider_type** | **String** | Lego DNS provider code (e.g. infoblox, route53, azion). See https://go-acme.github.io/lego/dns/ | |
|
|
17
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
18
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'akeyless'
|
|
24
|
+
|
|
25
|
+
instance = Akeyless::TargetUpdateCustomDns.new(
|
|
26
|
+
delete_protection: null,
|
|
27
|
+
description: null,
|
|
28
|
+
dns_parameter: null,
|
|
29
|
+
json: null,
|
|
30
|
+
keep_prev_version: null,
|
|
31
|
+
key: null,
|
|
32
|
+
max_versions: null,
|
|
33
|
+
name: null,
|
|
34
|
+
new_name: null,
|
|
35
|
+
provider_type: null,
|
|
36
|
+
token: null,
|
|
37
|
+
uid_token: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
data/docs/TargetUpdateDB.md
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
| **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
|
|
42
42
|
| **port** | **String** | | [optional] |
|
|
43
43
|
| **pwd** | **String** | | [optional] |
|
|
44
|
+
| **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
|
|
44
45
|
| **snowflake_account** | **String** | | [optional] |
|
|
45
46
|
| **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
|
|
46
47
|
| **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
|
|
@@ -93,6 +94,7 @@ instance = Akeyless::TargetUpdateDB.new(
|
|
|
93
94
|
parent_target_name: null,
|
|
94
95
|
port: null,
|
|
95
96
|
pwd: null,
|
|
97
|
+
skip_server_name_validation: null,
|
|
96
98
|
snowflake_account: null,
|
|
97
99
|
snowflake_api_private_key: null,
|
|
98
100
|
snowflake_api_private_key_password: null,
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Akeyless::TargetUpdateGrok
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | API key for xAI (Grok) | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
|
10
|
+
| **grok_url** | **String** | Base URL of the xAI API | [optional][default to 'https://api.x.ai/v1'] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
13
|
+
| **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] |
|
|
14
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
15
|
+
| **name** | **String** | Target name | |
|
|
16
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
|
17
|
+
| **new_name** | **String** | New target name | [optional] |
|
|
18
|
+
| **team_id** | **String** | ID of the team this API key belongs to | [optional] |
|
|
19
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```ruby
|
|
25
|
+
require 'akeyless'
|
|
26
|
+
|
|
27
|
+
instance = Akeyless::TargetUpdateGrok.new(
|
|
28
|
+
api_key: null,
|
|
29
|
+
delete_protection: null,
|
|
30
|
+
description: null,
|
|
31
|
+
grok_url: null,
|
|
32
|
+
json: null,
|
|
33
|
+
keep_prev_version: null,
|
|
34
|
+
key: null,
|
|
35
|
+
max_versions: null,
|
|
36
|
+
name: null,
|
|
37
|
+
new_comment: null,
|
|
38
|
+
new_name: null,
|
|
39
|
+
team_id: null,
|
|
40
|
+
token: null,
|
|
41
|
+
uid_token: null
|
|
42
|
+
)
|
|
43
|
+
```
|
|
44
|
+
|