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
@@ -16,6 +16,15 @@ require 'time'
16
16
  module Akeyless
17
17
  # DbTargetDetails
18
18
  class DbTargetDetails
19
+ # (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field
20
+ attr_accessor :client_certificate
21
+
22
+ # (Optional) ClientKeyPassphrase defines the passphrase for the client private key
23
+ attr_accessor :client_key_passphrase
24
+
25
+ # (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field
26
+ attr_accessor :client_private_key
27
+
19
28
  attr_accessor :cloud_service_provider
20
29
 
21
30
  attr_accessor :cluster_mode
@@ -49,6 +58,9 @@ module Akeyless
49
58
 
50
59
  attr_accessor :db_user_name
51
60
 
61
+ # (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB
62
+ attr_accessor :enable_mtls
63
+
52
64
  attr_accessor :oracle_wallet_details
53
65
 
54
66
  attr_accessor :sf_account
@@ -62,6 +74,9 @@ module Akeyless
62
74
  # Attribute mapping from ruby-style variable name to JSON key.
63
75
  def self.attribute_map
64
76
  {
77
+ :'client_certificate' => :'client_certificate',
78
+ :'client_key_passphrase' => :'client_key_passphrase',
79
+ :'client_private_key' => :'client_private_key',
65
80
  :'cloud_service_provider' => :'cloud_service_provider',
66
81
  :'cluster_mode' => :'cluster_mode',
67
82
  :'connection_type' => :'connection_type',
@@ -77,6 +92,7 @@ module Akeyless
77
92
  :'db_server_name' => :'db_server_name',
78
93
  :'db_tenant_id' => :'db_tenant_id',
79
94
  :'db_user_name' => :'db_user_name',
95
+ :'enable_mtls' => :'enable_mtls',
80
96
  :'oracle_wallet_details' => :'oracle_wallet_details',
81
97
  :'sf_account' => :'sf_account',
82
98
  :'ssl_connection_certificate' => :'ssl_connection_certificate',
@@ -92,6 +108,9 @@ module Akeyless
92
108
  # Attribute type mapping.
93
109
  def self.openapi_types
94
110
  {
111
+ :'client_certificate' => :'String',
112
+ :'client_key_passphrase' => :'String',
113
+ :'client_private_key' => :'String',
95
114
  :'cloud_service_provider' => :'String',
96
115
  :'cluster_mode' => :'Boolean',
97
116
  :'connection_type' => :'String',
@@ -107,6 +126,7 @@ module Akeyless
107
126
  :'db_server_name' => :'String',
108
127
  :'db_tenant_id' => :'String',
109
128
  :'db_user_name' => :'String',
129
+ :'enable_mtls' => :'Boolean',
110
130
  :'oracle_wallet_details' => :'WalletDetails',
111
131
  :'sf_account' => :'String',
112
132
  :'ssl_connection_certificate' => :'String',
@@ -135,6 +155,18 @@ module Akeyless
135
155
  h[k.to_sym] = v
136
156
  }
137
157
 
158
+ if attributes.key?(:'client_certificate')
159
+ self.client_certificate = attributes[:'client_certificate']
160
+ end
161
+
162
+ if attributes.key?(:'client_key_passphrase')
163
+ self.client_key_passphrase = attributes[:'client_key_passphrase']
164
+ end
165
+
166
+ if attributes.key?(:'client_private_key')
167
+ self.client_private_key = attributes[:'client_private_key']
168
+ end
169
+
138
170
  if attributes.key?(:'cloud_service_provider')
139
171
  self.cloud_service_provider = attributes[:'cloud_service_provider']
140
172
  end
@@ -195,6 +227,10 @@ module Akeyless
195
227
  self.db_user_name = attributes[:'db_user_name']
196
228
  end
197
229
 
230
+ if attributes.key?(:'enable_mtls')
231
+ self.enable_mtls = attributes[:'enable_mtls']
232
+ end
233
+
198
234
  if attributes.key?(:'oracle_wallet_details')
199
235
  self.oracle_wallet_details = attributes[:'oracle_wallet_details']
200
236
  end
@@ -232,6 +268,9 @@ module Akeyless
232
268
  def ==(o)
233
269
  return true if self.equal?(o)
234
270
  self.class == o.class &&
271
+ client_certificate == o.client_certificate &&
272
+ client_key_passphrase == o.client_key_passphrase &&
273
+ client_private_key == o.client_private_key &&
235
274
  cloud_service_provider == o.cloud_service_provider &&
236
275
  cluster_mode == o.cluster_mode &&
237
276
  connection_type == o.connection_type &&
@@ -247,6 +286,7 @@ module Akeyless
247
286
  db_server_name == o.db_server_name &&
248
287
  db_tenant_id == o.db_tenant_id &&
249
288
  db_user_name == o.db_user_name &&
289
+ enable_mtls == o.enable_mtls &&
250
290
  oracle_wallet_details == o.oracle_wallet_details &&
251
291
  sf_account == o.sf_account &&
252
292
  ssl_connection_certificate == o.ssl_connection_certificate &&
@@ -262,7 +302,7 @@ module Akeyless
262
302
  # Calculates hash code according to all attributes.
263
303
  # @return [Integer] Hash code
264
304
  def hash
265
- [cloud_service_provider, cluster_mode, connection_type, db_client_id, db_client_secret, db_host_name, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, oracle_wallet_details, sf_account, ssl_connection_certificate, ssl_connection_mode].hash
305
+ [client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, connection_type, db_client_id, db_client_secret, db_host_name, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, enable_mtls, oracle_wallet_details, sf_account, ssl_connection_certificate, ssl_connection_mode].hash
266
306
  end
267
307
 
268
308
  # Builds the object from hash
@@ -24,7 +24,7 @@ module Akeyless
24
24
  # The role name to be updated
25
25
  attr_accessor :role_name
26
26
 
27
- # item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule
27
+ # 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
28
28
  attr_accessor :rule_type
29
29
 
30
30
  # Authentication token (see `/auth` and `/configure`)
@@ -29,6 +29,8 @@ module Akeyless
29
29
 
30
30
  attr_accessor :administrative_port
31
31
 
32
+ attr_accessor :agentic_rules
33
+
32
34
  attr_accessor :api_key
33
35
 
34
36
  attr_accessor :api_key_id
@@ -123,6 +125,15 @@ module Akeyless
123
125
 
124
126
  attr_accessor :client_authentication_type
125
127
 
128
+ # (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field
129
+ attr_accessor :client_certificate
130
+
131
+ # (Optional) ClientKeyPassphrase defines the passphrase for the client private key
132
+ attr_accessor :client_key_passphrase
133
+
134
+ # (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field
135
+ attr_accessor :client_private_key
136
+
126
137
  attr_accessor :cloud_service_provider
127
138
 
128
139
  attr_accessor :cluster_mode
@@ -190,6 +201,9 @@ module Akeyless
190
201
 
191
202
  attr_accessor :enable_admin_rotation
192
203
 
204
+ # (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB
205
+ attr_accessor :enable_mtls
206
+
193
207
  # relevant for PRIVATE_KEY_JWT client authentication type
194
208
  attr_accessor :enforce_replay_prevention
195
209
 
@@ -577,6 +591,7 @@ module Akeyless
577
591
  :'admin_pwd' => :'admin_pwd',
578
592
  :'admin_rotation_interval_days' => :'admin_rotation_interval_days',
579
593
  :'administrative_port' => :'administrative_port',
594
+ :'agentic_rules' => :'agentic_rules',
580
595
  :'api_key' => :'api_key',
581
596
  :'api_key_id' => :'api_key_id',
582
597
  :'artifactory_admin_apikey' => :'artifactory_admin_apikey',
@@ -624,6 +639,9 @@ module Akeyless
624
639
  :'chef_server_username' => :'chef_server_username',
625
640
  :'chef_skip_ssl' => :'chef_skip_ssl',
626
641
  :'client_authentication_type' => :'client_authentication_type',
642
+ :'client_certificate' => :'client_certificate',
643
+ :'client_key_passphrase' => :'client_key_passphrase',
644
+ :'client_private_key' => :'client_private_key',
627
645
  :'cloud_service_provider' => :'cloud_service_provider',
628
646
  :'cluster_mode' => :'cluster_mode',
629
647
  :'connection_type' => :'connection_type',
@@ -656,6 +674,7 @@ module Akeyless
656
674
  :'eks_region' => :'eks_region',
657
675
  :'eks_secret_access_key' => :'eks_secret_access_key',
658
676
  :'enable_admin_rotation' => :'enable_admin_rotation',
677
+ :'enable_mtls' => :'enable_mtls',
659
678
  :'enforce_replay_prevention' => :'enforce_replay_prevention',
660
679
  :'expiration_date' => :'expiration_date',
661
680
  :'externally_provided_user' => :'externally_provided_user',
@@ -853,6 +872,7 @@ module Akeyless
853
872
  :'admin_pwd' => :'String',
854
873
  :'admin_rotation_interval_days' => :'Integer',
855
874
  :'administrative_port' => :'String',
875
+ :'agentic_rules' => :'AgenticRules',
856
876
  :'api_key' => :'String',
857
877
  :'api_key_id' => :'String',
858
878
  :'artifactory_admin_apikey' => :'String',
@@ -900,6 +920,9 @@ module Akeyless
900
920
  :'chef_server_username' => :'String',
901
921
  :'chef_skip_ssl' => :'Boolean',
902
922
  :'client_authentication_type' => :'String',
923
+ :'client_certificate' => :'String',
924
+ :'client_key_passphrase' => :'String',
925
+ :'client_private_key' => :'String',
903
926
  :'cloud_service_provider' => :'String',
904
927
  :'cluster_mode' => :'Boolean',
905
928
  :'connection_type' => :'String',
@@ -932,6 +955,7 @@ module Akeyless
932
955
  :'eks_region' => :'String',
933
956
  :'eks_secret_access_key' => :'String',
934
957
  :'enable_admin_rotation' => :'Boolean',
958
+ :'enable_mtls' => :'Boolean',
935
959
  :'enforce_replay_prevention' => :'Boolean',
936
960
  :'expiration_date' => :'Time',
937
961
  :'externally_provided_user' => :'String',
@@ -1165,6 +1189,10 @@ module Akeyless
1165
1189
  self.administrative_port = attributes[:'administrative_port']
1166
1190
  end
1167
1191
 
1192
+ if attributes.key?(:'agentic_rules')
1193
+ self.agentic_rules = attributes[:'agentic_rules']
1194
+ end
1195
+
1168
1196
  if attributes.key?(:'api_key')
1169
1197
  self.api_key = attributes[:'api_key']
1170
1198
  end
@@ -1353,6 +1381,18 @@ module Akeyless
1353
1381
  self.client_authentication_type = attributes[:'client_authentication_type']
1354
1382
  end
1355
1383
 
1384
+ if attributes.key?(:'client_certificate')
1385
+ self.client_certificate = attributes[:'client_certificate']
1386
+ end
1387
+
1388
+ if attributes.key?(:'client_key_passphrase')
1389
+ self.client_key_passphrase = attributes[:'client_key_passphrase']
1390
+ end
1391
+
1392
+ if attributes.key?(:'client_private_key')
1393
+ self.client_private_key = attributes[:'client_private_key']
1394
+ end
1395
+
1356
1396
  if attributes.key?(:'cloud_service_provider')
1357
1397
  self.cloud_service_provider = attributes[:'cloud_service_provider']
1358
1398
  end
@@ -1481,6 +1521,10 @@ module Akeyless
1481
1521
  self.enable_admin_rotation = attributes[:'enable_admin_rotation']
1482
1522
  end
1483
1523
 
1524
+ if attributes.key?(:'enable_mtls')
1525
+ self.enable_mtls = attributes[:'enable_mtls']
1526
+ end
1527
+
1484
1528
  if attributes.key?(:'enforce_replay_prevention')
1485
1529
  self.enforce_replay_prevention = attributes[:'enforce_replay_prevention']
1486
1530
  end
@@ -2253,6 +2297,7 @@ module Akeyless
2253
2297
  admin_pwd == o.admin_pwd &&
2254
2298
  admin_rotation_interval_days == o.admin_rotation_interval_days &&
2255
2299
  administrative_port == o.administrative_port &&
2300
+ agentic_rules == o.agentic_rules &&
2256
2301
  api_key == o.api_key &&
2257
2302
  api_key_id == o.api_key_id &&
2258
2303
  artifactory_admin_apikey == o.artifactory_admin_apikey &&
@@ -2300,6 +2345,9 @@ module Akeyless
2300
2345
  chef_server_username == o.chef_server_username &&
2301
2346
  chef_skip_ssl == o.chef_skip_ssl &&
2302
2347
  client_authentication_type == o.client_authentication_type &&
2348
+ client_certificate == o.client_certificate &&
2349
+ client_key_passphrase == o.client_key_passphrase &&
2350
+ client_private_key == o.client_private_key &&
2303
2351
  cloud_service_provider == o.cloud_service_provider &&
2304
2352
  cluster_mode == o.cluster_mode &&
2305
2353
  connection_type == o.connection_type &&
@@ -2332,6 +2380,7 @@ module Akeyless
2332
2380
  eks_region == o.eks_region &&
2333
2381
  eks_secret_access_key == o.eks_secret_access_key &&
2334
2382
  enable_admin_rotation == o.enable_admin_rotation &&
2383
+ enable_mtls == o.enable_mtls &&
2335
2384
  enforce_replay_prevention == o.enforce_replay_prevention &&
2336
2385
  expiration_date == o.expiration_date &&
2337
2386
  externally_provided_user == o.externally_provided_user &&
@@ -2522,7 +2571,7 @@ module Akeyless
2522
2571
  # Calculates hash code according to all attributes.
2523
2572
  # @return [Integer] Hash code
2524
2573
  def hash
2525
- [access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_cloud, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_access_type, gcp_fixed_user_claim_keyname, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_role_names, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_allowed_db_names, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
2574
+ [access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, agentic_rules, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_cloud, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, client_certificate, client_key_passphrase, client_private_key, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enable_mtls, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_access_type, gcp_fixed_user_claim_keyname, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_role_names, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_allowed_db_names, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
2526
2575
  end
2527
2576
 
2528
2577
  # Builds the object from hash
@@ -15,6 +15,8 @@ require 'time'
15
15
 
16
16
  module Akeyless
17
17
  class EsmListSecretsOutput
18
+ attr_accessor :next_token
19
+
18
20
  attr_accessor :secrets_list
19
21
 
20
22
  attr_accessor :warnings
@@ -22,6 +24,7 @@ module Akeyless
22
24
  # Attribute mapping from ruby-style variable name to JSON key.
23
25
  def self.attribute_map
24
26
  {
27
+ :'next_token' => :'next_token',
25
28
  :'secrets_list' => :'secrets_list',
26
29
  :'warnings' => :'warnings'
27
30
  }
@@ -35,6 +38,7 @@ module Akeyless
35
38
  # Attribute type mapping.
36
39
  def self.openapi_types
37
40
  {
41
+ :'next_token' => :'String',
38
42
  :'secrets_list' => :'Array<SecretInfo>',
39
43
  :'warnings' => :'Array<String>'
40
44
  }
@@ -61,6 +65,10 @@ module Akeyless
61
65
  h[k.to_sym] = v
62
66
  }
63
67
 
68
+ if attributes.key?(:'next_token')
69
+ self.next_token = attributes[:'next_token']
70
+ end
71
+
64
72
  if attributes.key?(:'secrets_list')
65
73
  if (value = attributes[:'secrets_list']).is_a?(Array)
66
74
  self.secrets_list = value
@@ -94,6 +102,7 @@ module Akeyless
94
102
  def ==(o)
95
103
  return true if self.equal?(o)
96
104
  self.class == o.class &&
105
+ next_token == o.next_token &&
97
106
  secrets_list == o.secrets_list &&
98
107
  warnings == o.warnings
99
108
  end
@@ -107,7 +116,7 @@ module Akeyless
107
116
  # Calculates hash code according to all attributes.
108
117
  # @return [Integer] Hash code
109
118
  def hash
110
- [secrets_list, warnings].hash
119
+ [next_token, secrets_list, warnings].hash
111
120
  end
112
121
 
113
122
  # Builds the object from hash
@@ -15,11 +15,14 @@ require 'time'
15
15
 
16
16
  module Akeyless
17
17
  class GatewayMigrationCreateOutput
18
+ attr_accessor :migration_id
19
+
18
20
  attr_accessor :migration_name
19
21
 
20
22
  # Attribute mapping from ruby-style variable name to JSON key.
21
23
  def self.attribute_map
22
24
  {
25
+ :'migration_id' => :'migration_id',
23
26
  :'migration_name' => :'migration_name'
24
27
  }
25
28
  end
@@ -32,6 +35,7 @@ module Akeyless
32
35
  # Attribute type mapping.
33
36
  def self.openapi_types
34
37
  {
38
+ :'migration_id' => :'String',
35
39
  :'migration_name' => :'String'
36
40
  }
37
41
  end
@@ -57,6 +61,10 @@ module Akeyless
57
61
  h[k.to_sym] = v
58
62
  }
59
63
 
64
+ if attributes.key?(:'migration_id')
65
+ self.migration_id = attributes[:'migration_id']
66
+ end
67
+
60
68
  if attributes.key?(:'migration_name')
61
69
  self.migration_name = attributes[:'migration_name']
62
70
  end
@@ -82,6 +90,7 @@ module Akeyless
82
90
  def ==(o)
83
91
  return true if self.equal?(o)
84
92
  self.class == o.class &&
93
+ migration_id == o.migration_id &&
85
94
  migration_name == o.migration_name
86
95
  end
87
96
 
@@ -94,7 +103,7 @@ module Akeyless
94
103
  # Calculates hash code according to all attributes.
95
104
  # @return [Integer] Hash code
96
105
  def hash
97
- [migration_name].hash
106
+ [migration_id, migration_name].hash
98
107
  end
99
108
 
100
109
  # Builds the object from hash
@@ -15,6 +15,8 @@ require 'time'
15
15
 
16
16
  module Akeyless
17
17
  class ItemGeneralInfo
18
+ attr_accessor :agentic_rules
19
+
18
20
  attr_accessor :cert_issue_details
19
21
 
20
22
  attr_accessor :certificate_chain_info
@@ -54,6 +56,7 @@ module Akeyless
54
56
  # Attribute mapping from ruby-style variable name to JSON key.
55
57
  def self.attribute_map
56
58
  {
59
+ :'agentic_rules' => :'agentic_rules',
57
60
  :'cert_issue_details' => :'cert_issue_details',
58
61
  :'certificate_chain_info' => :'certificate_chain_info',
59
62
  :'certificate_format' => :'certificate_format',
@@ -83,6 +86,7 @@ module Akeyless
83
86
  # Attribute type mapping.
84
87
  def self.openapi_types
85
88
  {
89
+ :'agentic_rules' => :'AgenticRules',
86
90
  :'cert_issue_details' => :'CertificateIssueInfo',
87
91
  :'certificate_chain_info' => :'CertificateChainInfo',
88
92
  :'certificate_format' => :'String',
@@ -125,6 +129,10 @@ module Akeyless
125
129
  h[k.to_sym] = v
126
130
  }
127
131
 
132
+ if attributes.key?(:'agentic_rules')
133
+ self.agentic_rules = attributes[:'agentic_rules']
134
+ end
135
+
128
136
  if attributes.key?(:'cert_issue_details')
129
137
  self.cert_issue_details = attributes[:'cert_issue_details']
130
138
  end
@@ -222,6 +230,7 @@ module Akeyless
222
230
  def ==(o)
223
231
  return true if self.equal?(o)
224
232
  self.class == o.class &&
233
+ agentic_rules == o.agentic_rules &&
225
234
  cert_issue_details == o.cert_issue_details &&
226
235
  certificate_chain_info == o.certificate_chain_info &&
227
236
  certificate_format == o.certificate_format &&
@@ -251,7 +260,7 @@ module Akeyless
251
260
  # Calculates hash code according to all attributes.
252
261
  # @return [Integer] Hash code
253
262
  def hash
254
- [cert_issue_details, certificate_chain_info, certificate_format, certificates_template_info, classic_key_details, cluster_gw_url, display_metadata, dynamic_secret_producer_details, expiration_events, importer_info, issuer_overview_info, next_rotation_events, oidc_client_info, password_policy, rotated_secret_details, secure_remote_access_details, static_secret_info, tokenizer_info].hash
263
+ [agentic_rules, cert_issue_details, certificate_chain_info, certificate_format, certificates_template_info, classic_key_details, cluster_gw_url, display_metadata, dynamic_secret_producer_details, expiration_events, importer_info, issuer_overview_info, next_rotation_events, oidc_client_info, password_policy, rotated_secret_details, secure_remote_access_details, static_secret_info, tokenizer_info].hash
255
264
  end
256
265
 
257
266
  # Builds the object from hash
@@ -21,6 +21,9 @@ module Akeyless
21
21
  # Filter by item name/username/website or part of it
22
22
  attr_accessor :advanced_filter
23
23
 
24
+ # Filter by items with ARA functionality enabled
25
+ attr_accessor :ara_only
26
+
24
27
  # Retrieve all items using pagination, when disabled retrieving only first 1000 items
25
28
  attr_accessor :auto_pagination
26
29
 
@@ -67,6 +70,7 @@ module Akeyless
67
70
  {
68
71
  :'accessibility' => :'accessibility',
69
72
  :'advanced_filter' => :'advanced-filter',
73
+ :'ara_only' => :'ara-only',
70
74
  :'auto_pagination' => :'auto-pagination',
71
75
  :'current_folder' => :'current-folder',
72
76
  :'filter' => :'filter',
@@ -94,6 +98,7 @@ module Akeyless
94
98
  {
95
99
  :'accessibility' => :'String',
96
100
  :'advanced_filter' => :'String',
101
+ :'ara_only' => :'Boolean',
97
102
  :'auto_pagination' => :'String',
98
103
  :'current_folder' => :'Boolean',
99
104
  :'filter' => :'String',
@@ -142,6 +147,12 @@ module Akeyless
142
147
  self.advanced_filter = attributes[:'advanced_filter']
143
148
  end
144
149
 
150
+ if attributes.key?(:'ara_only')
151
+ self.ara_only = attributes[:'ara_only']
152
+ else
153
+ self.ara_only = false
154
+ end
155
+
145
156
  if attributes.key?(:'auto_pagination')
146
157
  self.auto_pagination = attributes[:'auto_pagination']
147
158
  else
@@ -233,6 +244,7 @@ module Akeyless
233
244
  self.class == o.class &&
234
245
  accessibility == o.accessibility &&
235
246
  advanced_filter == o.advanced_filter &&
247
+ ara_only == o.ara_only &&
236
248
  auto_pagination == o.auto_pagination &&
237
249
  current_folder == o.current_folder &&
238
250
  filter == o.filter &&
@@ -258,7 +270,7 @@ module Akeyless
258
270
  # Calculates hash code according to all attributes.
259
271
  # @return [Integer] Hash code
260
272
  def hash
261
- [accessibility, advanced_filter, auto_pagination, current_folder, filter, json, minimal_view, modified_after, pagination_token, path, sra_only, sub_types, tag, token, type, uid_token].hash
273
+ [accessibility, advanced_filter, ara_only, auto_pagination, current_folder, filter, json, minimal_view, modified_after, pagination_token, path, sra_only, sub_types, tag, token, type, uid_token].hash
262
274
  end
263
275
 
264
276
  # Builds the object from hash