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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54d5e27001c7dca8fec528ccef0ba602412ae096e197035019d8730993e73c39
4
- data.tar.gz: 6039cf7eda6ffeb169972d322cb1b84fb0395754d001d9ac1bb4d04e08bbf870
3
+ metadata.gz: 5f6a2b2336cae61acc7deeed4137ff0e31887fa33372e7375972fdac1ed9ce84
4
+ data.tar.gz: ed9e6e16caa062355655eab37bd3d00b239d331a226398a33c1f664584b8a896
5
5
  SHA512:
6
- metadata.gz: 16797736d200f55758755e82e569b4171a6c4187bc5cc546a868886977d793f7ce4f4db36bfc1e583cd531212430fc706096f25450739bc25506ebe9e9550595
7
- data.tar.gz: deec5d389acb810bd005cb277622ed957a788e76fce0c2a7a3ce176e9fe25b565c8bcec31935031282bdc1b3ebb476fd060f530a936f907705634362644c33ef
6
+ metadata.gz: d60a80e2711d4e6b8e72566f04e6a201e21b95ad372642b872057febbd4dac8793af5bbcce59baaba9b2425b7076f482f28b1c7d54b8a5807f6f8cdfdb540322
7
+ data.tar.gz: 9fc1aaa9785aacffdcfa12dd7103ae43e2600822ce2ee54679e2958287f1c3065177c71b2fad7f3a9fb62e95ccb517e1154ebf8f7ee2b6475efe89442f91c404
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 3.0
10
- - Package version: 5.0.23
10
+ - Package version: 5.0.25
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -208,7 +208,7 @@ Class | Method | HTTP request | Description
208
208
  *Akeyless::V2Api* | [**dynamic_secret_create_ms_sql**](docs/V2Api.md#dynamic_secret_create_ms_sql) | **POST** /dynamic-secret-create-mssql |
209
209
  *Akeyless::V2Api* | [**dynamic_secret_create_my_sql**](docs/V2Api.md#dynamic_secret_create_my_sql) | **POST** /dynamic-secret-create-mysql |
210
210
  *Akeyless::V2Api* | [**dynamic_secret_create_open_ai**](docs/V2Api.md#dynamic_secret_create_open_ai) | **POST** /dynamic-secret-create-openai |
211
- *Akeyless::V2Api* | [**dynamic_secret_create_oracle_db**](docs/V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracle |
211
+ *Akeyless::V2Api* | [**dynamic_secret_create_oracle_db**](docs/V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracledb |
212
212
  *Akeyless::V2Api* | [**dynamic_secret_create_ping**](docs/V2Api.md#dynamic_secret_create_ping) | **POST** /dynamic-secret-create-ping |
213
213
  *Akeyless::V2Api* | [**dynamic_secret_create_postgre_sql**](docs/V2Api.md#dynamic_secret_create_postgre_sql) | **POST** /dynamic-secret-create-postgresql |
214
214
  *Akeyless::V2Api* | [**dynamic_secret_create_rabbit_mq**](docs/V2Api.md#dynamic_secret_create_rabbit_mq) | **POST** /dynamic-secret-create-rabbitmq |
@@ -222,7 +222,7 @@ Class | Method | HTTP request | Description
222
222
  *Akeyless::V2Api* | [**dynamic_secret_get_value**](docs/V2Api.md#dynamic_secret_get_value) | **POST** /dynamic-secret-get-value |
223
223
  *Akeyless::V2Api* | [**dynamic_secret_list**](docs/V2Api.md#dynamic_secret_list) | **POST** /dynamic-secret-list |
224
224
  *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_delete**](docs/V2Api.md#dynamic_secret_tmp_creds_delete) | **POST** /dynamic-secret-tmp-creds-delete |
225
- *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_get**](docs/V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-Get |
225
+ *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_get**](docs/V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-get |
226
226
  *Akeyless::V2Api* | [**dynamic_secret_tmp_creds_update**](docs/V2Api.md#dynamic_secret_tmp_creds_update) | **POST** /dynamic-secret-tmp-creds-update |
227
227
  *Akeyless::V2Api* | [**dynamic_secret_update_artifactory**](docs/V2Api.md#dynamic_secret_update_artifactory) | **POST** /dynamic-secret-update-artifactory |
228
228
  *Akeyless::V2Api* | [**dynamic_secret_update_aws**](docs/V2Api.md#dynamic_secret_update_aws) | **POST** /dynamic-secret-update-aws |
@@ -236,14 +236,14 @@ Class | Method | HTTP request | Description
236
236
  *Akeyless::V2Api* | [**dynamic_secret_update_gitlab**](docs/V2Api.md#dynamic_secret_update_gitlab) | **POST** /dynamic-secret-update-gitlab |
237
237
  *Akeyless::V2Api* | [**dynamic_secret_update_gke**](docs/V2Api.md#dynamic_secret_update_gke) | **POST** /dynamic-secret-update-gke |
238
238
  *Akeyless::V2Api* | [**dynamic_secret_update_google_workspace**](docs/V2Api.md#dynamic_secret_update_google_workspace) | **POST** /dynamic-secret-update-google-workspace |
239
- *Akeyless::V2Api* | [**dynamic_secret_update_hana_db**](docs/V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hana |
239
+ *Akeyless::V2Api* | [**dynamic_secret_update_hana_db**](docs/V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hanadb |
240
240
  *Akeyless::V2Api* | [**dynamic_secret_update_k8s**](docs/V2Api.md#dynamic_secret_update_k8s) | **POST** /dynamic-secret-update-k8s |
241
241
  *Akeyless::V2Api* | [**dynamic_secret_update_ldap**](docs/V2Api.md#dynamic_secret_update_ldap) | **POST** /dynamic-secret-update-ldap |
242
- *Akeyless::V2Api* | [**dynamic_secret_update_mongo_db**](docs/V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongo |
242
+ *Akeyless::V2Api* | [**dynamic_secret_update_mongo_db**](docs/V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongodb |
243
243
  *Akeyless::V2Api* | [**dynamic_secret_update_ms_sql**](docs/V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql |
244
244
  *Akeyless::V2Api* | [**dynamic_secret_update_my_sql**](docs/V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql |
245
245
  *Akeyless::V2Api* | [**dynamic_secret_update_open_ai**](docs/V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai |
246
- *Akeyless::V2Api* | [**dynamic_secret_update_oracle_db**](docs/V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracle |
246
+ *Akeyless::V2Api* | [**dynamic_secret_update_oracle_db**](docs/V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracledb |
247
247
  *Akeyless::V2Api* | [**dynamic_secret_update_ping**](docs/V2Api.md#dynamic_secret_update_ping) | **POST** /dynamic-secret-update-ping |
248
248
  *Akeyless::V2Api* | [**dynamic_secret_update_postgre_sql**](docs/V2Api.md#dynamic_secret_update_postgre_sql) | **POST** /dynamic-secret-update-postgresql |
249
249
  *Akeyless::V2Api* | [**dynamic_secret_update_rabbit_mq**](docs/V2Api.md#dynamic_secret_update_rabbit_mq) | **POST** /dynamic-secret-update-rabbitmq |
@@ -509,6 +509,7 @@ Class | Method | HTTP request | Description
509
509
  *Akeyless::V2Api* | [**rotated_secret_update_splunk**](docs/V2Api.md#rotated_secret_update_splunk) | **POST** /rotated-secret-update-splunk |
510
510
  *Akeyless::V2Api* | [**rotated_secret_update_ssh**](docs/V2Api.md#rotated_secret_update_ssh) | **POST** /rotated-secret-update-ssh |
511
511
  *Akeyless::V2Api* | [**rotated_secret_update_windows**](docs/V2Api.md#rotated_secret_update_windows) | **POST** /rotated-secret-update-windows |
512
+ *Akeyless::V2Api* | [**runtime_authority**](docs/V2Api.md#runtime_authority) | **POST** /runtime-authority |
512
513
  *Akeyless::V2Api* | [**set_item_state**](docs/V2Api.md#set_item_state) | **POST** /set-item-state |
513
514
  *Akeyless::V2Api* | [**set_role_rule**](docs/V2Api.md#set_role_rule) | **POST** /set-role-rule |
514
515
  *Akeyless::V2Api* | [**share_item**](docs/V2Api.md#share_item) | **POST** /share-item |
@@ -698,6 +699,8 @@ Class | Method | HTTP request | Description
698
699
  - [Akeyless::ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
699
700
  - [Akeyless::AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
700
701
  - [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
702
+ - [Akeyless::AgenticRule](docs/AgenticRule.md)
703
+ - [Akeyless::AgenticRules](docs/AgenticRules.md)
701
704
  - [Akeyless::AiInsightsConfigPart](docs/AiInsightsConfigPart.md)
702
705
  - [Akeyless::AiInsightsSetting](docs/AiInsightsSetting.md)
703
706
  - [Akeyless::AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
@@ -1575,6 +1578,7 @@ Class | Method | HTTP request | Description
1575
1578
  - [Akeyless::RotatorsConfigPart](docs/RotatorsConfigPart.md)
1576
1579
  - [Akeyless::RuleAssigner](docs/RuleAssigner.md)
1577
1580
  - [Akeyless::Rules](docs/Rules.md)
1581
+ - [Akeyless::RuntimeAuthorityCommand](docs/RuntimeAuthorityCommand.md)
1578
1582
  - [Akeyless::SAMLAccessRules](docs/SAMLAccessRules.md)
1579
1583
  - [Akeyless::SAMLAttribute](docs/SAMLAttribute.md)
1580
1584
  - [Akeyless::SSHCertificateIssueDetails](docs/SSHCertificateIssueDetails.md)
@@ -1587,6 +1591,8 @@ Class | Method | HTTP request | Description
1587
1591
  - [Akeyless::SecureRemoteAccess](docs/SecureRemoteAccess.md)
1588
1592
  - [Akeyless::ServerInventoryMigration](docs/ServerInventoryMigration.md)
1589
1593
  - [Akeyless::ServerInventoryPayload](docs/ServerInventoryPayload.md)
1594
+ - [Akeyless::SetDefaultProfile](docs/SetDefaultProfile.md)
1595
+ - [Akeyless::SetDefaultProfileOutput](docs/SetDefaultProfileOutput.md)
1590
1596
  - [Akeyless::SetItemState](docs/SetItemState.md)
1591
1597
  - [Akeyless::SetRoleRule](docs/SetRoleRule.md)
1592
1598
  - [Akeyless::ShareItem](docs/ShareItem.md)
@@ -8,6 +8,7 @@
8
8
  | **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
9
9
  | **ai_insights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional] |
10
10
  | **allow_auto_fill** | **Boolean** | | [optional] |
11
+ | **allow_passkeys** | **Boolean** | | [optional] |
11
12
  | **allowed_client_types** | [**AllowedClientType**](AllowedClientType.md) | | [optional] |
12
13
  | **allowed_clients_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
13
14
  | **allowed_gateways_ips** | [**AllowedIpSettings**](AllowedIpSettings.md) | | [optional] |
@@ -42,6 +43,7 @@ instance = Akeyless::AccountGeneralSettings.new(
42
43
  account_default_key_name: null,
43
44
  ai_insights: null,
44
45
  allow_auto_fill: null,
46
+ allow_passkeys: null,
45
47
  allowed_client_types: null,
46
48
  allowed_clients_ips: null,
47
49
  allowed_gateways_ips: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::AgenticRule
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **rule** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AgenticRule.new(
16
+ name: null,
17
+ rule: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::AgenticRules
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **input_rules** | [**Array<AgenticRule>**](AgenticRule.md) | | [optional] |
8
+ | **output_rules** | [**Array<AgenticRule>**](AgenticRule.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AgenticRules.new(
16
+ input_rules: null,
17
+ output_rules: null
18
+ )
19
+ ```
20
+
@@ -7,6 +7,9 @@
7
7
  | **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
8
8
  | **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
9
9
  | **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
10
+ | **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
11
+ | **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
12
+ | **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
10
13
  | **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
11
14
  | **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
12
15
  | **comment** | **String** | Deprecated - use description | [optional] |
@@ -16,6 +19,7 @@
16
19
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
17
20
  | **db_type** | **String** | | |
18
21
  | **description** | **String** | Description of the object | [optional] |
22
+ | **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
19
23
  | **host** | **String** | | [optional] |
20
24
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
21
25
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -52,6 +56,9 @@ instance = Akeyless::CreateDBTarget.new(
52
56
  azure_client_id: null,
53
57
  azure_client_secret: null,
54
58
  azure_tenant_id: null,
59
+ client_certificate: null,
60
+ client_key_passphrase: null,
61
+ client_private_key: null,
55
62
  cloud_service_provider: null,
56
63
  cluster_mode: null,
57
64
  comment: null,
@@ -61,6 +68,7 @@ instance = Akeyless::CreateDBTarget.new(
61
68
  db_server_name: null,
62
69
  db_type: null,
63
70
  description: null,
71
+ enable_mtls: null,
64
72
  host: null,
65
73
  json: null,
66
74
  key: null,
data/docs/CreateRole.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **analytics_access** | **String** | Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
8
+ | **ara_reports_access** | **String** | Allow this role to view Agentic Runtime Authority Dashboard. Currently only 'none', 'scoped', 'all' values are supported. | [optional] |
8
9
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own', 'scoped' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
10
  | **comment** | **String** | Deprecated - use description | [optional] |
10
11
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::CreateRole.new(
30
31
  analytics_access: null,
32
+ ara_reports_access: null,
31
33
  audit_access: null,
32
34
  comment: null,
33
35
  delete_protection: null,
data/docs/CreateUSC.md CHANGED
@@ -23,7 +23,9 @@
23
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
24
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
25
  | **usc_prefix** | **String** | Prefix for all secrets created in AWS Secrets Manager | [optional] |
26
+ | **usc_tags** | **String** | Comma-separated list of tags to apply to all secrets created on the remote USC | [optional] |
26
27
  | **use_prefix_as_filter** | **String** | Whether to filter the USC secret list using the specified usc-prefix [true/false] | [optional][default to 'false'] |
28
+ | **use_tags_as_filter** | **Boolean** | Filter the USC secret list by the value(s) of --usc-tags. [true|false] | [optional] |
27
29
 
28
30
  ## Example
29
31
 
@@ -50,7 +52,9 @@ instance = Akeyless::CreateUSC.new(
50
52
  token: null,
51
53
  uid_token: null,
52
54
  usc_prefix: null,
53
- use_prefix_as_filter: null
55
+ usc_tags: null,
56
+ use_prefix_as_filter: null,
57
+ use_tags_as_filter: null
54
58
  )
55
59
  ```
56
60
 
@@ -11,6 +11,7 @@
11
11
  | **admin_pwd** | **String** | | [optional] |
12
12
  | **admin_rotation_interval_days** | **Integer** | | [optional] |
13
13
  | **administrative_port** | **String** | | [optional] |
14
+ | **agentic_rules** | [**AgenticRules**](AgenticRules.md) | | [optional] |
14
15
  | **api_key** | **String** | | [optional] |
15
16
  | **api_key_id** | **String** | | [optional] |
16
17
  | **artifactory_admin_apikey** | **String** | | [optional] |
@@ -58,6 +59,9 @@
58
59
  | **chef_server_username** | **String** | | [optional] |
59
60
  | **chef_skip_ssl** | **Boolean** | | [optional] |
60
61
  | **client_authentication_type** | **String** | | [optional] |
62
+ | **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
63
+ | **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
64
+ | **client_private_key** | **String** | (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field | [optional] |
61
65
  | **cloud_service_provider** | **String** | | [optional] |
62
66
  | **cluster_mode** | **Boolean** | | [optional] |
63
67
  | **connection_type** | **String** | | [optional] |
@@ -90,6 +94,7 @@
90
94
  | **eks_region** | **String** | | [optional] |
91
95
  | **eks_secret_access_key** | **String** | | [optional] |
92
96
  | **enable_admin_rotation** | **Boolean** | | [optional] |
97
+ | **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
93
98
  | **enforce_replay_prevention** | **Boolean** | relevant for PRIVATE_KEY_JWT client authentication type | [optional] |
94
99
  | **expiration_date** | **Time** | | [optional] |
95
100
  | **externally_provided_user** | **String** | | [optional] |
@@ -283,6 +288,7 @@ instance = Akeyless::DSProducerDetails.new(
283
288
  admin_pwd: null,
284
289
  admin_rotation_interval_days: null,
285
290
  administrative_port: null,
291
+ agentic_rules: null,
286
292
  api_key: null,
287
293
  api_key_id: null,
288
294
  artifactory_admin_apikey: null,
@@ -330,6 +336,9 @@ instance = Akeyless::DSProducerDetails.new(
330
336
  chef_server_username: null,
331
337
  chef_skip_ssl: null,
332
338
  client_authentication_type: null,
339
+ client_certificate: null,
340
+ client_key_passphrase: null,
341
+ client_private_key: null,
333
342
  cloud_service_provider: null,
334
343
  cluster_mode: null,
335
344
  connection_type: null,
@@ -362,6 +371,7 @@ instance = Akeyless::DSProducerDetails.new(
362
371
  eks_region: null,
363
372
  eks_secret_access_key: null,
364
373
  enable_admin_rotation: null,
374
+ enable_mtls: null,
365
375
  enforce_replay_prevention: null,
366
376
  expiration_date: null,
367
377
  externally_provided_user: null,
@@ -4,6 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
8
+ | **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
9
+ | **client_private_key** | **String** | (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field | [optional] |
7
10
  | **cloud_service_provider** | **String** | | [optional] |
8
11
  | **cluster_mode** | **Boolean** | | [optional] |
9
12
  | **connection_type** | **String** | | [optional] |
@@ -19,6 +22,7 @@
19
22
  | **db_server_name** | **String** | (Optional) ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. | [optional] |
20
23
  | **db_tenant_id** | **String** | | [optional] |
21
24
  | **db_user_name** | **String** | | [optional] |
25
+ | **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
22
26
  | **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
23
27
  | **sf_account** | **String** | | [optional] |
24
28
  | **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
@@ -30,6 +34,9 @@
30
34
  require 'akeyless'
31
35
 
32
36
  instance = Akeyless::DbTargetDetails.new(
37
+ client_certificate: null,
38
+ client_key_passphrase: null,
39
+ client_private_key: null,
33
40
  cloud_service_provider: null,
34
41
  cluster_mode: null,
35
42
  connection_type: null,
@@ -45,6 +52,7 @@ instance = Akeyless::DbTargetDetails.new(
45
52
  db_server_name: null,
46
53
  db_tenant_id: null,
47
54
  db_user_name: null,
55
+ enable_mtls: null,
48
56
  oracle_wallet_details: null,
49
57
  sf_account: null,
50
58
  ssl_connection_certificate: null,
@@ -7,7 +7,7 @@
7
7
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
8
  | **path** | **String** | The path the rule refers to | |
9
9
  | **role_name** | **String** | The role name to be updated | |
10
- | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
10
+ | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, ara-reports-rule, sra-rule, ara-rule, usage-reports-rule, event-rule, event-forwarder-rule, reverse-rbac-rule | [optional][default to 'item-rule'] |
11
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
13
 
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **next_token** | **String** | | [optional] |
7
8
  | **secrets_list** | [**Array<SecretInfo>**](SecretInfo.md) | | [optional] |
8
9
  | **warnings** | **Array<String>** | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'akeyless'
14
15
 
15
16
  instance = Akeyless::EsmListSecretsOutput.new(
17
+ next_token: null,
16
18
  secrets_list: null,
17
19
  warnings: null
18
20
  )
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **migration_id** | **String** | | [optional] |
7
8
  | **migration_name** | **String** | | [optional] |
8
9
 
9
10
  ## Example
@@ -12,6 +13,7 @@
12
13
  require 'akeyless'
13
14
 
14
15
  instance = Akeyless::GatewayMigrationCreateOutput.new(
16
+ migration_id: null,
15
17
  migration_name: null
16
18
  )
17
19
  ```
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **agentic_rules** | [**AgenticRules**](AgenticRules.md) | | [optional] |
7
8
  | **cert_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
8
9
  | **certificate_chain_info** | [**CertificateChainInfo**](CertificateChainInfo.md) | | [optional] |
9
10
  | **certificate_format** | **String** | | [optional] |
@@ -29,6 +30,7 @@
29
30
  require 'akeyless'
30
31
 
31
32
  instance = Akeyless::ItemGeneralInfo.new(
33
+ agentic_rules: null,
32
34
  cert_issue_details: null,
33
35
  certificate_chain_info: null,
34
36
  certificate_format: null,
data/docs/ListItems.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
8
  | **advanced_filter** | **String** | Filter by item name/username/website or part of it | [optional] |
9
+ | **ara_only** | **Boolean** | Filter by items with ARA functionality enabled | [optional][default to false] |
9
10
  | **auto_pagination** | **String** | Retrieve all items using pagination, when disabled retrieving only first 1000 items | [optional][default to 'enabled'] |
10
11
  | **current_folder** | **Boolean** | List only items in the current folder (excludes subfolders) | [optional][default to false] |
11
12
  | **filter** | **String** | Filter by item name or part of it | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
  instance = Akeyless::ListItems.new(
30
31
  accessibility: null,
31
32
  advanced_filter: null,
33
+ ara_only: null,
32
34
  auto_pagination: null,
33
35
  current_folder: null,
34
36
  filter: null,
@@ -0,0 +1,28 @@
1
+ # Akeyless::RuntimeAuthorityCommand
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **agent_id** | **String** | Agent identifier for auditing | |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **name** | **String** | Secret name (dynamic secret or rotated secret) | |
10
+ | **payload** | **String** | Query or action payload (SQL, natural language, or CLI-style) | |
11
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'akeyless'
18
+
19
+ instance = Akeyless::RuntimeAuthorityCommand.new(
20
+ agent_id: null,
21
+ json: null,
22
+ name: null,
23
+ payload: null,
24
+ token: null,
25
+ uid_token: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::SetDefaultProfile
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
+ | **profile** | **String** | Profile name to use as the default | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::SetDefaultProfile.new(
16
+ json: null,
17
+ profile: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::SetDefaultProfileOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **profile_name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::SetDefaultProfileOutput.new(
15
+ profile_name: null
16
+ )
17
+ ```
18
+
data/docs/SetRoleRule.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
9
  | **path** | **String** | The path the rule refers to | |
10
10
  | **role_name** | **String** | The role name to be updated | |
11
- | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
11
+ | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, ara-reports-rule, sra-rule, ara-rule | [optional][default to 'item-rule'] |
12
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
13
13
  | **ttl** | **Integer** | RoleRule ttl | [optional] |
14
14
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_id** | **String** | | [optional] |
8
8
  | **auth_creds** | **String** | Temporary credentials for accessing Auth | [optional] |
9
+ | **csrf_token** | **String** | CSRF token for synchronizer-token pattern (only populated for WebUI clients) | [optional] |
9
10
  | **expiry** | **Integer** | Credentials expiration date | [optional] |
10
11
  | **kfm_creds** | **String** | Temporary credentials for accessing the KFMs instances | [optional] |
11
12
  | **need_mfa_app_first_config** | **Boolean** | If the user didn't complete to configure the MFA app | [optional] |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
  instance = Akeyless::SystemAccessCredentialsReplyObj.new(
22
23
  access_id: null,
23
24
  auth_creds: null,
25
+ csrf_token: null,
24
26
  expiry: null,
25
27
  kfm_creds: null,
26
28
  need_mfa_app_first_config: null,
data/docs/Target.md CHANGED
@@ -11,6 +11,7 @@
11
11
  | **client_permissions** | **Array<String>** | | [optional] |
12
12
  | **comment** | **String** | | [optional] |
13
13
  | **creation_date** | **Time** | | [optional] |
14
+ | **delete_protection** | **Boolean** | | [optional] |
14
15
  | **is_access_request_enabled** | **Boolean** | | [optional] |
15
16
  | **last_version** | **Integer** | | [optional] |
16
17
  | **locking_info** | [**LockingInfo**](LockingInfo.md) | | [optional] |
@@ -39,6 +40,7 @@ instance = Akeyless::Target.new(
39
40
  client_permissions: null,
40
41
  comment: null,
41
42
  creation_date: null,
43
+ delete_protection: null,
42
44
  is_access_request_enabled: null,
43
45
  last_version: null,
44
46
  locking_info: 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
  | **key** | **String** | The name of a key used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -24,6 +25,7 @@ instance = Akeyless::TargetCreateArtifactory.new(
24
25
  artifactory_admin_name: null,
25
26
  artifactory_admin_pwd: null,
26
27
  base_url: null,
28
+ delete_protection: null,
27
29
  description: null,
28
30
  json: null,
29
31
  key: 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] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::TargetCreateAws.new(
28
29
  access_key: null,
29
30
  access_key_id: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  generate_external_id: null,
32
34
  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
  | **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] |
@@ -31,6 +32,7 @@ instance = Akeyless::TargetCreateAzure.new(
31
32
  client_id: null,
32
33
  client_secret: null,
33
34
  connection_type: null,
35
+ delete_protection: null,
34
36
  description: null,
35
37
  json: null,
36
38
  key: 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
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -52,6 +57,9 @@ instance = Akeyless::TargetCreateDB.new(
52
57
  azure_client_id: null,
53
58
  azure_client_secret: null,
54
59
  azure_tenant_id: null,
60
+ client_certificate: null,
61
+ client_key_passphrase: null,
62
+ client_private_key: null,
55
63
  cloud_service_provider: null,
56
64
  cluster_mode: null,
57
65
  comment: null,
@@ -60,7 +68,9 @@ instance = Akeyless::TargetCreateDB.new(
60
68
  db_server_certificates: null,
61
69
  db_server_name: null,
62
70
  db_type: null,
71
+ delete_protection: null,
63
72
  description: null,
73
+ enable_mtls: null,
64
74
  host: null,
65
75
  json: null,
66
76
  key: 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
  | **digicert_url** | **String** | DigiCert ACME endpoint selector. Options: [us-production/eu-production/us-demo/eu-demo] | [optional][default to 'us-production'] |
10
11
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetCreateDigiCert.new(
31
32
  acme_challenge: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  digicert_url: null,
34
36
  dns_target_creds: 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] |
@@ -20,6 +21,7 @@
20
21
  require 'akeyless'
21
22
 
22
23
  instance = Akeyless::TargetCreateDockerhub.new(
24
+ delete_protection: null,
23
25
  description: null,
24
26
  dockerhub_password: null,
25
27
  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 | |
@@ -25,6 +26,7 @@
25
26
  require 'akeyless'
26
27
 
27
28
  instance = Akeyless::TargetCreateEks.new(
29
+ delete_protection: null,
28
30
  description: null,
29
31
  eks_access_key_id: null,
30
32
  eks_cluster_ca_cert: null,