akeyless 5.0.21 → 5.0.23

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 (241) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -1
  3. data/docs/AccountGeneralSettings.md +6 -0
  4. data/docs/ActiveDirectoryPayload.md +6 -0
  5. data/docs/Auth.md +2 -0
  6. data/docs/AuthMethodCreateCert.md +2 -0
  7. data/docs/AuthMethodCreateUniversalIdentity.md +4 -0
  8. data/docs/AuthMethodUpdateCert.md +2 -0
  9. data/docs/AuthMethodUpdateUniversalIdentity.md +4 -0
  10. data/docs/AwsStorage.md +2 -0
  11. data/docs/AzureADAccessRules.md +2 -0
  12. data/docs/AzureTargetDetails.md +2 -0
  13. data/docs/CertAccessRules.md +2 -0
  14. data/docs/CertificateChainInfo.md +2 -0
  15. data/docs/Configure.md +2 -0
  16. data/docs/ConjurMigration.md +20 -0
  17. data/docs/ConjurPayload.md +24 -0
  18. data/docs/CreateAuthMethodCert.md +2 -0
  19. data/docs/CreateAuthMethodUniversalIdentity.md +4 -0
  20. data/docs/CreateAzureTarget.md +2 -0
  21. data/docs/CreateRotatedSecret.md +3 -1
  22. data/docs/CreateSecret.md +2 -0
  23. data/docs/CreateUSC.md +10 -0
  24. data/docs/DSProducerDetails.md +2 -0
  25. data/docs/DefaultAuthMethodSettings.md +20 -0
  26. data/docs/DeleteRoleRule.md +1 -1
  27. data/docs/DescribePermissions.md +1 -1
  28. data/docs/DigiCertTargetDetails.md +42 -0
  29. data/docs/EsmListSecretsOutput.md +3 -1
  30. data/docs/GatewayCreateMigration.md +19 -1
  31. data/docs/GatewayUpdateMigration.md +18 -0
  32. data/docs/GatewayUpdateRemoteAccessRdpRecordings.md +2 -0
  33. data/docs/GeneralConfigPart.md +4 -0
  34. data/docs/GetPKICertificateOutput.md +2 -0
  35. data/docs/GithubMetadata.md +28 -0
  36. data/docs/GoogleTrustTargetDetails.md +42 -0
  37. data/docs/HTTPChallengeInfo.md +26 -0
  38. data/docs/HashiPayload.md +5 -1
  39. data/docs/IssuerOverviewInfo.md +22 -0
  40. data/docs/Item.md +2 -0
  41. data/docs/ItemGeneralInfo.md +2 -0
  42. data/docs/ItemLockingSetting.md +20 -0
  43. data/docs/LockItem.md +28 -0
  44. data/docs/LockTarget.md +28 -0
  45. data/docs/LockingInfo.md +24 -0
  46. data/docs/MigrationStatusReplyObj.md +4 -0
  47. data/docs/MigrationsConfigPart.md +2 -0
  48. data/docs/NetappStorage.md +30 -0
  49. data/docs/ReverseRBAC.md +1 -1
  50. data/docs/RotatedSecretCreateAws.md +3 -1
  51. data/docs/RotatedSecretCreateAzure.md +3 -1
  52. data/docs/RotatedSecretCreateCustom.md +3 -1
  53. data/docs/RotatedSecretCreateLdap.md +3 -1
  54. data/docs/RotatedSecretCreateMongodb.md +3 -1
  55. data/docs/RotatedSecretCreateMssql.md +3 -1
  56. data/docs/RotatedSecretCreateMysql.md +3 -1
  57. data/docs/RotatedSecretCreateOracledb.md +3 -1
  58. data/docs/RotatedSecretCreatePostgresql.md +3 -1
  59. data/docs/RotatedSecretCreateRedshift.md +3 -1
  60. data/docs/RotatedSecretCreateSsh.md +3 -1
  61. data/docs/RotatedSecretCreateWindows.md +3 -1
  62. data/docs/RotatedSecretUpdateAws.md +3 -1
  63. data/docs/RotatedSecretUpdateAzure.md +3 -1
  64. data/docs/RotatedSecretUpdateCustom.md +3 -1
  65. data/docs/RotatedSecretUpdateLdap.md +3 -1
  66. data/docs/RotatedSecretUpdateMongodb.md +3 -1
  67. data/docs/RotatedSecretUpdateMssql.md +3 -1
  68. data/docs/RotatedSecretUpdateMysql.md +3 -1
  69. data/docs/RotatedSecretUpdateOracledb.md +3 -1
  70. data/docs/RotatedSecretUpdatePostgresql.md +3 -1
  71. data/docs/RotatedSecretUpdateRedshift.md +3 -1
  72. data/docs/RotatedSecretUpdateSsh.md +3 -1
  73. data/docs/RotatedSecretUpdateWindows.md +3 -1
  74. data/docs/SecretInfo.md +4 -0
  75. data/docs/SecureRemoteAccess.md +4 -0
  76. data/docs/SetRoleRule.md +1 -1
  77. data/docs/SyncCounters.md +22 -0
  78. data/docs/Target.md +2 -0
  79. data/docs/TargetCreateAzure.md +2 -0
  80. data/docs/TargetCreateDigiCert.md +50 -0
  81. data/docs/TargetCreateGoogleTrust.md +50 -0
  82. data/docs/TargetCreateLetsEncrypt.md +1 -1
  83. data/docs/TargetCreateSplunk.md +3 -1
  84. data/docs/TargetTypeDetailsInput.md +4 -0
  85. data/docs/TargetUpdateAzure.md +2 -0
  86. data/docs/TargetUpdateDigiCert.md +54 -0
  87. data/docs/TargetUpdateGoogleTrust.md +54 -0
  88. data/docs/TargetUpdateLetsEncrypt.md +1 -1
  89. data/docs/UniversalIdentityAccessRules.md +4 -0
  90. data/docs/UnlockItem.md +24 -0
  91. data/docs/UnlockTarget.md +24 -0
  92. data/docs/UpdateAccountSettings.md +4 -0
  93. data/docs/UpdateAuthMethodCert.md +2 -0
  94. data/docs/UpdateAuthMethodUniversalIdentity.md +4 -0
  95. data/docs/UpdateAzureTarget.md +2 -0
  96. data/docs/UpdateItem.md +3 -1
  97. data/docs/UpdateRotatedSecret.md +3 -1
  98. data/docs/UscCreate.md +2 -0
  99. data/docs/UscDelete.md +4 -0
  100. data/docs/UscGet.md +4 -0
  101. data/docs/UscListSecretsOutput.md +3 -1
  102. data/docs/UscUpdate.md +4 -0
  103. data/docs/V2Api.md +632 -2
  104. data/docs/ValidateCertificateChallenge.md +30 -0
  105. data/docs/ValidateCertificateChallengeOutput.md +24 -0
  106. data/docs/VaultAddress.md +20 -0
  107. data/docs/VaultAddressOutput.md +20 -0
  108. data/docs/WebBastionRdpRecord.md +2 -0
  109. data/lib/akeyless/api/v2_api.rb +640 -0
  110. data/lib/akeyless/models/account_general_settings.rb +28 -1
  111. data/lib/akeyless/models/active_directory_payload.rb +30 -1
  112. data/lib/akeyless/models/auth.rb +13 -1
  113. data/lib/akeyless/models/auth_method_create_cert.rb +11 -1
  114. data/lib/akeyless/models/auth_method_create_universal_identity.rb +25 -1
  115. data/lib/akeyless/models/auth_method_update_cert.rb +11 -1
  116. data/lib/akeyless/models/auth_method_update_universal_identity.rb +25 -1
  117. data/lib/akeyless/models/aws_storage.rb +10 -1
  118. data/lib/akeyless/models/azure_ad_access_rules.rb +11 -1
  119. data/lib/akeyless/models/azure_target_details.rb +10 -1
  120. data/lib/akeyless/models/cert_access_rules.rb +11 -1
  121. data/lib/akeyless/models/certificate_chain_info.rb +11 -1
  122. data/lib/akeyless/models/configure.rb +13 -1
  123. data/lib/akeyless/models/conjur_migration.rb +223 -0
  124. data/lib/akeyless/models/conjur_payload.rb +241 -0
  125. data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
  126. data/lib/akeyless/models/create_auth_method_universal_identity.rb +25 -1
  127. data/lib/akeyless/models/create_azure_target.rb +13 -1
  128. data/lib/akeyless/models/create_rotated_secret.rb +12 -4
  129. data/lib/akeyless/models/create_secret.rb +11 -1
  130. data/lib/akeyless/models/create_usc.rb +54 -1
  131. data/lib/akeyless/models/default_auth_method_settings.rb +223 -0
  132. data/lib/akeyless/models/delete_role_rule.rb +1 -1
  133. data/lib/akeyless/models/describe_permissions.rb +1 -1
  134. data/lib/akeyless/models/digi_cert_target_details.rb +333 -0
  135. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  136. data/lib/akeyless/models/esm_list_secrets_output.rb +15 -4
  137. data/lib/akeyless/models/gateway_create_migration.rb +94 -2
  138. data/lib/akeyless/models/gateway_update_migration.rb +93 -1
  139. data/lib/akeyless/models/gateway_update_remote_access_rdp_recordings.rb +11 -1
  140. data/lib/akeyless/models/general_config_part.rb +19 -1
  141. data/lib/akeyless/models/get_pki_certificate_output.rb +10 -1
  142. data/lib/akeyless/models/github_metadata.rb +259 -0
  143. data/lib/akeyless/models/google_trust_target_details.rb +335 -0
  144. data/lib/akeyless/models/hashi_payload.rb +22 -4
  145. data/lib/akeyless/models/http_challenge_info.rb +251 -0
  146. data/lib/akeyless/models/issuer_overview_info.rb +232 -0
  147. data/lib/akeyless/models/item.rb +10 -1
  148. data/lib/akeyless/models/item_general_info.rb +10 -1
  149. data/lib/akeyless/models/item_locking_setting.rb +223 -0
  150. data/lib/akeyless/models/lock_item.rb +274 -0
  151. data/lib/akeyless/models/lock_target.rb +274 -0
  152. data/lib/akeyless/models/locking_info.rb +243 -0
  153. data/lib/akeyless/models/migration_status_reply_obj.rb +19 -1
  154. data/lib/akeyless/models/migrations_config_part.rb +12 -1
  155. data/lib/akeyless/models/netapp_storage.rb +268 -0
  156. data/lib/akeyless/models/reverse_rbac.rb +1 -1
  157. data/lib/akeyless/models/rotated_secret_create_aws.rb +12 -4
  158. data/lib/akeyless/models/rotated_secret_create_azure.rb +12 -4
  159. data/lib/akeyless/models/rotated_secret_create_custom.rb +12 -4
  160. data/lib/akeyless/models/rotated_secret_create_ldap.rb +12 -4
  161. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +12 -4
  162. data/lib/akeyless/models/rotated_secret_create_mssql.rb +12 -4
  163. data/lib/akeyless/models/rotated_secret_create_mysql.rb +12 -4
  164. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +12 -4
  165. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +12 -4
  166. data/lib/akeyless/models/rotated_secret_create_redshift.rb +12 -4
  167. data/lib/akeyless/models/rotated_secret_create_ssh.rb +12 -4
  168. data/lib/akeyless/models/rotated_secret_create_windows.rb +12 -4
  169. data/lib/akeyless/models/rotated_secret_update_aws.rb +12 -4
  170. data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -4
  171. data/lib/akeyless/models/rotated_secret_update_custom.rb +12 -4
  172. data/lib/akeyless/models/rotated_secret_update_ldap.rb +12 -4
  173. data/lib/akeyless/models/rotated_secret_update_mongodb.rb +12 -4
  174. data/lib/akeyless/models/rotated_secret_update_mssql.rb +12 -4
  175. data/lib/akeyless/models/rotated_secret_update_mysql.rb +12 -4
  176. data/lib/akeyless/models/rotated_secret_update_oracledb.rb +12 -4
  177. data/lib/akeyless/models/rotated_secret_update_postgresql.rb +12 -4
  178. data/lib/akeyless/models/rotated_secret_update_redshift.rb +12 -4
  179. data/lib/akeyless/models/rotated_secret_update_ssh.rb +12 -4
  180. data/lib/akeyless/models/rotated_secret_update_windows.rb +12 -4
  181. data/lib/akeyless/models/secret_info.rb +19 -1
  182. data/lib/akeyless/models/secure_remote_access.rb +19 -1
  183. data/lib/akeyless/models/set_role_rule.rb +1 -1
  184. data/lib/akeyless/models/sync_counters.rb +233 -0
  185. data/lib/akeyless/models/target.rb +10 -1
  186. data/lib/akeyless/models/target_create_azure.rb +13 -1
  187. data/lib/akeyless/models/target_create_digi_cert.rb +398 -0
  188. data/lib/akeyless/models/target_create_google_trust.rb +398 -0
  189. data/lib/akeyless/models/target_create_lets_encrypt.rb +7 -0
  190. data/lib/akeyless/models/target_create_splunk.rb +11 -1
  191. data/lib/akeyless/models/target_type_details_input.rb +19 -1
  192. data/lib/akeyless/models/target_update_azure.rb +13 -1
  193. data/lib/akeyless/models/target_update_digi_cert.rb +418 -0
  194. data/lib/akeyless/models/target_update_google_trust.rb +418 -0
  195. data/lib/akeyless/models/target_update_lets_encrypt.rb +7 -0
  196. data/lib/akeyless/models/universal_identity_access_rules.rb +19 -1
  197. data/lib/akeyless/models/unlock_item.rb +254 -0
  198. data/lib/akeyless/models/unlock_target.rb +254 -0
  199. data/lib/akeyless/models/update_account_settings.rb +21 -1
  200. data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
  201. data/lib/akeyless/models/update_auth_method_universal_identity.rb +25 -1
  202. data/lib/akeyless/models/update_azure_target.rb +13 -1
  203. data/lib/akeyless/models/update_item.rb +12 -4
  204. data/lib/akeyless/models/update_rotated_secret.rb +12 -4
  205. data/lib/akeyless/models/usc_create.rb +10 -1
  206. data/lib/akeyless/models/usc_delete.rb +20 -1
  207. data/lib/akeyless/models/usc_get.rb +20 -1
  208. data/lib/akeyless/models/usc_list_secrets_output.rb +15 -4
  209. data/lib/akeyless/models/usc_update.rb +20 -1
  210. data/lib/akeyless/models/validate_certificate_challenge.rb +279 -0
  211. data/lib/akeyless/models/validate_certificate_challenge_output.rb +242 -0
  212. data/lib/akeyless/models/vault_address.rb +227 -0
  213. data/lib/akeyless/models/vault_address_output.rb +223 -0
  214. data/lib/akeyless/models/web_bastion_rdp_record.rb +10 -1
  215. data/lib/akeyless/version.rb +1 -1
  216. data/lib/akeyless.rb +24 -0
  217. data/spec/models/conjur_migration_spec.rb +42 -0
  218. data/spec/models/conjur_payload_spec.rb +54 -0
  219. data/spec/models/default_auth_method_settings_spec.rb +42 -0
  220. data/spec/models/digi_cert_target_details_spec.rb +108 -0
  221. data/spec/models/github_metadata_spec.rb +66 -0
  222. data/spec/models/google_trust_target_details_spec.rb +108 -0
  223. data/spec/models/http_challenge_info_spec.rb +60 -0
  224. data/spec/models/issuer_overview_info_spec.rb +48 -0
  225. data/spec/models/item_locking_setting_spec.rb +42 -0
  226. data/spec/models/lock_item_spec.rb +66 -0
  227. data/spec/models/lock_target_spec.rb +66 -0
  228. data/spec/models/locking_info_spec.rb +54 -0
  229. data/spec/models/netapp_storage_spec.rb +72 -0
  230. data/spec/models/sync_counters_spec.rb +48 -0
  231. data/spec/models/target_create_digi_cert_spec.rb +132 -0
  232. data/spec/models/target_create_google_trust_spec.rb +132 -0
  233. data/spec/models/target_update_digi_cert_spec.rb +144 -0
  234. data/spec/models/target_update_google_trust_spec.rb +144 -0
  235. data/spec/models/unlock_item_spec.rb +54 -0
  236. data/spec/models/unlock_target_spec.rb +54 -0
  237. data/spec/models/validate_certificate_challenge_output_spec.rb +54 -0
  238. data/spec/models/validate_certificate_challenge_spec.rb +72 -0
  239. data/spec/models/vault_address_output_spec.rb +42 -0
  240. data/spec/models/vault_address_spec.rb +42 -0
  241. metadata +1233 -1134
@@ -36,6 +36,9 @@ module Akeyless
36
36
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
37
37
  attr_accessor :key
38
38
 
39
+ # Lock this secret for read/update while an SRA session is active
40
+ attr_accessor :lock_during_sra_session
41
+
39
42
  # Set the maximum number of versions, limited by the account settings defaults.
40
43
  attr_accessor :max_versions
41
44
 
@@ -45,7 +48,7 @@ module Akeyless
45
48
  # The length of the password to be generated
46
49
  attr_accessor :password_length
47
50
 
48
- # Rotate the value of the secret after SRA session ends [true/false]
51
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
49
52
  attr_accessor :rotate_after_disconnect
50
53
 
51
54
  # rotated-username password (relevant only for rotator-type=password)
@@ -97,6 +100,7 @@ module Akeyless
97
100
  :'item_custom_fields' => :'item-custom-fields',
98
101
  :'json' => :'json',
99
102
  :'key' => :'key',
103
+ :'lock_during_sra_session' => :'lock-during-sra-session',
100
104
  :'max_versions' => :'max-versions',
101
105
  :'name' => :'name',
102
106
  :'password_length' => :'password-length',
@@ -132,6 +136,7 @@ module Akeyless
132
136
  :'item_custom_fields' => :'Hash<String, String>',
133
137
  :'json' => :'Boolean',
134
138
  :'key' => :'String',
139
+ :'lock_during_sra_session' => :'String',
135
140
  :'max_versions' => :'String',
136
141
  :'name' => :'String',
137
142
  :'password_length' => :'String',
@@ -207,6 +212,10 @@ module Akeyless
207
212
  self.key = attributes[:'key']
208
213
  end
209
214
 
215
+ if attributes.key?(:'lock_during_sra_session')
216
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
217
+ end
218
+
210
219
  if attributes.key?(:'max_versions')
211
220
  self.max_versions = attributes[:'max_versions']
212
221
  end
@@ -223,8 +232,6 @@ module Akeyless
223
232
 
224
233
  if attributes.key?(:'rotate_after_disconnect')
225
234
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
226
- else
227
- self.rotate_after_disconnect = 'false'
228
235
  end
229
236
 
230
237
  if attributes.key?(:'rotated_password')
@@ -332,6 +339,7 @@ module Akeyless
332
339
  item_custom_fields == o.item_custom_fields &&
333
340
  json == o.json &&
334
341
  key == o.key &&
342
+ lock_during_sra_session == o.lock_during_sra_session &&
335
343
  max_versions == o.max_versions &&
336
344
  name == o.name &&
337
345
  password_length == o.password_length &&
@@ -360,7 +368,7 @@ module Akeyless
360
368
  # Calculates hash code according to all attributes.
361
369
  # @return [Integer] Hash code
362
370
  def hash
363
- [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, max_versions, name, password_length, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_db_name, secure_access_enable, secure_access_host, tags, target_name, token, uid_token].hash
371
+ [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, lock_during_sra_session, max_versions, name, password_length, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_db_name, secure_access_enable, secure_access_host, tags, target_name, token, uid_token].hash
364
372
  end
365
373
 
366
374
  # Builds the object from hash
@@ -39,6 +39,9 @@ module Akeyless
39
39
  # Private key file contents encoded using base64
40
40
  attr_accessor :key_data_base64
41
41
 
42
+ # Lock this secret for read/update while an SRA session is active
43
+ attr_accessor :lock_during_sra_session
44
+
42
45
  # Set the maximum number of versions, limited by the account settings defaults.
43
46
  attr_accessor :max_versions
44
47
 
@@ -51,7 +54,7 @@ module Akeyless
51
54
  # The path to the public key that will be rotated on the server
52
55
  attr_accessor :public_key_remote_path
53
56
 
54
- # Rotate the value of the secret after SRA session ends [true/false]
57
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
55
58
  attr_accessor :rotate_after_disconnect
56
59
 
57
60
  # rotated-username password (relevant only for rotator-type=password)
@@ -128,6 +131,7 @@ module Akeyless
128
131
  :'json' => :'json',
129
132
  :'key' => :'key',
130
133
  :'key_data_base64' => :'key-data-base64',
134
+ :'lock_during_sra_session' => :'lock-during-sra-session',
131
135
  :'max_versions' => :'max-versions',
132
136
  :'name' => :'name',
133
137
  :'password_length' => :'password-length',
@@ -173,6 +177,7 @@ module Akeyless
173
177
  :'json' => :'Boolean',
174
178
  :'key' => :'String',
175
179
  :'key_data_base64' => :'String',
180
+ :'lock_during_sra_session' => :'String',
176
181
  :'max_versions' => :'String',
177
182
  :'name' => :'String',
178
183
  :'password_length' => :'String',
@@ -261,6 +266,10 @@ module Akeyless
261
266
  self.key_data_base64 = attributes[:'key_data_base64']
262
267
  end
263
268
 
269
+ if attributes.key?(:'lock_during_sra_session')
270
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
271
+ end
272
+
264
273
  if attributes.key?(:'max_versions')
265
274
  self.max_versions = attributes[:'max_versions']
266
275
  end
@@ -281,8 +290,6 @@ module Akeyless
281
290
 
282
291
  if attributes.key?(:'rotate_after_disconnect')
283
292
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
284
- else
285
- self.rotate_after_disconnect = 'false'
286
293
  end
287
294
 
288
295
  if attributes.key?(:'rotated_password')
@@ -427,6 +434,7 @@ module Akeyless
427
434
  json == o.json &&
428
435
  key == o.key &&
429
436
  key_data_base64 == o.key_data_base64 &&
437
+ lock_during_sra_session == o.lock_during_sra_session &&
430
438
  max_versions == o.max_versions &&
431
439
  name == o.name &&
432
440
  password_length == o.password_length &&
@@ -464,7 +472,7 @@ module Akeyless
464
472
  # Calculates hash code according to all attributes.
465
473
  # @return [Integer] Hash code
466
474
  def hash
467
- [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, key_data_base64, max_versions, name, password_length, public_key_remote_path, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_custom_cmd, rotator_type, same_password, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_ssh_user, secure_access_target_type, tags, target_name, token, uid_token].hash
475
+ [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, key_data_base64, lock_during_sra_session, max_versions, name, password_length, public_key_remote_path, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_custom_cmd, rotator_type, same_password, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_ssh_user, secure_access_target_type, tags, target_name, token, uid_token].hash
468
476
  end
469
477
 
470
478
  # Builds the object from hash
@@ -36,6 +36,9 @@ module Akeyless
36
36
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
37
37
  attr_accessor :key
38
38
 
39
+ # Lock this secret for read/update while an SRA session is active
40
+ attr_accessor :lock_during_sra_session
41
+
39
42
  # Set the maximum number of versions, limited by the account settings defaults.
40
43
  attr_accessor :max_versions
41
44
 
@@ -45,7 +48,7 @@ module Akeyless
45
48
  # The length of the password to be generated
46
49
  attr_accessor :password_length
47
50
 
48
- # Rotate the value of the secret after SRA session ends [true/false]
51
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
49
52
  attr_accessor :rotate_after_disconnect
50
53
 
51
54
  # rotated-username password (relevant only for rotator-type=password)
@@ -112,6 +115,7 @@ module Akeyless
112
115
  :'item_custom_fields' => :'item-custom-fields',
113
116
  :'json' => :'json',
114
117
  :'key' => :'key',
118
+ :'lock_during_sra_session' => :'lock-during-sra-session',
115
119
  :'max_versions' => :'max-versions',
116
120
  :'name' => :'name',
117
121
  :'password_length' => :'password-length',
@@ -152,6 +156,7 @@ module Akeyless
152
156
  :'item_custom_fields' => :'Hash<String, String>',
153
157
  :'json' => :'Boolean',
154
158
  :'key' => :'String',
159
+ :'lock_during_sra_session' => :'String',
155
160
  :'max_versions' => :'String',
156
161
  :'name' => :'String',
157
162
  :'password_length' => :'String',
@@ -232,6 +237,10 @@ module Akeyless
232
237
  self.key = attributes[:'key']
233
238
  end
234
239
 
240
+ if attributes.key?(:'lock_during_sra_session')
241
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
242
+ end
243
+
235
244
  if attributes.key?(:'max_versions')
236
245
  self.max_versions = attributes[:'max_versions']
237
246
  end
@@ -248,8 +257,6 @@ module Akeyless
248
257
 
249
258
  if attributes.key?(:'rotate_after_disconnect')
250
259
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
251
- else
252
- self.rotate_after_disconnect = 'false'
253
260
  end
254
261
 
255
262
  if attributes.key?(:'rotated_password')
@@ -379,6 +386,7 @@ module Akeyless
379
386
  item_custom_fields == o.item_custom_fields &&
380
387
  json == o.json &&
381
388
  key == o.key &&
389
+ lock_during_sra_session == o.lock_during_sra_session &&
382
390
  max_versions == o.max_versions &&
383
391
  name == o.name &&
384
392
  password_length == o.password_length &&
@@ -412,7 +420,7 @@ module Akeyless
412
420
  # Calculates hash code according to all attributes.
413
421
  # @return [Integer] Hash code
414
422
  def hash
415
- [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, max_versions, name, password_length, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_type, same_password, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, tags, target_name, token, uid_token].hash
423
+ [authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, key, lock_during_sra_session, max_versions, name, password_length, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, rotator_type, same_password, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, tags, target_name, token, uid_token].hash
416
424
  end
417
425
 
418
426
  # Builds the object from hash
@@ -63,6 +63,9 @@ module Akeyless
63
63
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
64
64
  attr_accessor :key
65
65
 
66
+ # Lock this secret for read/update while an SRA session is active
67
+ attr_accessor :lock_during_sra_session
68
+
66
69
  # Set the maximum number of versions, limited by the account settings defaults.
67
70
  attr_accessor :max_versions
68
71
 
@@ -78,7 +81,7 @@ module Akeyless
78
81
  # List of the existent tags that will be removed from this item
79
82
  attr_accessor :rm_tag
80
83
 
81
- # Rotate the value of the secret after SRA session ends [true/false]
84
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
82
85
  attr_accessor :rotate_after_disconnect
83
86
 
84
87
  # How many days before the rotation of the item would you like to be notified
@@ -130,6 +133,7 @@ module Akeyless
130
133
  :'json' => :'json',
131
134
  :'keep_prev_version' => :'keep-prev-version',
132
135
  :'key' => :'key',
136
+ :'lock_during_sra_session' => :'lock-during-sra-session',
133
137
  :'max_versions' => :'max-versions',
134
138
  :'name' => :'name',
135
139
  :'new_name' => :'new-name',
@@ -173,6 +177,7 @@ module Akeyless
173
177
  :'json' => :'Boolean',
174
178
  :'keep_prev_version' => :'String',
175
179
  :'key' => :'String',
180
+ :'lock_during_sra_session' => :'String',
176
181
  :'max_versions' => :'String',
177
182
  :'name' => :'String',
178
183
  :'new_name' => :'String',
@@ -289,6 +294,10 @@ module Akeyless
289
294
  self.key = attributes[:'key']
290
295
  end
291
296
 
297
+ if attributes.key?(:'lock_during_sra_session')
298
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
299
+ end
300
+
292
301
  if attributes.key?(:'max_versions')
293
302
  self.max_versions = attributes[:'max_versions']
294
303
  end
@@ -315,8 +324,6 @@ module Akeyless
315
324
 
316
325
  if attributes.key?(:'rotate_after_disconnect')
317
326
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
318
- else
319
- self.rotate_after_disconnect = 'false'
320
327
  end
321
328
 
322
329
  if attributes.key?(:'rotation_event_in')
@@ -403,6 +410,7 @@ module Akeyless
403
410
  json == o.json &&
404
411
  keep_prev_version == o.keep_prev_version &&
405
412
  key == o.key &&
413
+ lock_during_sra_session == o.lock_during_sra_session &&
406
414
  max_versions == o.max_versions &&
407
415
  name == o.name &&
408
416
  new_name == o.new_name &&
@@ -430,7 +438,7 @@ module Akeyless
430
438
  # Calculates hash code according to all attributes.
431
439
  # @return [Integer] Hash code
432
440
  def hash
433
- [add_tag, api_id, api_key, authentication_credentials, auto_rotate, aws_region, delete_protection, description, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, token, uid_token].hash
441
+ [add_tag, api_id, api_key, authentication_credentials, auto_rotate, aws_region, delete_protection, description, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, token, uid_token].hash
434
442
  end
435
443
 
436
444
  # Builds the object from hash
@@ -66,6 +66,9 @@ module Akeyless
66
66
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
67
67
  attr_accessor :key
68
68
 
69
+ # Lock this secret for read/update while an SRA session is active
70
+ attr_accessor :lock_during_sra_session
71
+
69
72
  # Set the maximum number of versions, limited by the account settings defaults.
70
73
  attr_accessor :max_versions
71
74
 
@@ -87,7 +90,7 @@ module Akeyless
87
90
  # List of the existent tags that will be removed from this item
88
91
  attr_accessor :rm_tag
89
92
 
90
- # Rotate the value of the secret after SRA session ends [true/false]
93
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
91
94
  attr_accessor :rotate_after_disconnect
92
95
 
93
96
  # How many days before the rotation of the item would you like to be notified
@@ -149,6 +152,7 @@ module Akeyless
149
152
  :'json' => :'json',
150
153
  :'keep_prev_version' => :'keep-prev-version',
151
154
  :'key' => :'key',
155
+ :'lock_during_sra_session' => :'lock-during-sra-session',
152
156
  :'max_versions' => :'max-versions',
153
157
  :'name' => :'name',
154
158
  :'new_name' => :'new-name',
@@ -198,6 +202,7 @@ module Akeyless
198
202
  :'json' => :'Boolean',
199
203
  :'keep_prev_version' => :'String',
200
204
  :'key' => :'String',
205
+ :'lock_during_sra_session' => :'String',
201
206
  :'max_versions' => :'String',
202
207
  :'name' => :'String',
203
208
  :'new_name' => :'String',
@@ -323,6 +328,10 @@ module Akeyless
323
328
  self.key = attributes[:'key']
324
329
  end
325
330
 
331
+ if attributes.key?(:'lock_during_sra_session')
332
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
333
+ end
334
+
326
335
  if attributes.key?(:'max_versions')
327
336
  self.max_versions = attributes[:'max_versions']
328
337
  end
@@ -357,8 +366,6 @@ module Akeyless
357
366
 
358
367
  if attributes.key?(:'rotate_after_disconnect')
359
368
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
360
- else
361
- self.rotate_after_disconnect = 'false'
362
369
  end
363
370
 
364
371
  if attributes.key?(:'rotation_event_in')
@@ -464,6 +471,7 @@ module Akeyless
464
471
  json == o.json &&
465
472
  keep_prev_version == o.keep_prev_version &&
466
473
  key == o.key &&
474
+ lock_during_sra_session == o.lock_during_sra_session &&
467
475
  max_versions == o.max_versions &&
468
476
  name == o.name &&
469
477
  new_name == o.new_name &&
@@ -496,7 +504,7 @@ module Akeyless
496
504
  # Calculates hash code according to all attributes.
497
505
  # @return [Integer] Hash code
498
506
  def hash
499
- [add_tag, api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, resource_group_name, resource_name, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, token, uid_token, username].hash
507
+ [add_tag, api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, resource_group_name, resource_name, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, token, uid_token, username].hash
500
508
  end
501
509
 
502
510
  # Builds the object from hash
@@ -48,6 +48,9 @@ module Akeyless
48
48
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
49
49
  attr_accessor :key
50
50
 
51
+ # Lock this secret for read/update while an SRA session is active
52
+ attr_accessor :lock_during_sra_session
53
+
51
54
  # Set the maximum number of versions, limited by the account settings defaults.
52
55
  attr_accessor :max_versions
53
56
 
@@ -63,7 +66,7 @@ module Akeyless
63
66
  # List of the existent tags that will be removed from this item
64
67
  attr_accessor :rm_tag
65
68
 
66
- # Rotate the value of the secret after SRA session ends [true/false]
69
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
67
70
  attr_accessor :rotate_after_disconnect
68
71
 
69
72
  # How many days before the rotation of the item would you like to be notified
@@ -146,6 +149,7 @@ module Akeyless
146
149
  :'json' => :'json',
147
150
  :'keep_prev_version' => :'keep-prev-version',
148
151
  :'key' => :'key',
152
+ :'lock_during_sra_session' => :'lock-during-sra-session',
149
153
  :'max_versions' => :'max-versions',
150
154
  :'name' => :'name',
151
155
  :'new_name' => :'new-name',
@@ -196,6 +200,7 @@ module Akeyless
196
200
  :'json' => :'Boolean',
197
201
  :'keep_prev_version' => :'String',
198
202
  :'key' => :'String',
203
+ :'lock_during_sra_session' => :'String',
199
204
  :'max_versions' => :'String',
200
205
  :'name' => :'String',
201
206
  :'new_name' => :'String',
@@ -302,6 +307,10 @@ module Akeyless
302
307
  self.key = attributes[:'key']
303
308
  end
304
309
 
310
+ if attributes.key?(:'lock_during_sra_session')
311
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
312
+ end
313
+
305
314
  if attributes.key?(:'max_versions')
306
315
  self.max_versions = attributes[:'max_versions']
307
316
  end
@@ -328,8 +337,6 @@ module Akeyless
328
337
 
329
338
  if attributes.key?(:'rotate_after_disconnect')
330
339
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
331
- else
332
- self.rotate_after_disconnect = 'false'
333
340
  end
334
341
 
335
342
  if attributes.key?(:'rotation_event_in')
@@ -469,6 +476,7 @@ module Akeyless
469
476
  json == o.json &&
470
477
  keep_prev_version == o.keep_prev_version &&
471
478
  key == o.key &&
479
+ lock_during_sra_session == o.lock_during_sra_session &&
472
480
  max_versions == o.max_versions &&
473
481
  name == o.name &&
474
482
  new_name == o.new_name &&
@@ -508,7 +516,7 @@ module Akeyless
508
516
  # Calculates hash code according to all attributes.
509
517
  # @return [Integer] Hash code
510
518
  def hash
511
- [add_tag, authentication_credentials, auto_rotate, custom_payload, delete_protection, description, enable_password_policy, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_ssh_user, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, timeout_sec, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters].hash
519
+ [add_tag, authentication_credentials, auto_rotate, custom_payload, delete_protection, description, enable_password_policy, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, secure_access_allow_external_user, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_ssh_user, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, timeout_sec, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters].hash
512
520
  end
513
521
 
514
522
  # Builds the object from hash
@@ -47,6 +47,9 @@ module Akeyless
47
47
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
48
48
  attr_accessor :key
49
49
 
50
+ # Lock this secret for read/update while an SRA session is active
51
+ attr_accessor :lock_during_sra_session
52
+
50
53
  # Set the maximum number of versions, limited by the account settings defaults.
51
54
  attr_accessor :max_versions
52
55
 
@@ -62,7 +65,7 @@ module Akeyless
62
65
  # List of the existent tags that will be removed from this item
63
66
  attr_accessor :rm_tag
64
67
 
65
- # Rotate the value of the secret after SRA session ends [true/false]
68
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
66
69
  attr_accessor :rotate_after_disconnect
67
70
 
68
71
  # rotated-username password (relevant only for rotator-type=ldap)
@@ -136,6 +139,7 @@ module Akeyless
136
139
  :'json' => :'json',
137
140
  :'keep_prev_version' => :'keep-prev-version',
138
141
  :'key' => :'key',
142
+ :'lock_during_sra_session' => :'lock-during-sra-session',
139
143
  :'max_versions' => :'max-versions',
140
144
  :'name' => :'name',
141
145
  :'new_name' => :'new-name',
@@ -183,6 +187,7 @@ module Akeyless
183
187
  :'json' => :'Boolean',
184
188
  :'keep_prev_version' => :'String',
185
189
  :'key' => :'String',
190
+ :'lock_during_sra_session' => :'String',
186
191
  :'max_versions' => :'String',
187
192
  :'name' => :'String',
188
193
  :'new_name' => :'String',
@@ -286,6 +291,10 @@ module Akeyless
286
291
  self.key = attributes[:'key']
287
292
  end
288
293
 
294
+ if attributes.key?(:'lock_during_sra_session')
295
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
296
+ end
297
+
289
298
  if attributes.key?(:'max_versions')
290
299
  self.max_versions = attributes[:'max_versions']
291
300
  end
@@ -312,8 +321,6 @@ module Akeyless
312
321
 
313
322
  if attributes.key?(:'rotate_after_disconnect')
314
323
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
315
- else
316
- self.rotate_after_disconnect = 'false'
317
324
  end
318
325
 
319
326
  if attributes.key?(:'rotated_password')
@@ -443,6 +450,7 @@ module Akeyless
443
450
  json == o.json &&
444
451
  keep_prev_version == o.keep_prev_version &&
445
452
  key == o.key &&
453
+ lock_during_sra_session == o.lock_during_sra_session &&
446
454
  max_versions == o.max_versions &&
447
455
  name == o.name &&
448
456
  new_name == o.new_name &&
@@ -479,7 +487,7 @@ module Akeyless
479
487
  # Calculates hash code according to all attributes.
480
488
  # @return [Integer] Hash code
481
489
  def hash
482
- [provider_type, add_tag, authentication_credentials, auto_rotate, delete_protection, description, host_provider, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, target, token, uid_token, user_attribute, user_dn].hash
490
+ [provider_type, add_tag, authentication_credentials, auto_rotate, delete_protection, description, host_provider, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, target, token, uid_token, user_attribute, user_dn].hash
483
491
  end
484
492
 
485
493
  # Builds the object from hash
@@ -42,6 +42,9 @@ module Akeyless
42
42
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
43
43
  attr_accessor :key
44
44
 
45
+ # Lock this secret for read/update while an SRA session is active
46
+ attr_accessor :lock_during_sra_session
47
+
45
48
  # Set the maximum number of versions, limited by the account settings defaults.
46
49
  attr_accessor :max_versions
47
50
 
@@ -57,7 +60,7 @@ module Akeyless
57
60
  # List of the existent tags that will be removed from this item
58
61
  attr_accessor :rm_tag
59
62
 
60
- # Rotate the value of the secret after SRA session ends [true/false]
63
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
61
64
  attr_accessor :rotate_after_disconnect
62
65
 
63
66
  # rotated-username password (relevant only for rotator-type=password)
@@ -111,6 +114,7 @@ module Akeyless
111
114
  :'json' => :'json',
112
115
  :'keep_prev_version' => :'keep-prev-version',
113
116
  :'key' => :'key',
117
+ :'lock_during_sra_session' => :'lock-during-sra-session',
114
118
  :'max_versions' => :'max-versions',
115
119
  :'name' => :'name',
116
120
  :'new_name' => :'new-name',
@@ -150,6 +154,7 @@ module Akeyless
150
154
  :'json' => :'Boolean',
151
155
  :'keep_prev_version' => :'String',
152
156
  :'key' => :'String',
157
+ :'lock_during_sra_session' => :'String',
153
158
  :'max_versions' => :'String',
154
159
  :'name' => :'String',
155
160
  :'new_name' => :'String',
@@ -239,6 +244,10 @@ module Akeyless
239
244
  self.key = attributes[:'key']
240
245
  end
241
246
 
247
+ if attributes.key?(:'lock_during_sra_session')
248
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
249
+ end
250
+
242
251
  if attributes.key?(:'max_versions')
243
252
  self.max_versions = attributes[:'max_versions']
244
253
  end
@@ -265,8 +274,6 @@ module Akeyless
265
274
 
266
275
  if attributes.key?(:'rotate_after_disconnect')
267
276
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
268
- else
269
- self.rotate_after_disconnect = 'false'
270
277
  end
271
278
 
272
279
  if attributes.key?(:'rotated_password')
@@ -362,6 +369,7 @@ module Akeyless
362
369
  json == o.json &&
363
370
  keep_prev_version == o.keep_prev_version &&
364
371
  key == o.key &&
372
+ lock_during_sra_session == o.lock_during_sra_session &&
365
373
  max_versions == o.max_versions &&
366
374
  name == o.name &&
367
375
  new_name == o.new_name &&
@@ -392,7 +400,7 @@ module Akeyless
392
400
  # Calculates hash code according to all attributes.
393
401
  # @return [Integer] Hash code
394
402
  def hash
395
- [add_tag, authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, token, uid_token].hash
403
+ [add_tag, authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, token, uid_token].hash
396
404
  end
397
405
 
398
406
  # Builds the object from hash
@@ -42,6 +42,9 @@ module Akeyless
42
42
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
43
43
  attr_accessor :key
44
44
 
45
+ # Lock this secret for read/update while an SRA session is active
46
+ attr_accessor :lock_during_sra_session
47
+
45
48
  # Set the maximum number of versions, limited by the account settings defaults.
46
49
  attr_accessor :max_versions
47
50
 
@@ -57,7 +60,7 @@ module Akeyless
57
60
  # List of the existent tags that will be removed from this item
58
61
  attr_accessor :rm_tag
59
62
 
60
- # Rotate the value of the secret after SRA session ends [true/false]
63
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
61
64
  attr_accessor :rotate_after_disconnect
62
65
 
63
66
  # rotated-username password (relevant only for rotator-type=password)
@@ -114,6 +117,7 @@ module Akeyless
114
117
  :'json' => :'json',
115
118
  :'keep_prev_version' => :'keep-prev-version',
116
119
  :'key' => :'key',
120
+ :'lock_during_sra_session' => :'lock-during-sra-session',
117
121
  :'max_versions' => :'max-versions',
118
122
  :'name' => :'name',
119
123
  :'new_name' => :'new-name',
@@ -154,6 +158,7 @@ module Akeyless
154
158
  :'json' => :'Boolean',
155
159
  :'keep_prev_version' => :'String',
156
160
  :'key' => :'String',
161
+ :'lock_during_sra_session' => :'String',
157
162
  :'max_versions' => :'String',
158
163
  :'name' => :'String',
159
164
  :'new_name' => :'String',
@@ -244,6 +249,10 @@ module Akeyless
244
249
  self.key = attributes[:'key']
245
250
  end
246
251
 
252
+ if attributes.key?(:'lock_during_sra_session')
253
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
254
+ end
255
+
247
256
  if attributes.key?(:'max_versions')
248
257
  self.max_versions = attributes[:'max_versions']
249
258
  end
@@ -270,8 +279,6 @@ module Akeyless
270
279
 
271
280
  if attributes.key?(:'rotate_after_disconnect')
272
281
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
273
- else
274
- self.rotate_after_disconnect = 'false'
275
282
  end
276
283
 
277
284
  if attributes.key?(:'rotated_password')
@@ -371,6 +378,7 @@ module Akeyless
371
378
  json == o.json &&
372
379
  keep_prev_version == o.keep_prev_version &&
373
380
  key == o.key &&
381
+ lock_during_sra_session == o.lock_during_sra_session &&
374
382
  max_versions == o.max_versions &&
375
383
  name == o.name &&
376
384
  new_name == o.new_name &&
@@ -402,7 +410,7 @@ module Akeyless
402
410
  # Calculates hash code according to all attributes.
403
411
  # @return [Integer] Hash code
404
412
  def hash
405
- [add_tag, authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, keep_prev_version, key, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, token, uid_token].hash
413
+ [add_tag, authentication_credentials, auto_rotate, delete_protection, description, item_custom_fields, json, keep_prev_version, key, lock_during_sra_session, max_versions, name, new_name, password_length, rm_tag, rotate_after_disconnect, rotated_password, rotated_username, rotation_event_in, rotation_hour, rotation_interval, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, token, uid_token].hash
406
414
  end
407
415
 
408
416
  # Builds the object from hash