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
@@ -57,6 +57,9 @@ module Akeyless
57
57
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
58
58
  attr_accessor :key
59
59
 
60
+ # Lock this secret for read/update while an SRA session is active
61
+ attr_accessor :lock_during_sra_session
62
+
60
63
  # Set the maximum number of versions, limited by the account settings defaults.
61
64
  attr_accessor :max_versions
62
65
 
@@ -66,7 +69,7 @@ module Akeyless
66
69
  # The length of the password to be generated
67
70
  attr_accessor :password_length
68
71
 
69
- # Rotate the value of the secret after SRA session ends [true/false]
72
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
70
73
  attr_accessor :rotate_after_disconnect
71
74
 
72
75
  # How many days before the rotation of the item would you like to be notified
@@ -125,6 +128,7 @@ module Akeyless
125
128
  :'item_custom_fields' => :'item-custom-fields',
126
129
  :'json' => :'json',
127
130
  :'key' => :'key',
131
+ :'lock_during_sra_session' => :'lock-during-sra-session',
128
132
  :'max_versions' => :'max-versions',
129
133
  :'name' => :'name',
130
134
  :'password_length' => :'password-length',
@@ -167,6 +171,7 @@ module Akeyless
167
171
  :'item_custom_fields' => :'Hash<String, String>',
168
172
  :'json' => :'Boolean',
169
173
  :'key' => :'String',
174
+ :'lock_during_sra_session' => :'String',
170
175
  :'max_versions' => :'String',
171
176
  :'name' => :'String',
172
177
  :'password_length' => :'String',
@@ -272,6 +277,10 @@ module Akeyless
272
277
  self.key = attributes[:'key']
273
278
  end
274
279
 
280
+ if attributes.key?(:'lock_during_sra_session')
281
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
282
+ end
283
+
275
284
  if attributes.key?(:'max_versions')
276
285
  self.max_versions = attributes[:'max_versions']
277
286
  end
@@ -288,8 +297,6 @@ module Akeyless
288
297
 
289
298
  if attributes.key?(:'rotate_after_disconnect')
290
299
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
291
- else
292
- self.rotate_after_disconnect = 'false'
293
300
  end
294
301
 
295
302
  if attributes.key?(:'rotation_event_in')
@@ -402,6 +409,7 @@ module Akeyless
402
409
  item_custom_fields == o.item_custom_fields &&
403
410
  json == o.json &&
404
411
  key == o.key &&
412
+ lock_during_sra_session == o.lock_during_sra_session &&
405
413
  max_versions == o.max_versions &&
406
414
  name == o.name &&
407
415
  password_length == o.password_length &&
@@ -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
- [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, key, max_versions, name, password_length, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, tags, target_name, token, uid_token].hash
441
+ [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, key, lock_during_sra_session, max_versions, name, password_length, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_enable, tags, target_name, token, uid_token].hash
434
442
  end
435
443
 
436
444
  # Builds the object from hash
@@ -60,6 +60,9 @@ module Akeyless
60
60
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
61
61
  attr_accessor :key
62
62
 
63
+ # Lock this secret for read/update while an SRA session is active
64
+ attr_accessor :lock_during_sra_session
65
+
63
66
  # Set the maximum number of versions, limited by the account settings defaults.
64
67
  attr_accessor :max_versions
65
68
 
@@ -75,7 +78,7 @@ module Akeyless
75
78
  # The name of the storage account (only relevant when explicitly-set-sa=true)
76
79
  attr_accessor :resource_name
77
80
 
78
- # Rotate the value of the secret after SRA session ends [true/false]
81
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
79
82
  attr_accessor :rotate_after_disconnect
80
83
 
81
84
  # How many days before the rotation of the item would you like to be notified
@@ -144,6 +147,7 @@ module Akeyless
144
147
  :'item_custom_fields' => :'item-custom-fields',
145
148
  :'json' => :'json',
146
149
  :'key' => :'key',
150
+ :'lock_during_sra_session' => :'lock-during-sra-session',
147
151
  :'max_versions' => :'max-versions',
148
152
  :'name' => :'name',
149
153
  :'password_length' => :'password-length',
@@ -192,6 +196,7 @@ module Akeyless
192
196
  :'item_custom_fields' => :'Hash<String, String>',
193
197
  :'json' => :'Boolean',
194
198
  :'key' => :'String',
199
+ :'lock_during_sra_session' => :'String',
195
200
  :'max_versions' => :'String',
196
201
  :'name' => :'String',
197
202
  :'password_length' => :'String',
@@ -306,6 +311,10 @@ module Akeyless
306
311
  self.key = attributes[:'key']
307
312
  end
308
313
 
314
+ if attributes.key?(:'lock_during_sra_session')
315
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
316
+ end
317
+
309
318
  if attributes.key?(:'max_versions')
310
319
  self.max_versions = attributes[:'max_versions']
311
320
  end
@@ -330,8 +339,6 @@ module Akeyless
330
339
 
331
340
  if attributes.key?(:'rotate_after_disconnect')
332
341
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
333
- else
334
- self.rotate_after_disconnect = 'false'
335
342
  end
336
343
 
337
344
  if attributes.key?(:'rotation_event_in')
@@ -463,6 +470,7 @@ module Akeyless
463
470
  item_custom_fields == o.item_custom_fields &&
464
471
  json == o.json &&
465
472
  key == o.key &&
473
+ lock_during_sra_session == o.lock_during_sra_session &&
466
474
  max_versions == o.max_versions &&
467
475
  name == o.name &&
468
476
  password_length == o.password_length &&
@@ -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
- [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, key, max_versions, name, password_length, resource_group_name, resource_name, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, 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, tags, target_name, token, uid_token, username].hash
507
+ [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, key, lock_during_sra_session, max_versions, name, password_length, resource_group_name, resource_name, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, 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, tags, target_name, token, uid_token, username].hash
500
508
  end
501
509
 
502
510
  # 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
 
@@ -51,7 +54,7 @@ module Akeyless
51
54
  # The length of the password to be generated
52
55
  attr_accessor :password_length
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
  # How many days before the rotation of the item would you like to be notified
@@ -138,6 +141,7 @@ module Akeyless
138
141
  :'item_custom_fields' => :'item-custom-fields',
139
142
  :'json' => :'json',
140
143
  :'key' => :'key',
144
+ :'lock_during_sra_session' => :'lock-during-sra-session',
141
145
  :'max_versions' => :'max-versions',
142
146
  :'name' => :'name',
143
147
  :'password_length' => :'password-length',
@@ -186,6 +190,7 @@ module Akeyless
186
190
  :'item_custom_fields' => :'Hash<String, String>',
187
191
  :'json' => :'Boolean',
188
192
  :'key' => :'String',
193
+ :'lock_during_sra_session' => :'String',
189
194
  :'max_versions' => :'String',
190
195
  :'name' => :'String',
191
196
  :'password_length' => :'String',
@@ -280,6 +285,10 @@ module Akeyless
280
285
  self.key = attributes[:'key']
281
286
  end
282
287
 
288
+ if attributes.key?(:'lock_during_sra_session')
289
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
290
+ end
291
+
283
292
  if attributes.key?(:'max_versions')
284
293
  self.max_versions = attributes[:'max_versions']
285
294
  end
@@ -296,8 +305,6 @@ module Akeyless
296
305
 
297
306
  if attributes.key?(:'rotate_after_disconnect')
298
307
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
299
- else
300
- self.rotate_after_disconnect = 'false'
301
308
  end
302
309
 
303
310
  if attributes.key?(:'rotation_event_in')
@@ -454,6 +461,7 @@ module Akeyless
454
461
  item_custom_fields == o.item_custom_fields &&
455
462
  json == o.json &&
456
463
  key == o.key &&
464
+ lock_during_sra_session == o.lock_during_sra_session &&
457
465
  max_versions == o.max_versions &&
458
466
  name == o.name &&
459
467
  password_length == o.password_length &&
@@ -493,7 +501,7 @@ module Akeyless
493
501
  # Calculates hash code according to all attributes.
494
502
  # @return [Integer] Hash code
495
503
  def hash
496
- [authentication_credentials, auto_rotate, custom_payload, delete_protection, description, enable_password_policy, item_custom_fields, json, key, max_versions, name, password_length, 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, tags, target_name, timeout_sec, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters].hash
504
+ [authentication_credentials, auto_rotate, custom_payload, delete_protection, description, enable_password_policy, item_custom_fields, json, key, lock_during_sra_session, max_versions, name, password_length, 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, tags, target_name, timeout_sec, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters].hash
497
505
  end
498
506
 
499
507
  # Builds the object from hash
@@ -41,6 +41,9 @@ module Akeyless
41
41
  # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
42
42
  attr_accessor :key
43
43
 
44
+ # Lock this secret for read/update while an SRA session is active
45
+ attr_accessor :lock_during_sra_session
46
+
44
47
  # Set the maximum number of versions, limited by the account settings defaults.
45
48
  attr_accessor :max_versions
46
49
 
@@ -50,7 +53,7 @@ module Akeyless
50
53
  # The length of the password to be generated
51
54
  attr_accessor :password_length
52
55
 
53
- # Rotate the value of the secret after SRA session ends [true/false]
56
+ # StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect.
54
57
  attr_accessor :rotate_after_disconnect
55
58
 
56
59
  # rotated-username password (relevant only for rotator-type=ldap)
@@ -131,6 +134,7 @@ module Akeyless
131
134
  :'item_custom_fields' => :'item-custom-fields',
132
135
  :'json' => :'json',
133
136
  :'key' => :'key',
137
+ :'lock_during_sra_session' => :'lock-during-sra-session',
134
138
  :'max_versions' => :'max-versions',
135
139
  :'name' => :'name',
136
140
  :'password_length' => :'password-length',
@@ -177,6 +181,7 @@ module Akeyless
177
181
  :'item_custom_fields' => :'Hash<String, String>',
178
182
  :'json' => :'Boolean',
179
183
  :'key' => :'String',
184
+ :'lock_during_sra_session' => :'String',
180
185
  :'max_versions' => :'String',
181
186
  :'name' => :'String',
182
187
  :'password_length' => :'String',
@@ -269,6 +274,10 @@ module Akeyless
269
274
  self.key = attributes[:'key']
270
275
  end
271
276
 
277
+ if attributes.key?(:'lock_during_sra_session')
278
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
279
+ end
280
+
272
281
  if attributes.key?(:'max_versions')
273
282
  self.max_versions = attributes[:'max_versions']
274
283
  end
@@ -285,8 +294,6 @@ module Akeyless
285
294
 
286
295
  if attributes.key?(:'rotate_after_disconnect')
287
296
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
288
- else
289
- self.rotate_after_disconnect = 'false'
290
297
  end
291
298
 
292
299
  if attributes.key?(:'rotated_password')
@@ -442,6 +449,7 @@ module Akeyless
442
449
  item_custom_fields == o.item_custom_fields &&
443
450
  json == o.json &&
444
451
  key == o.key &&
452
+ lock_during_sra_session == o.lock_during_sra_session &&
445
453
  max_versions == o.max_versions &&
446
454
  name == o.name &&
447
455
  password_length == o.password_length &&
@@ -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, authentication_credentials, auto_rotate, delete_protection, description, host_provider, 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_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, tags, target, target_name, token, uid_token, user_attribute, user_dn].hash
490
+ [provider_type, authentication_credentials, auto_rotate, delete_protection, description, host_provider, 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_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, tags, target, target_name, token, uid_token, user_attribute, user_dn].hash
483
491
  end
484
492
 
485
493
  # 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)
@@ -106,6 +109,7 @@ module Akeyless
106
109
  :'item_custom_fields' => :'item-custom-fields',
107
110
  :'json' => :'json',
108
111
  :'key' => :'key',
112
+ :'lock_during_sra_session' => :'lock-during-sra-session',
109
113
  :'max_versions' => :'max-versions',
110
114
  :'name' => :'name',
111
115
  :'password_length' => :'password-length',
@@ -144,6 +148,7 @@ module Akeyless
144
148
  :'item_custom_fields' => :'Hash<String, String>',
145
149
  :'json' => :'Boolean',
146
150
  :'key' => :'String',
151
+ :'lock_during_sra_session' => :'String',
147
152
  :'max_versions' => :'String',
148
153
  :'name' => :'String',
149
154
  :'password_length' => :'String',
@@ -222,6 +227,10 @@ module Akeyless
222
227
  self.key = attributes[:'key']
223
228
  end
224
229
 
230
+ if attributes.key?(:'lock_during_sra_session')
231
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
232
+ end
233
+
225
234
  if attributes.key?(:'max_versions')
226
235
  self.max_versions = attributes[:'max_versions']
227
236
  end
@@ -238,8 +247,6 @@ module Akeyless
238
247
 
239
248
  if attributes.key?(:'rotate_after_disconnect')
240
249
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
241
- else
242
- self.rotate_after_disconnect = 'false'
243
250
  end
244
251
 
245
252
  if attributes.key?(:'rotated_password')
@@ -361,6 +368,7 @@ module Akeyless
361
368
  item_custom_fields == o.item_custom_fields &&
362
369
  json == o.json &&
363
370
  key == o.key &&
371
+ lock_during_sra_session == o.lock_during_sra_session &&
364
372
  max_versions == o.max_versions &&
365
373
  name == o.name &&
366
374
  password_length == o.password_length &&
@@ -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
- [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
403
+ [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
396
404
  end
397
405
 
398
406
  # 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)
@@ -109,6 +112,7 @@ module Akeyless
109
112
  :'item_custom_fields' => :'item-custom-fields',
110
113
  :'json' => :'json',
111
114
  :'key' => :'key',
115
+ :'lock_during_sra_session' => :'lock-during-sra-session',
112
116
  :'max_versions' => :'max-versions',
113
117
  :'name' => :'name',
114
118
  :'password_length' => :'password-length',
@@ -148,6 +152,7 @@ module Akeyless
148
152
  :'item_custom_fields' => :'Hash<String, String>',
149
153
  :'json' => :'Boolean',
150
154
  :'key' => :'String',
155
+ :'lock_during_sra_session' => :'String',
151
156
  :'max_versions' => :'String',
152
157
  :'name' => :'String',
153
158
  :'password_length' => :'String',
@@ -227,6 +232,10 @@ module Akeyless
227
232
  self.key = attributes[:'key']
228
233
  end
229
234
 
235
+ if attributes.key?(:'lock_during_sra_session')
236
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
237
+ end
238
+
230
239
  if attributes.key?(:'max_versions')
231
240
  self.max_versions = attributes[:'max_versions']
232
241
  end
@@ -243,8 +252,6 @@ module Akeyless
243
252
 
244
253
  if attributes.key?(:'rotate_after_disconnect')
245
254
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
246
- else
247
- self.rotate_after_disconnect = 'false'
248
255
  end
249
256
 
250
257
  if attributes.key?(:'rotated_password')
@@ -370,6 +377,7 @@ module Akeyless
370
377
  item_custom_fields == o.item_custom_fields &&
371
378
  json == o.json &&
372
379
  key == o.key &&
380
+ lock_during_sra_session == o.lock_during_sra_session &&
373
381
  max_versions == o.max_versions &&
374
382
  name == o.name &&
375
383
  password_length == o.password_length &&
@@ -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
- [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
413
+ [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
406
414
  end
407
415
 
408
416
  # 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)
@@ -106,6 +109,7 @@ module Akeyless
106
109
  :'item_custom_fields' => :'item-custom-fields',
107
110
  :'json' => :'json',
108
111
  :'key' => :'key',
112
+ :'lock_during_sra_session' => :'lock-during-sra-session',
109
113
  :'max_versions' => :'max-versions',
110
114
  :'name' => :'name',
111
115
  :'password_length' => :'password-length',
@@ -144,6 +148,7 @@ module Akeyless
144
148
  :'item_custom_fields' => :'Hash<String, String>',
145
149
  :'json' => :'Boolean',
146
150
  :'key' => :'String',
151
+ :'lock_during_sra_session' => :'String',
147
152
  :'max_versions' => :'String',
148
153
  :'name' => :'String',
149
154
  :'password_length' => :'String',
@@ -222,6 +227,10 @@ module Akeyless
222
227
  self.key = attributes[:'key']
223
228
  end
224
229
 
230
+ if attributes.key?(:'lock_during_sra_session')
231
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
232
+ end
233
+
225
234
  if attributes.key?(:'max_versions')
226
235
  self.max_versions = attributes[:'max_versions']
227
236
  end
@@ -238,8 +247,6 @@ module Akeyless
238
247
 
239
248
  if attributes.key?(:'rotate_after_disconnect')
240
249
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
241
- else
242
- self.rotate_after_disconnect = 'false'
243
250
  end
244
251
 
245
252
  if attributes.key?(:'rotated_password')
@@ -361,6 +368,7 @@ module Akeyless
361
368
  item_custom_fields == o.item_custom_fields &&
362
369
  json == o.json &&
363
370
  key == o.key &&
371
+ lock_during_sra_session == o.lock_during_sra_session &&
364
372
  max_versions == o.max_versions &&
365
373
  name == o.name &&
366
374
  password_length == o.password_length &&
@@ -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
- [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
403
+ [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
396
404
  end
397
405
 
398
406
  # 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)
@@ -100,6 +103,7 @@ module Akeyless
100
103
  :'item_custom_fields' => :'item-custom-fields',
101
104
  :'json' => :'json',
102
105
  :'key' => :'key',
106
+ :'lock_during_sra_session' => :'lock-during-sra-session',
103
107
  :'max_versions' => :'max-versions',
104
108
  :'name' => :'name',
105
109
  :'password_length' => :'password-length',
@@ -136,6 +140,7 @@ module Akeyless
136
140
  :'item_custom_fields' => :'Hash<String, String>',
137
141
  :'json' => :'Boolean',
138
142
  :'key' => :'String',
143
+ :'lock_during_sra_session' => :'String',
139
144
  :'max_versions' => :'String',
140
145
  :'name' => :'String',
141
146
  :'password_length' => :'String',
@@ -212,6 +217,10 @@ module Akeyless
212
217
  self.key = attributes[:'key']
213
218
  end
214
219
 
220
+ if attributes.key?(:'lock_during_sra_session')
221
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
222
+ end
223
+
215
224
  if attributes.key?(:'max_versions')
216
225
  self.max_versions = attributes[:'max_versions']
217
226
  end
@@ -228,8 +237,6 @@ module Akeyless
228
237
 
229
238
  if attributes.key?(:'rotate_after_disconnect')
230
239
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
231
- else
232
- self.rotate_after_disconnect = 'false'
233
240
  end
234
241
 
235
242
  if attributes.key?(:'rotated_password')
@@ -343,6 +350,7 @@ module Akeyless
343
350
  item_custom_fields == o.item_custom_fields &&
344
351
  json == o.json &&
345
352
  key == o.key &&
353
+ lock_during_sra_session == o.lock_during_sra_session &&
346
354
  max_versions == o.max_versions &&
347
355
  name == o.name &&
348
356
  password_length == o.password_length &&
@@ -372,7 +380,7 @@ module Akeyless
372
380
  # Calculates hash code according to all attributes.
373
381
  # @return [Integer] Hash code
374
382
  def hash
375
- [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, secure_access_web, tags, target_name, token, uid_token].hash
383
+ [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, secure_access_web, tags, target_name, token, uid_token].hash
376
384
  end
377
385
 
378
386
  # 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)
@@ -109,6 +112,7 @@ module Akeyless
109
112
  :'item_custom_fields' => :'item-custom-fields',
110
113
  :'json' => :'json',
111
114
  :'key' => :'key',
115
+ :'lock_during_sra_session' => :'lock-during-sra-session',
112
116
  :'max_versions' => :'max-versions',
113
117
  :'name' => :'name',
114
118
  :'password_length' => :'password-length',
@@ -148,6 +152,7 @@ module Akeyless
148
152
  :'item_custom_fields' => :'Hash<String, String>',
149
153
  :'json' => :'Boolean',
150
154
  :'key' => :'String',
155
+ :'lock_during_sra_session' => :'String',
151
156
  :'max_versions' => :'String',
152
157
  :'name' => :'String',
153
158
  :'password_length' => :'String',
@@ -227,6 +232,10 @@ module Akeyless
227
232
  self.key = attributes[:'key']
228
233
  end
229
234
 
235
+ if attributes.key?(:'lock_during_sra_session')
236
+ self.lock_during_sra_session = attributes[:'lock_during_sra_session']
237
+ end
238
+
230
239
  if attributes.key?(:'max_versions')
231
240
  self.max_versions = attributes[:'max_versions']
232
241
  end
@@ -243,8 +252,6 @@ module Akeyless
243
252
 
244
253
  if attributes.key?(:'rotate_after_disconnect')
245
254
  self.rotate_after_disconnect = attributes[:'rotate_after_disconnect']
246
- else
247
- self.rotate_after_disconnect = 'false'
248
255
  end
249
256
 
250
257
  if attributes.key?(:'rotated_password')
@@ -370,6 +377,7 @@ module Akeyless
370
377
  item_custom_fields == o.item_custom_fields &&
371
378
  json == o.json &&
372
379
  key == o.key &&
380
+ lock_during_sra_session == o.lock_during_sra_session &&
373
381
  max_versions == o.max_versions &&
374
382
  name == o.name &&
375
383
  password_length == o.password_length &&
@@ -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
- [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
413
+ [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_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_web, tags, target_name, token, uid_token].hash
406
414
  end
407
415
 
408
416
  # Builds the object from hash