akeyless 5.0.23 → 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.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -6
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/AgenticRule.md +20 -0
  5. data/docs/AgenticRules.md +20 -0
  6. data/docs/CreateDBTarget.md +8 -0
  7. data/docs/CreateRole.md +2 -0
  8. data/docs/CreateUSC.md +5 -1
  9. data/docs/DSProducerDetails.md +10 -0
  10. data/docs/DbTargetDetails.md +8 -0
  11. data/docs/DeleteRoleRule.md +1 -1
  12. data/docs/EsmListSecretsOutput.md +2 -0
  13. data/docs/GatewayMigrationCreateOutput.md +2 -0
  14. data/docs/ItemGeneralInfo.md +2 -0
  15. data/docs/ListItems.md +2 -0
  16. data/docs/RuntimeAuthorityCommand.md +28 -0
  17. data/docs/SetDefaultProfile.md +20 -0
  18. data/docs/SetDefaultProfileOutput.md +18 -0
  19. data/docs/SetRoleRule.md +1 -1
  20. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  21. data/docs/Target.md +2 -0
  22. data/docs/TargetCreateArtifactory.md +2 -0
  23. data/docs/TargetCreateAws.md +2 -0
  24. data/docs/TargetCreateAzure.md +2 -0
  25. data/docs/TargetCreateDB.md +10 -0
  26. data/docs/TargetCreateDigiCert.md +2 -0
  27. data/docs/TargetCreateDockerhub.md +2 -0
  28. data/docs/TargetCreateEks.md +2 -0
  29. data/docs/TargetCreateGcp.md +2 -0
  30. data/docs/TargetCreateGemini.md +2 -0
  31. data/docs/TargetCreateGithub.md +2 -0
  32. data/docs/TargetCreateGitlab.md +2 -0
  33. data/docs/TargetCreateGke.md +2 -0
  34. data/docs/TargetCreateGlobalSign.md +2 -0
  35. data/docs/TargetCreateGlobalSignAtlas.md +2 -0
  36. data/docs/TargetCreateGodaddy.md +2 -0
  37. data/docs/TargetCreateGoogleTrust.md +2 -0
  38. data/docs/TargetCreateHashiVault.md +2 -0
  39. data/docs/TargetCreateK8s.md +2 -0
  40. data/docs/TargetCreateLdap.md +2 -0
  41. data/docs/TargetCreateLetsEncrypt.md +2 -0
  42. data/docs/TargetCreateLinked.md +2 -0
  43. data/docs/TargetCreateOpenAI.md +2 -0
  44. data/docs/TargetCreatePing.md +2 -0
  45. data/docs/TargetCreateRabbitMq.md +2 -0
  46. data/docs/TargetCreateSalesforce.md +2 -0
  47. data/docs/TargetCreateSectigo.md +2 -0
  48. data/docs/TargetCreateSplunk.md +2 -0
  49. data/docs/TargetCreateSsh.md +2 -0
  50. data/docs/TargetCreateWeb.md +2 -0
  51. data/docs/TargetCreateWindows.md +2 -0
  52. data/docs/TargetCreateZeroSSL.md +2 -0
  53. data/docs/TargetUpdateArtifactory.md +2 -0
  54. data/docs/TargetUpdateAws.md +2 -0
  55. data/docs/TargetUpdateAzure.md +2 -0
  56. data/docs/TargetUpdateDB.md +10 -0
  57. data/docs/TargetUpdateDockerhub.md +2 -0
  58. data/docs/TargetUpdateEks.md +2 -0
  59. data/docs/TargetUpdateGcp.md +2 -0
  60. data/docs/TargetUpdateGemini.md +2 -0
  61. data/docs/TargetUpdateGithub.md +2 -0
  62. data/docs/TargetUpdateGitlab.md +2 -0
  63. data/docs/TargetUpdateGke.md +2 -0
  64. data/docs/TargetUpdateGlobalSign.md +2 -0
  65. data/docs/TargetUpdateGlobalSignAtlas.md +2 -0
  66. data/docs/TargetUpdateGodaddy.md +2 -0
  67. data/docs/TargetUpdateGoogleTrust.md +2 -0
  68. data/docs/TargetUpdateHashiVault.md +2 -0
  69. data/docs/TargetUpdateK8s.md +2 -0
  70. data/docs/TargetUpdateLdap.md +2 -0
  71. data/docs/TargetUpdateLetsEncrypt.md +2 -0
  72. data/docs/TargetUpdateOpenAI.md +2 -0
  73. data/docs/TargetUpdatePing.md +2 -0
  74. data/docs/TargetUpdateRabbitMq.md +2 -0
  75. data/docs/TargetUpdateSalesforce.md +2 -0
  76. data/docs/TargetUpdateSectigo.md +2 -0
  77. data/docs/TargetUpdateSsh.md +2 -0
  78. data/docs/TargetUpdateWeb.md +2 -0
  79. data/docs/TargetUpdateWindows.md +2 -0
  80. data/docs/TargetUpdateZeroSSL.md +2 -0
  81. data/docs/UpdateDBTarget.md +8 -0
  82. data/docs/UpdateItem.md +5 -1
  83. data/docs/UpdateRole.md +2 -0
  84. data/docs/UpdateTarget.md +2 -0
  85. data/docs/UscList.md +4 -0
  86. data/docs/UscListSecretsOutput.md +2 -0
  87. data/docs/V2Api.md +67 -5
  88. data/lib/akeyless/api/v2_api.rb +69 -5
  89. data/lib/akeyless/models/account_general_settings.rb +10 -1
  90. data/lib/akeyless/models/agentic_rule.rb +223 -0
  91. data/lib/akeyless/models/agentic_rules.rb +227 -0
  92. data/lib/akeyless/models/create_db_target.rb +41 -1
  93. data/lib/akeyless/models/create_role.rb +11 -1
  94. data/lib/akeyless/models/create_usc.rb +24 -4
  95. data/lib/akeyless/models/db_target_details.rb +41 -1
  96. data/lib/akeyless/models/delete_role_rule.rb +1 -1
  97. data/lib/akeyless/models/ds_producer_details.rb +50 -1
  98. data/lib/akeyless/models/esm_list_secrets_output.rb +10 -1
  99. data/lib/akeyless/models/gateway_migration_create_output.rb +10 -1
  100. data/lib/akeyless/models/item_general_info.rb +10 -1
  101. data/lib/akeyless/models/list_items.rb +13 -1
  102. data/lib/akeyless/models/runtime_authority_command.rb +288 -0
  103. data/lib/akeyless/models/set_default_profile.rb +234 -0
  104. data/lib/akeyless/models/set_default_profile_output.rb +214 -0
  105. data/lib/akeyless/models/set_role_rule.rb +1 -1
  106. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  107. data/lib/akeyless/models/target.rb +10 -1
  108. data/lib/akeyless/models/target_create_artifactory.rb +11 -1
  109. data/lib/akeyless/models/target_create_aws.rb +11 -1
  110. data/lib/akeyless/models/target_create_azure.rb +11 -1
  111. data/lib/akeyless/models/target_create_db.rb +51 -1
  112. data/lib/akeyless/models/target_create_digi_cert.rb +11 -1
  113. data/lib/akeyless/models/target_create_dockerhub.rb +11 -1
  114. data/lib/akeyless/models/target_create_eks.rb +11 -1
  115. data/lib/akeyless/models/target_create_gcp.rb +11 -1
  116. data/lib/akeyless/models/target_create_gemini.rb +11 -1
  117. data/lib/akeyless/models/target_create_github.rb +11 -1
  118. data/lib/akeyless/models/target_create_gitlab.rb +11 -1
  119. data/lib/akeyless/models/target_create_gke.rb +11 -1
  120. data/lib/akeyless/models/target_create_global_sign.rb +11 -1
  121. data/lib/akeyless/models/target_create_global_sign_atlas.rb +11 -1
  122. data/lib/akeyless/models/target_create_godaddy.rb +11 -1
  123. data/lib/akeyless/models/target_create_google_trust.rb +11 -1
  124. data/lib/akeyless/models/target_create_hashi_vault.rb +11 -1
  125. data/lib/akeyless/models/target_create_k8s.rb +11 -1
  126. data/lib/akeyless/models/target_create_ldap.rb +11 -1
  127. data/lib/akeyless/models/target_create_lets_encrypt.rb +11 -1
  128. data/lib/akeyless/models/target_create_linked.rb +11 -1
  129. data/lib/akeyless/models/target_create_open_ai.rb +11 -1
  130. data/lib/akeyless/models/target_create_ping.rb +11 -1
  131. data/lib/akeyless/models/target_create_rabbit_mq.rb +11 -1
  132. data/lib/akeyless/models/target_create_salesforce.rb +11 -1
  133. data/lib/akeyless/models/target_create_sectigo.rb +11 -1
  134. data/lib/akeyless/models/target_create_splunk.rb +11 -1
  135. data/lib/akeyless/models/target_create_ssh.rb +11 -1
  136. data/lib/akeyless/models/target_create_web.rb +11 -1
  137. data/lib/akeyless/models/target_create_windows.rb +11 -1
  138. data/lib/akeyless/models/target_create_zero_ssl.rb +11 -1
  139. data/lib/akeyless/models/target_update_artifactory.rb +11 -1
  140. data/lib/akeyless/models/target_update_aws.rb +11 -1
  141. data/lib/akeyless/models/target_update_azure.rb +11 -1
  142. data/lib/akeyless/models/target_update_db.rb +51 -1
  143. data/lib/akeyless/models/target_update_dockerhub.rb +11 -1
  144. data/lib/akeyless/models/target_update_eks.rb +11 -1
  145. data/lib/akeyless/models/target_update_gcp.rb +11 -1
  146. data/lib/akeyless/models/target_update_gemini.rb +11 -1
  147. data/lib/akeyless/models/target_update_github.rb +11 -1
  148. data/lib/akeyless/models/target_update_gitlab.rb +11 -1
  149. data/lib/akeyless/models/target_update_gke.rb +11 -1
  150. data/lib/akeyless/models/target_update_global_sign.rb +11 -1
  151. data/lib/akeyless/models/target_update_global_sign_atlas.rb +11 -1
  152. data/lib/akeyless/models/target_update_godaddy.rb +11 -1
  153. data/lib/akeyless/models/target_update_google_trust.rb +11 -1
  154. data/lib/akeyless/models/target_update_hashi_vault.rb +11 -1
  155. data/lib/akeyless/models/target_update_k8s.rb +11 -1
  156. data/lib/akeyless/models/target_update_ldap.rb +11 -1
  157. data/lib/akeyless/models/target_update_lets_encrypt.rb +11 -1
  158. data/lib/akeyless/models/target_update_open_ai.rb +11 -1
  159. data/lib/akeyless/models/target_update_ping.rb +11 -1
  160. data/lib/akeyless/models/target_update_rabbit_mq.rb +11 -1
  161. data/lib/akeyless/models/target_update_salesforce.rb +11 -1
  162. data/lib/akeyless/models/target_update_sectigo.rb +11 -1
  163. data/lib/akeyless/models/target_update_ssh.rb +11 -1
  164. data/lib/akeyless/models/target_update_web.rb +11 -1
  165. data/lib/akeyless/models/target_update_windows.rb +11 -1
  166. data/lib/akeyless/models/target_update_zero_ssl.rb +11 -1
  167. data/lib/akeyless/models/update_db_target.rb +41 -1
  168. data/lib/akeyless/models/update_item.rb +24 -4
  169. data/lib/akeyless/models/update_role.rb +11 -1
  170. data/lib/akeyless/models/update_target.rb +11 -1
  171. data/lib/akeyless/models/usc_list.rb +21 -1
  172. data/lib/akeyless/models/usc_list_secrets_output.rb +10 -1
  173. data/lib/akeyless/version.rb +1 -1
  174. data/lib/akeyless.rb +5 -0
  175. data/spec/models/agentic_rule_spec.rb +42 -0
  176. data/spec/models/agentic_rules_spec.rb +42 -0
  177. data/spec/models/runtime_authority_command_spec.rb +66 -0
  178. data/spec/models/set_default_profile_output_spec.rb +36 -0
  179. data/spec/models/set_default_profile_spec.rb +42 -0
  180. metadata +22 -2
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -20,6 +21,7 @@
20
21
  require 'akeyless'
21
22
 
22
23
  instance = Akeyless::TargetCreateGcp.new(
24
+ delete_protection: null,
23
25
  description: null,
24
26
  gcp_key: null,
25
27
  json: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API key for Gemini | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **gemini_url** | **String** | Base URL of the Gemini API | [optional][default to 'https://generativelanguage.googleapis.com'] |
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::TargetCreateGemini.new(
23
24
  api_key: null,
25
+ delete_protection: null,
24
26
  description: null,
25
27
  gemini_url: null,
26
28
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **github_app_id** | **Integer** | Github app id | [optional] |
9
10
  | **github_app_private_key** | **String** | App private key | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateGithub.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  github_app_id: null,
26
28
  github_app_private_key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gitlab_access_token** | **String** | Gitlab access token | [optional] |
9
10
  | **gitlab_certificate** | **String** | Gitlab tls certificate (base64 encoded) | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateGitlab.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  gitlab_access_token: null,
26
28
  gitlab_certificate: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gke_account_key** | **String** | GKE Service Account key file path | [optional] |
9
10
  | **gke_cluster_cert** | **String** | GKE cluster CA certificate | [optional] |
@@ -24,6 +25,7 @@
24
25
  require 'akeyless'
25
26
 
26
27
  instance = Akeyless::TargetCreateGke.new(
28
+ delete_protection: null,
27
29
  description: null,
28
30
  gke_account_key: null,
29
31
  gke_cluster_cert: null,
@@ -8,6 +8,7 @@
8
8
  | **contact_first_name** | **String** | First name of the GlobalSign GCC account contact | |
9
9
  | **contact_last_name** | **String** | Last name of the GlobalSign GCC account contact | |
10
10
  | **contact_phone** | **String** | Telephone of the GlobalSign GCC account contact | |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
14
  | **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] |
@@ -30,6 +31,7 @@ instance = Akeyless::TargetCreateGlobalSign.new(
30
31
  contact_first_name: null,
31
32
  contact_last_name: null,
32
33
  contact_phone: null,
34
+ delete_protection: null,
33
35
  description: null,
34
36
  json: null,
35
37
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API Key of the GlobalSign Atlas account | |
8
8
  | **api_secret** | **String** | API Secret of the GlobalSign Atlas account | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
  instance = Akeyless::TargetCreateGlobalSignAtlas.new(
26
27
  api_key: null,
27
28
  api_secret: null,
29
+ delete_protection: null,
28
30
  description: null,
29
31
  json: null,
30
32
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | Key of the api credentials to the Godaddy account | |
8
8
  | **customer_id** | **String** | Customer ID (ShopperId) required for renewal of imported certificates | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
11
12
  | **imap_password** | **String** | ImapPassword to access the IMAP service | |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
  instance = Akeyless::TargetCreateGodaddy.new(
29
30
  api_key: null,
30
31
  customer_id: null,
32
+ delete_protection: null,
31
33
  description: null,
32
34
  imap_fqdn: null,
33
35
  imap_password: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
10
11
  | **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetCreateGoogleTrust.new(
31
32
  acme_challenge: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  dns_target_creds: null,
34
36
  eab_hmac_key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **hashi_url** | **String** | HashiCorp Vault API URL, e.g. https://vault-mgr01:8200 | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateHashiVault.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  hashi_url: null,
26
28
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **k8s_auth_type** | **String** | K8S auth type [token/certificate] | [optional][default to 'token'] |
@@ -26,6 +27,7 @@
26
27
  require 'akeyless'
27
28
 
28
29
  instance = Akeyless::TargetCreateK8s.new(
30
+ delete_protection: null,
29
31
  description: null,
30
32
  json: null,
31
33
  k8s_auth_type: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **bind_dn** | **String** | Bind DN | |
8
8
  | **bind_dn_password** | **String** | Bind DN Password | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -26,6 +27,7 @@ require 'akeyless'
26
27
  instance = Akeyless::TargetCreateLdap.new(
27
28
  bind_dn: null,
28
29
  bind_dn_password: null,
30
+ delete_protection: null,
29
31
  description: null,
30
32
  json: null,
31
33
  key: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | | [optional][default to 'http'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when acme-challenge=dns. Supported: AWS, Azure, GCP targets | [optional] |
10
11
  | **email** | **String** | Email address for ACME account registration | |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
 
28
29
  instance = Akeyless::TargetCreateLetsEncrypt.new(
29
30
  acme_challenge: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  dns_target_creds: null,
32
34
  email: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **hosts** | **String** | A comma seperated list of server hosts and server descriptions joined by semicolon ';' (i.e. 'server-dev.com;My Dev server,server-prod.com;My Prod server description') | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -19,6 +20,7 @@
19
20
  require 'akeyless'
20
21
 
21
22
  instance = Akeyless::TargetCreateLinked.new(
23
+ delete_protection: null,
22
24
  description: null,
23
25
  hosts: null,
24
26
  json: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API key for OpenAI | [optional] |
8
8
  | **api_key_id** | **String** | API key ID | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
  instance = Akeyless::TargetCreateOpenAI.new(
26
27
  api_key: null,
27
28
  api_key_id: null,
29
+ delete_protection: null,
28
30
  description: null,
29
31
  json: null,
30
32
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **administrative_port** | **String** | Ping Federate administrative port | [optional][default to '9999'] |
8
8
  | **authorization_port** | **String** | Ping Federate authorization port | [optional][default to '9031'] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
  instance = Akeyless::TargetCreatePing.new(
26
27
  administrative_port: null,
27
28
  authorization_port: null,
29
+ delete_protection: null,
28
30
  description: null,
29
31
  json: null,
30
32
  key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **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,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetCreateRabbitMq.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  json: null,
26
28
  key: null,
@@ -10,6 +10,7 @@
10
10
  | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
11
11
  | **client_id** | **String** | Client ID of the oauth2 app to use for connecting to Salesforce | |
12
12
  | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow) | [optional] |
13
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
14
  | **description** | **String** | Description of the object | [optional] |
14
15
  | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
15
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -34,6 +35,7 @@ instance = Akeyless::TargetCreateSalesforce.new(
34
35
  ca_cert_name: null,
35
36
  client_id: null,
36
37
  client_secret: null,
38
+ delete_protection: null,
37
39
  description: null,
38
40
  email: null,
39
41
  json: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate_profile_id** | **Integer** | Certificate Profile ID in Sectigo account | |
8
8
  | **customer_uri** | **String** | Customer Uri of the Sectigo account | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **external_requester** | **String** | External Requester - a comma separated list of emails | |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::TargetCreateSectigo.new(
28
29
  certificate_profile_id: null,
29
30
  customer_uri: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  external_requester: null,
32
34
  json: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **audience** | **String** | Splunk token audience (required when using token authentication for rotation) | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
10
11
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -26,6 +27,7 @@ require 'akeyless'
26
27
 
27
28
  instance = Akeyless::TargetCreateSplunk.new(
28
29
  audience: null,
30
+ delete_protection: null,
29
31
  description: null,
30
32
  json: null,
31
33
  key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **host** | **String** | SSH host name | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -24,6 +25,7 @@
24
25
  require 'akeyless'
25
26
 
26
27
  instance = Akeyless::TargetCreateSsh.new(
28
+ delete_protection: null,
27
29
  description: null,
28
30
  host: null,
29
31
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **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] |
@@ -19,6 +20,7 @@
19
20
  require 'akeyless'
20
21
 
21
22
  instance = Akeyless::TargetCreateWeb.new(
23
+ delete_protection: null,
22
24
  description: null,
23
25
  json: null,
24
26
  key: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate** | **String** | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
8
8
  | **connection_type** | **String** | Type of connection to Windows Server [credentials/parent-target] | [optional][default to 'credentials'] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **domain** | **String** | User domain name | [optional] |
11
12
  | **hostname** | **String** | Server hostname | |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
  instance = Akeyless::TargetCreateWindows.new(
30
31
  certificate: null,
31
32
  connection_type: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  domain: null,
34
36
  hostname: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API Key of the ZeroSSLTarget account | |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
10
11
  | **imap_password** | **String** | ImapPassword to access the IMAP service | |
@@ -26,6 +27,7 @@ require 'akeyless'
26
27
 
27
28
  instance = Akeyless::TargetCreateZeroSSL.new(
28
29
  api_key: null,
30
+ delete_protection: null,
29
31
  description: null,
30
32
  imap_fqdn: null,
31
33
  imap_password: null,
@@ -7,6 +7,7 @@
7
7
  | **artifactory_admin_name** | **String** | Artifactory Admin Name | |
8
8
  | **artifactory_admin_pwd** | **String** | Artifactory Admin password | |
9
9
  | **base_url** | **String** | Base URL | |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Description of the object | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -26,6 +27,7 @@ instance = Akeyless::TargetUpdateArtifactory.new(
26
27
  artifactory_admin_name: null,
27
28
  artifactory_admin_pwd: null,
28
29
  base_url: null,
30
+ delete_protection: null,
29
31
  description: null,
30
32
  json: null,
31
33
  keep_prev_version: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_key** | **String** | AWS secret access key | |
8
8
  | **access_key_id** | **String** | AWS access key ID | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **generate_external_id** | **Boolean** | A unique auto-generated value used in your AWS account when configuring your AWS IAM role to securely delegate access to Akeyless. Relevant only when using GW cloud ID | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
  instance = Akeyless::TargetUpdateAws.new(
30
31
  access_key: null,
31
32
  access_key_id: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  generate_external_id: null,
34
36
  json: null,
@@ -8,6 +8,7 @@
8
8
  | **client_id** | **String** | Azure client/application id | [optional] |
9
9
  | **client_secret** | **String** | Azure client secret | [optional] |
10
10
  | **connection_type** | **String** | Type of connection [credentials/cloud-identity] | [optional][default to 'credentials'] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
14
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -33,6 +34,7 @@ instance = Akeyless::TargetUpdateAzure.new(
33
34
  client_id: null,
34
35
  client_secret: null,
35
36
  connection_type: null,
37
+ delete_protection: null,
36
38
  description: null,
37
39
  json: null,
38
40
  keep_prev_version: null,
@@ -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] |
@@ -15,7 +18,9 @@
15
18
  | **db_server_certificates** | **String** | (Optional) DB server certificates | [optional] |
16
19
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
17
20
  | **db_type** | **String** | | |
21
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
18
22
  | **description** | **String** | Description of the object | [optional] |
23
+ | **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
19
24
  | **host** | **String** | | [optional] |
20
25
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
21
26
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -54,6 +59,9 @@ instance = Akeyless::TargetUpdateDB.new(
54
59
  azure_client_id: null,
55
60
  azure_client_secret: null,
56
61
  azure_tenant_id: null,
62
+ client_certificate: null,
63
+ client_key_passphrase: null,
64
+ client_private_key: null,
57
65
  cloud_service_provider: null,
58
66
  cluster_mode: null,
59
67
  comment: null,
@@ -62,7 +70,9 @@ instance = Akeyless::TargetUpdateDB.new(
62
70
  db_server_certificates: null,
63
71
  db_server_name: null,
64
72
  db_type: null,
73
+ delete_protection: null,
65
74
  description: null,
75
+ enable_mtls: null,
66
76
  host: null,
67
77
  json: null,
68
78
  keep_prev_version: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **dockerhub_password** | **String** | Password for docker repository | [optional] |
9
10
  | **dockerhub_username** | **String** | Username for docker repository | [optional] |
@@ -22,6 +23,7 @@
22
23
  require 'akeyless'
23
24
 
24
25
  instance = Akeyless::TargetUpdateDockerhub.new(
26
+ delete_protection: null,
25
27
  description: null,
26
28
  dockerhub_password: null,
27
29
  dockerhub_username: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **eks_access_key_id** | **String** | Access Key ID | |
9
10
  | **eks_cluster_ca_cert** | **String** | EKS cluster CA certificate | |
@@ -27,6 +28,7 @@
27
28
  require 'akeyless'
28
29
 
29
30
  instance = Akeyless::TargetUpdateEks.new(
31
+ delete_protection: null,
30
32
  description: null,
31
33
  eks_access_key_id: null,
32
34
  eks_cluster_ca_cert: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -22,6 +23,7 @@
22
23
  require 'akeyless'
23
24
 
24
25
  instance = Akeyless::TargetUpdateGcp.new(
26
+ delete_protection: null,
25
27
  description: null,
26
28
  gcp_key: null,
27
29
  json: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API key for Gemini | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
9
10
  | **gemini_url** | **String** | Base URL of the Gemini API | [optional][default to 'https://generativelanguage.googleapis.com'] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
 
25
26
  instance = Akeyless::TargetUpdateGemini.new(
26
27
  api_key: null,
28
+ delete_protection: null,
27
29
  description: null,
28
30
  gemini_url: null,
29
31
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **github_app_id** | **Integer** | Github app id | [optional] |
9
10
  | **github_app_private_key** | **String** | App private key | [optional] |
@@ -23,6 +24,7 @@
23
24
  require 'akeyless'
24
25
 
25
26
  instance = Akeyless::TargetUpdateGithub.new(
27
+ delete_protection: null,
26
28
  description: null,
27
29
  github_app_id: null,
28
30
  github_app_private_key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gitlab_access_token** | **String** | Gitlab access token | [optional] |
9
10
  | **gitlab_certificate** | **String** | Gitlab tls certificate (base64 encoded) | [optional] |
@@ -23,6 +24,7 @@
23
24
  require 'akeyless'
24
25
 
25
26
  instance = Akeyless::TargetUpdateGitlab.new(
27
+ delete_protection: null,
26
28
  description: null,
27
29
  gitlab_access_token: null,
28
30
  gitlab_certificate: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **gke_account_key** | **String** | GKE Service Account key file path | [optional] |
9
10
  | **gke_cluster_cert** | **String** | GKE cluster CA certificate | [optional] |
@@ -26,6 +27,7 @@
26
27
  require 'akeyless'
27
28
 
28
29
  instance = Akeyless::TargetUpdateGke.new(
30
+ delete_protection: null,
29
31
  description: null,
30
32
  gke_account_key: null,
31
33
  gke_cluster_cert: null,
@@ -8,6 +8,7 @@
8
8
  | **contact_first_name** | **String** | First name of the GlobalSign GCC account contact | |
9
9
  | **contact_last_name** | **String** | Last name of the GlobalSign GCC account contact | |
10
10
  | **contact_phone** | **String** | Telephone of the GlobalSign GCC account contact | |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Description of the object | [optional] |
12
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
14
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -32,6 +33,7 @@ instance = Akeyless::TargetUpdateGlobalSign.new(
32
33
  contact_first_name: null,
33
34
  contact_last_name: null,
34
35
  contact_phone: null,
36
+ delete_protection: null,
35
37
  description: null,
36
38
  json: null,
37
39
  keep_prev_version: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API Key of the GlobalSign Atlas account | |
8
8
  | **api_secret** | **String** | API Secret of the GlobalSign Atlas account | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::TargetUpdateGlobalSignAtlas.new(
28
29
  api_key: null,
29
30
  api_secret: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  json: null,
32
34
  keep_prev_version: null,