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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a50df1564b03a42b11e79749518c800879f473a0c5958f00b06c7116e238c7dc
4
- data.tar.gz: 5560fd32e296d44407df339867588d72880c934781af1a8a46dddc104491d118
3
+ metadata.gz: 54d5e27001c7dca8fec528ccef0ba602412ae096e197035019d8730993e73c39
4
+ data.tar.gz: 6039cf7eda6ffeb169972d322cb1b84fb0395754d001d9ac1bb4d04e08bbf870
5
5
  SHA512:
6
- metadata.gz: f6d5f04cabdbadfc79b788eee87d8866093dd380efe0eac115a7e5408e7ca871efcc897e601e38554fc2c574f340f9fb5cfdb06b3c789c8df3bc3e18ceb63334
7
- data.tar.gz: a407649269edd3dc25c743d7489ffc7e5d3df0a64474635ef0aec93ec970cc3f7da9c5fb165276a3b0aa7a78a4d5b0f2ca1035fd7156faeef5ff81ebf864a653
6
+ metadata.gz: 16797736d200f55758755e82e569b4171a6c4187bc5cc546a868886977d793f7ce4f4db36bfc1e583cd531212430fc706096f25450739bc25506ebe9e9550595
7
+ data.tar.gz: deec5d389acb810bd005cb277622ed957a788e76fce0c2a7a3ce176e9fe25b565c8bcec31935031282bdc1b3ebb476fd060f530a936f907705634362644c33ef
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 3.0
10
- - Package version: 5.0.21
10
+ - Package version: 5.0.23
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -443,6 +443,8 @@ Class | Method | HTTP request | Description
443
443
  *Akeyless::V2Api* | [**list_sra_bastions**](docs/V2Api.md#list_sra_bastions) | **POST** /list-sra-bastions |
444
444
  *Akeyless::V2Api* | [**list_sra_sessions**](docs/V2Api.md#list_sra_sessions) | **POST** /list-sra-sessions |
445
445
  *Akeyless::V2Api* | [**list_targets**](docs/V2Api.md#list_targets) | **POST** /list-targets |
446
+ *Akeyless::V2Api* | [**lock_item**](docs/V2Api.md#lock_item) | **POST** /lock-item |
447
+ *Akeyless::V2Api* | [**lock_target**](docs/V2Api.md#lock_target) | **POST** /lock-target |
446
448
  *Akeyless::V2Api* | [**move_objects**](docs/V2Api.md#move_objects) | **POST** /move-objects |
447
449
  *Akeyless::V2Api* | [**policies_delete**](docs/V2Api.md#policies_delete) | **POST** /policy-delete |
448
450
  *Akeyless::V2Api* | [**policies_get**](docs/V2Api.md#policies_get) | **POST** /policy-get |
@@ -524,6 +526,7 @@ Class | Method | HTTP request | Description
524
526
  *Akeyless::V2Api* | [**target_create_aws**](docs/V2Api.md#target_create_aws) | **POST** /target-create-aws |
525
527
  *Akeyless::V2Api* | [**target_create_azure**](docs/V2Api.md#target_create_azure) | **POST** /target-create-azure |
526
528
  *Akeyless::V2Api* | [**target_create_db**](docs/V2Api.md#target_create_db) | **POST** /target-create-db |
529
+ *Akeyless::V2Api* | [**target_create_digi_cert**](docs/V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert |
527
530
  *Akeyless::V2Api* | [**target_create_dockerhub**](docs/V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub |
528
531
  *Akeyless::V2Api* | [**target_create_eks**](docs/V2Api.md#target_create_eks) | **POST** /target-create-eks |
529
532
  *Akeyless::V2Api* | [**target_create_gcp**](docs/V2Api.md#target_create_gcp) | **POST** /target-create-gcp |
@@ -534,6 +537,7 @@ Class | Method | HTTP request | Description
534
537
  *Akeyless::V2Api* | [**target_create_global_sign**](docs/V2Api.md#target_create_global_sign) | **POST** /target-create-globalsign |
535
538
  *Akeyless::V2Api* | [**target_create_global_sign_atlas**](docs/V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas |
536
539
  *Akeyless::V2Api* | [**target_create_godaddy**](docs/V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy |
540
+ *Akeyless::V2Api* | [**target_create_google_trust**](docs/V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust |
537
541
  *Akeyless::V2Api* | [**target_create_hashi_vault**](docs/V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault |
538
542
  *Akeyless::V2Api* | [**target_create_k8s**](docs/V2Api.md#target_create_k8s) | **POST** /target-create-k8s |
539
543
  *Akeyless::V2Api* | [**target_create_ldap**](docs/V2Api.md#target_create_ldap) | **POST** /target-create-ldap |
@@ -557,6 +561,7 @@ Class | Method | HTTP request | Description
557
561
  *Akeyless::V2Api* | [**target_update_aws**](docs/V2Api.md#target_update_aws) | **POST** /target-update-aws |
558
562
  *Akeyless::V2Api* | [**target_update_azure**](docs/V2Api.md#target_update_azure) | **POST** /target-update-azure |
559
563
  *Akeyless::V2Api* | [**target_update_db**](docs/V2Api.md#target_update_db) | **POST** /target-update-db |
564
+ *Akeyless::V2Api* | [**target_update_digi_cert**](docs/V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert |
560
565
  *Akeyless::V2Api* | [**target_update_dockerhub**](docs/V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub |
561
566
  *Akeyless::V2Api* | [**target_update_eks**](docs/V2Api.md#target_update_eks) | **POST** /target-update-eks |
562
567
  *Akeyless::V2Api* | [**target_update_gcp**](docs/V2Api.md#target_update_gcp) | **POST** /target-update-gcp |
@@ -567,6 +572,7 @@ Class | Method | HTTP request | Description
567
572
  *Akeyless::V2Api* | [**target_update_global_sign**](docs/V2Api.md#target_update_global_sign) | **POST** /target-update-globalsign |
568
573
  *Akeyless::V2Api* | [**target_update_global_sign_atlas**](docs/V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas |
569
574
  *Akeyless::V2Api* | [**target_update_godaddy**](docs/V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy |
575
+ *Akeyless::V2Api* | [**target_update_google_trust**](docs/V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust |
570
576
  *Akeyless::V2Api* | [**target_update_hashi_vault**](docs/V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault |
571
577
  *Akeyless::V2Api* | [**target_update_k8s**](docs/V2Api.md#target_update_k8s) | **POST** /target-update-k8s |
572
578
  *Akeyless::V2Api* | [**target_update_ldap**](docs/V2Api.md#target_update_ldap) | **POST** /target-update-ldap |
@@ -588,6 +594,8 @@ Class | Method | HTTP request | Description
588
594
  *Akeyless::V2Api* | [**uid_list_children**](docs/V2Api.md#uid_list_children) | **POST** /uid-list-children |
589
595
  *Akeyless::V2Api* | [**uid_revoke_token**](docs/V2Api.md#uid_revoke_token) | **POST** /uid-revoke-token |
590
596
  *Akeyless::V2Api* | [**uid_rotate_token**](docs/V2Api.md#uid_rotate_token) | **POST** /uid-rotate-token |
597
+ *Akeyless::V2Api* | [**unlock_item**](docs/V2Api.md#unlock_item) | **POST** /unlock-item |
598
+ *Akeyless::V2Api* | [**unlock_target**](docs/V2Api.md#unlock_target) | **POST** /unlock-target |
591
599
  *Akeyless::V2Api* | [**unwrap_token**](docs/V2Api.md#unwrap_token) | **POST** /unwrap-token |
592
600
  *Akeyless::V2Api* | [**update_account_settings**](docs/V2Api.md#update_account_settings) | **POST** /update-account-settings |
593
601
  *Akeyless::V2Api* | [**update_artifactory_target**](docs/V2Api.md#update_artifactory_target) | **POST** /update-artifactory-target |
@@ -654,7 +662,9 @@ Class | Method | HTTP request | Description
654
662
  *Akeyless::V2Api* | [**usc_get**](docs/V2Api.md#usc_get) | **POST** /usc-get |
655
663
  *Akeyless::V2Api* | [**usc_list**](docs/V2Api.md#usc_list) | **POST** /usc-list |
656
664
  *Akeyless::V2Api* | [**usc_update**](docs/V2Api.md#usc_update) | **POST** /usc-update |
665
+ *Akeyless::V2Api* | [**validate_certificate_challenge**](docs/V2Api.md#validate_certificate_challenge) | **POST** /validate-certificate-challenge |
657
666
  *Akeyless::V2Api* | [**validate_token**](docs/V2Api.md#validate_token) | **POST** /validate-token |
667
+ *Akeyless::V2Api* | [**vault_address**](docs/V2Api.md#vault_address) | **POST** /vault-address |
658
668
  *Akeyless::V2Api* | [**verify_data_with_classic_key**](docs/V2Api.md#verify_data_with_classic_key) | **POST** /verify-data-with-classic-key |
659
669
  *Akeyless::V2Api* | [**verify_ec_dsa**](docs/V2Api.md#verify_ec_dsa) | **POST** /verify-ecdsa |
660
670
  *Akeyless::V2Api* | [**verify_gpg**](docs/V2Api.md#verify_gpg) | **POST** /verify-gpg |
@@ -791,6 +801,8 @@ Class | Method | HTTP request | Description
791
801
  - [Akeyless::ConfigHash](docs/ConfigHash.md)
792
802
  - [Akeyless::Configure](docs/Configure.md)
793
803
  - [Akeyless::ConfigureOutput](docs/ConfigureOutput.md)
804
+ - [Akeyless::ConjurMigration](docs/ConjurMigration.md)
805
+ - [Akeyless::ConjurPayload](docs/ConjurPayload.md)
794
806
  - [Akeyless::Connect](docs/Connect.md)
795
807
  - [Akeyless::CreateAWSTarget](docs/CreateAWSTarget.md)
796
808
  - [Akeyless::CreateAWSTargetOutput](docs/CreateAWSTargetOutput.md)
@@ -923,6 +935,7 @@ Class | Method | HTTP request | Description
923
935
  - [Akeyless::DecryptPKCS1Output](docs/DecryptPKCS1Output.md)
924
936
  - [Akeyless::DecryptWithClassicKey](docs/DecryptWithClassicKey.md)
925
937
  - [Akeyless::DecryptWithClassicKeyOutput](docs/DecryptWithClassicKeyOutput.md)
938
+ - [Akeyless::DefaultAuthMethodSettings](docs/DefaultAuthMethodSettings.md)
926
939
  - [Akeyless::DefaultConfigPart](docs/DefaultConfigPart.md)
927
940
  - [Akeyless::DefaultHomePage](docs/DefaultHomePage.md)
928
941
  - [Akeyless::DeleteAuthMethod](docs/DeleteAuthMethod.md)
@@ -957,6 +970,7 @@ Class | Method | HTTP request | Description
957
970
  - [Akeyless::DesktopAppConf](docs/DesktopAppConf.md)
958
971
  - [Akeyless::Detokenize](docs/Detokenize.md)
959
972
  - [Akeyless::DetokenizeOutput](docs/DetokenizeOutput.md)
973
+ - [Akeyless::DigiCertTargetDetails](docs/DigiCertTargetDetails.md)
960
974
  - [Akeyless::DockerhubTargetDetails](docs/DockerhubTargetDetails.md)
961
975
  - [Akeyless::DynamicSecretCreateArtifactory](docs/DynamicSecretCreateArtifactory.md)
962
976
  - [Akeyless::DynamicSecretCreateAws](docs/DynamicSecretCreateAws.md)
@@ -1310,12 +1324,14 @@ Class | Method | HTTP request | Description
1310
1324
  - [Akeyless::GetTargetDetails](docs/GetTargetDetails.md)
1311
1325
  - [Akeyless::GetTargetDetailsOutput](docs/GetTargetDetailsOutput.md)
1312
1326
  - [Akeyless::GetUserEventStatusOutput](docs/GetUserEventStatusOutput.md)
1327
+ - [Akeyless::GithubMetadata](docs/GithubMetadata.md)
1313
1328
  - [Akeyless::GithubTargetDetails](docs/GithubTargetDetails.md)
1314
1329
  - [Akeyless::GitlabTargetDetails](docs/GitlabTargetDetails.md)
1315
1330
  - [Akeyless::GlobalSignAtlasTargetDetails](docs/GlobalSignAtlasTargetDetails.md)
1316
1331
  - [Akeyless::GlobalSignGCCTargetDetails](docs/GlobalSignGCCTargetDetails.md)
1317
1332
  - [Akeyless::GodaddyTargetDetails](docs/GodaddyTargetDetails.md)
1318
1333
  - [Akeyless::GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
1334
+ - [Akeyless::GoogleTrustTargetDetails](docs/GoogleTrustTargetDetails.md)
1319
1335
  - [Akeyless::Group](docs/Group.md)
1320
1336
  - [Akeyless::GwClusterIdentity](docs/GwClusterIdentity.md)
1321
1337
  - [Akeyless::GwUpdateRemoteAccessSessionLogsAwsS3](docs/GwUpdateRemoteAccessSessionLogsAwsS3.md)
@@ -1329,6 +1345,7 @@ Class | Method | HTTP request | Description
1329
1345
  - [Akeyless::GwUpdateRemoteAccessSessionLogsStdout](docs/GwUpdateRemoteAccessSessionLogsStdout.md)
1330
1346
  - [Akeyless::GwUpdateRemoteAccessSessionLogsSumologic](docs/GwUpdateRemoteAccessSessionLogsSumologic.md)
1331
1347
  - [Akeyless::GwUpdateRemoteAccessSessionLogsSyslog](docs/GwUpdateRemoteAccessSessionLogsSyslog.md)
1348
+ - [Akeyless::HTTPChallengeInfo](docs/HTTPChallengeInfo.md)
1332
1349
  - [Akeyless::HashiMigration](docs/HashiMigration.md)
1333
1350
  - [Akeyless::HashiPayload](docs/HashiPayload.md)
1334
1351
  - [Akeyless::HashiVaultTargetDetails](docs/HashiVaultTargetDetails.md)
@@ -1338,9 +1355,11 @@ Class | Method | HTTP request | Description
1338
1355
  - [Akeyless::ImportPasswords](docs/ImportPasswords.md)
1339
1356
  - [Akeyless::ImportPasswordsOutput](docs/ImportPasswordsOutput.md)
1340
1357
  - [Akeyless::ImporterInfo](docs/ImporterInfo.md)
1358
+ - [Akeyless::IssuerOverviewInfo](docs/IssuerOverviewInfo.md)
1341
1359
  - [Akeyless::Item](docs/Item.md)
1342
1360
  - [Akeyless::ItemCustomFieldsDetails](docs/ItemCustomFieldsDetails.md)
1343
1361
  - [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
1362
+ - [Akeyless::ItemLockingSetting](docs/ItemLockingSetting.md)
1344
1363
  - [Akeyless::ItemSraStatus](docs/ItemSraStatus.md)
1345
1364
  - [Akeyless::ItemTargetAssociation](docs/ItemTargetAssociation.md)
1346
1365
  - [Akeyless::ItemUSCSyncAssociation](docs/ItemUSCSyncAssociation.md)
@@ -1417,6 +1436,9 @@ Class | Method | HTTP request | Description
1417
1436
  - [Akeyless::ListSraSessionsOutput](docs/ListSraSessionsOutput.md)
1418
1437
  - [Akeyless::ListTargets](docs/ListTargets.md)
1419
1438
  - [Akeyless::ListTargetsOutput](docs/ListTargetsOutput.md)
1439
+ - [Akeyless::LockItem](docs/LockItem.md)
1440
+ - [Akeyless::LockTarget](docs/LockTarget.md)
1441
+ - [Akeyless::LockingInfo](docs/LockingInfo.md)
1420
1442
  - [Akeyless::LogForwardingConfigPart](docs/LogForwardingConfigPart.md)
1421
1443
  - [Akeyless::LogstashLogForwardingConfig](docs/LogstashLogForwardingConfig.md)
1422
1444
  - [Akeyless::LogzIoLogForwardingConfig](docs/LogzIoLogForwardingConfig.md)
@@ -1432,6 +1454,7 @@ Class | Method | HTTP request | Description
1432
1454
  - [Akeyless::MoveObjects](docs/MoveObjects.md)
1433
1455
  - [Akeyless::Name](docs/Name.md)
1434
1456
  - [Akeyless::NativeK8sTargetDetails](docs/NativeK8sTargetDetails.md)
1457
+ - [Akeyless::NetappStorage](docs/NetappStorage.md)
1435
1458
  - [Akeyless::NextAutoRotationEvent](docs/NextAutoRotationEvent.md)
1436
1459
  - [Akeyless::NotiForwarder](docs/NotiForwarder.md)
1437
1460
  - [Akeyless::NotiForwarderDetailsInput](docs/NotiForwarderDetailsInput.md)
@@ -1601,6 +1624,7 @@ Class | Method | HTTP request | Description
1601
1624
  - [Akeyless::StaticSecretDetailsInfo](docs/StaticSecretDetailsInfo.md)
1602
1625
  - [Akeyless::StaticSecretSync](docs/StaticSecretSync.md)
1603
1626
  - [Akeyless::SumologicLogForwardingConfig](docs/SumologicLogForwardingConfig.md)
1627
+ - [Akeyless::SyncCounters](docs/SyncCounters.md)
1604
1628
  - [Akeyless::SyslogLogForwardingConfig](docs/SyslogLogForwardingConfig.md)
1605
1629
  - [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
1606
1630
  - [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
@@ -1609,6 +1633,7 @@ Class | Method | HTTP request | Description
1609
1633
  - [Akeyless::TargetCreateAws](docs/TargetCreateAws.md)
1610
1634
  - [Akeyless::TargetCreateAzure](docs/TargetCreateAzure.md)
1611
1635
  - [Akeyless::TargetCreateDB](docs/TargetCreateDB.md)
1636
+ - [Akeyless::TargetCreateDigiCert](docs/TargetCreateDigiCert.md)
1612
1637
  - [Akeyless::TargetCreateDockerhub](docs/TargetCreateDockerhub.md)
1613
1638
  - [Akeyless::TargetCreateEks](docs/TargetCreateEks.md)
1614
1639
  - [Akeyless::TargetCreateGcp](docs/TargetCreateGcp.md)
@@ -1619,6 +1644,7 @@ Class | Method | HTTP request | Description
1619
1644
  - [Akeyless::TargetCreateGlobalSign](docs/TargetCreateGlobalSign.md)
1620
1645
  - [Akeyless::TargetCreateGlobalSignAtlas](docs/TargetCreateGlobalSignAtlas.md)
1621
1646
  - [Akeyless::TargetCreateGodaddy](docs/TargetCreateGodaddy.md)
1647
+ - [Akeyless::TargetCreateGoogleTrust](docs/TargetCreateGoogleTrust.md)
1622
1648
  - [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
1623
1649
  - [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
1624
1650
  - [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
@@ -1648,6 +1674,7 @@ Class | Method | HTTP request | Description
1648
1674
  - [Akeyless::TargetUpdateAws](docs/TargetUpdateAws.md)
1649
1675
  - [Akeyless::TargetUpdateAzure](docs/TargetUpdateAzure.md)
1650
1676
  - [Akeyless::TargetUpdateDB](docs/TargetUpdateDB.md)
1677
+ - [Akeyless::TargetUpdateDigiCert](docs/TargetUpdateDigiCert.md)
1651
1678
  - [Akeyless::TargetUpdateDockerhub](docs/TargetUpdateDockerhub.md)
1652
1679
  - [Akeyless::TargetUpdateEks](docs/TargetUpdateEks.md)
1653
1680
  - [Akeyless::TargetUpdateGcp](docs/TargetUpdateGcp.md)
@@ -1658,6 +1685,7 @@ Class | Method | HTTP request | Description
1658
1685
  - [Akeyless::TargetUpdateGlobalSign](docs/TargetUpdateGlobalSign.md)
1659
1686
  - [Akeyless::TargetUpdateGlobalSignAtlas](docs/TargetUpdateGlobalSignAtlas.md)
1660
1687
  - [Akeyless::TargetUpdateGodaddy](docs/TargetUpdateGodaddy.md)
1688
+ - [Akeyless::TargetUpdateGoogleTrust](docs/TargetUpdateGoogleTrust.md)
1661
1689
  - [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
1662
1690
  - [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
1663
1691
  - [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
@@ -1690,6 +1718,8 @@ Class | Method | HTTP request | Description
1690
1718
  - [Akeyless::Unconfigure](docs/Unconfigure.md)
1691
1719
  - [Akeyless::UniversalIdentityAccessRules](docs/UniversalIdentityAccessRules.md)
1692
1720
  - [Akeyless::UniversalIdentityDetails](docs/UniversalIdentityDetails.md)
1721
+ - [Akeyless::UnlockItem](docs/UnlockItem.md)
1722
+ - [Akeyless::UnlockTarget](docs/UnlockTarget.md)
1693
1723
  - [Akeyless::UnwrapToken](docs/UnwrapToken.md)
1694
1724
  - [Akeyless::UnwrapTokenOutput](docs/UnwrapTokenOutput.md)
1695
1725
  - [Akeyless::Update](docs/Update.md)
@@ -1804,8 +1834,12 @@ Class | Method | HTTP request | Description
1804
1834
  - [Akeyless::UscSyncInfo](docs/UscSyncInfo.md)
1805
1835
  - [Akeyless::UscUpdate](docs/UscUpdate.md)
1806
1836
  - [Akeyless::UscUpdateSecretOutput](docs/UscUpdateSecretOutput.md)
1837
+ - [Akeyless::ValidateCertificateChallenge](docs/ValidateCertificateChallenge.md)
1838
+ - [Akeyless::ValidateCertificateChallengeOutput](docs/ValidateCertificateChallengeOutput.md)
1807
1839
  - [Akeyless::ValidateToken](docs/ValidateToken.md)
1808
1840
  - [Akeyless::ValidateTokenOutput](docs/ValidateTokenOutput.md)
1841
+ - [Akeyless::VaultAddress](docs/VaultAddress.md)
1842
+ - [Akeyless::VaultAddressOutput](docs/VaultAddressOutput.md)
1809
1843
  - [Akeyless::VaultlessTokenizerInfo](docs/VaultlessTokenizerInfo.md)
1810
1844
  - [Akeyless::VenafiTargetDetails](docs/VenafiTargetDetails.md)
1811
1845
  - [Akeyless::VerifyDataWithClassicKey](docs/VerifyDataWithClassicKey.md)
@@ -14,12 +14,15 @@
14
14
  | **auth_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
15
15
  | **certificate_expiration_events** | [**CertificateExpirationEventsSettings**](CertificateExpirationEventsSettings.md) | | [optional] |
16
16
  | **data_protection_section** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional] |
17
+ | **default_auth_method** | [**DefaultAuthMethodSettings**](DefaultAuthMethodSettings.md) | | [optional] |
17
18
  | **default_home_page** | [**DefaultHomePage**](DefaultHomePage.md) | | [optional] |
18
19
  | **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
19
20
  | **enable_request_for_access** | **Boolean** | | [optional] |
20
21
  | **hide_personal_folder** | **Boolean** | | [optional] |
22
+ | **hide_secret_reveal_copy** | **Boolean** | | [optional] |
21
23
  | **hide_static_password** | **Boolean** | | [optional] |
22
24
  | **invalid_characters** | **String** | InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention | [optional] |
25
+ | **item_locking** | [**ItemLockingSetting**](ItemLockingSetting.md) | | [optional] |
23
26
  | **item_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
24
27
  | **lock_default_key** | **Boolean** | LockDefaultKey determines whether the configured default key can be updated by end-users on a per-request basis true - all requests use the configured default key false - every request can determine its protection key (default) nil - change nothing (every request can determine its protection key (default)) This parameter is only relevant if AccountDefaultKeyItemID is not empty | [optional] |
25
28
  | **password_expiration_info** | [**PasswordExpirationInfo**](PasswordExpirationInfo.md) | | [optional] |
@@ -45,12 +48,15 @@ instance = Akeyless::AccountGeneralSettings.new(
45
48
  auth_usage_event: null,
46
49
  certificate_expiration_events: null,
47
50
  data_protection_section: null,
51
+ default_auth_method: null,
48
52
  default_home_page: null,
49
53
  dynamic_secret_max_ttl: null,
50
54
  enable_request_for_access: null,
51
55
  hide_personal_folder: null,
56
+ hide_secret_reveal_copy: null,
52
57
  hide_static_password: null,
53
58
  invalid_characters: null,
59
+ item_locking: null,
54
60
  item_usage_event: null,
55
61
  lock_default_key: null,
56
62
  password_expiration_info: null,
@@ -5,9 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **active_directory_target_id** | **Integer** | | [optional] |
8
+ | **ai_certificate_discovery** | **Boolean** | | [optional] |
8
9
  | **auto_rotate** | **Boolean** | | [optional] |
9
10
  | **auto_rotate_interval_in_days** | **Integer** | | [optional] |
10
11
  | **auto_rotate_rotation_hour** | **Integer** | | [optional] |
12
+ | **certificates_expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
13
+ | **certificates_path_template** | **String** | | [optional] |
11
14
  | **computer_base_dn** | **String** | | [optional] |
12
15
  | **discover_iis_apps** | **Boolean** | | [optional] |
13
16
  | **discover_local_users** | **Boolean** | Deprecated | [optional] |
@@ -35,9 +38,12 @@ require 'akeyless'
35
38
 
36
39
  instance = Akeyless::ActiveDirectoryPayload.new(
37
40
  active_directory_target_id: null,
41
+ ai_certificate_discovery: null,
38
42
  auto_rotate: null,
39
43
  auto_rotate_interval_in_days: null,
40
44
  auto_rotate_rotation_hour: null,
45
+ certificates_expiration_events: null,
46
+ certificates_path_template: null,
41
47
  computer_base_dn: null,
42
48
  discover_iis_apps: null,
43
49
  discover_local_users: null,
data/docs/Auth.md CHANGED
@@ -10,6 +10,7 @@
10
10
  | **account_id** | **String** | Account id (relevant only for access-type=password where the email address is associated with more than one account) | [optional] |
11
11
  | **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
12
12
  | **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
13
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
13
14
  | **cert_challenge** | **String** | Certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional] |
14
15
  | **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert) | [optional] |
15
16
  | **cloud_id** | **String** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional] |
@@ -48,6 +49,7 @@ instance = Akeyless::Auth.new(
48
49
  account_id: null,
49
50
  admin_email: null,
50
51
  admin_password: null,
52
+ azure_cloud: null,
51
53
  cert_challenge: null,
52
54
  cert_data: null,
53
55
  cloud_id: null,
@@ -25,6 +25,7 @@
25
25
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
28
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
28
29
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
29
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
31
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -57,6 +58,7 @@ instance = Akeyless::AuthMethodCreateCert.new(
57
58
  jwt_ttl: null,
58
59
  name: null,
59
60
  product_type: null,
61
+ require_crl_dp: null,
60
62
  revoked_cert_ids: null,
61
63
  token: null,
62
64
  uid_token: null,
@@ -8,6 +8,7 @@
8
8
  | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
+ | **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
11
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
12
13
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
13
14
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
@@ -20,6 +21,7 @@
20
21
  | **name** | **String** | Auth Method name | |
21
22
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
22
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
+ | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
23
25
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
24
26
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
27
 
@@ -33,6 +35,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
33
35
  allowed_client_type: null,
34
36
  audit_logs_claims: null,
35
37
  bound_ips: null,
38
+ child_ttl_limit: null,
36
39
  delete_protection: null,
37
40
  deny_inheritance: null,
38
41
  deny_rotate: null,
@@ -45,6 +48,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
45
48
  name: null,
46
49
  product_type: null,
47
50
  token: null,
51
+ tree_length: null,
48
52
  ttl: null,
49
53
  uid_token: null
50
54
  )
@@ -26,6 +26,7 @@
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **new_name** | **String** | Auth Method new name | [optional] |
28
28
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
29
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
29
30
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
30
31
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
31
32
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -59,6 +60,7 @@ instance = Akeyless::AuthMethodUpdateCert.new(
59
60
  name: null,
60
61
  new_name: null,
61
62
  product_type: null,
63
+ require_crl_dp: null,
62
64
  revoked_cert_ids: null,
63
65
  token: null,
64
66
  uid_token: null,
@@ -8,6 +8,7 @@
8
8
  | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
+ | **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
11
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
12
13
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
13
14
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
@@ -21,6 +22,7 @@
21
22
  | **new_name** | **String** | Auth Method new name | [optional] |
22
23
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
23
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
+ | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
24
26
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
25
27
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
26
28
 
@@ -34,6 +36,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
34
36
  allowed_client_type: null,
35
37
  audit_logs_claims: null,
36
38
  bound_ips: null,
39
+ child_ttl_limit: null,
37
40
  delete_protection: null,
38
41
  deny_inheritance: null,
39
42
  deny_rotate: null,
@@ -47,6 +50,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
47
50
  new_name: null,
48
51
  product_type: null,
49
52
  token: null,
53
+ tree_length: null,
50
54
  ttl: null,
51
55
  uid_token: null
52
56
  )
data/docs/AwsStorage.md CHANGED
@@ -8,6 +8,7 @@
8
8
  | **access_key_secret** | **String** | | [optional] |
9
9
  | **auth_type** | **String** | | [optional] |
10
10
  | **bucket** | **String** | | [optional] |
11
+ | **endpoint_url** | **String** | | [optional] |
11
12
  | **prefix** | **String** | | [optional] |
12
13
  | **region** | **String** | | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = Akeyless::AwsStorage.new(
21
22
  access_key_secret: null,
22
23
  auth_type: null,
23
24
  bucket: null,
25
+ endpoint_url: null,
24
26
  prefix: null,
25
27
  region: null
26
28
  )
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **ad_endpoint** | **String** | The audience in the JWT. | [optional] |
8
+ | **azure_cloud** | **String** | Azure cloud environment [AzureCloud/AzureUSGovernment/AzureChinaCloud]. For create/update, cloud is inferred from jwks_uri. | [optional] |
8
9
  | **bound_group_ids** | **Array<String>** | The list of group ids that login is restricted to. | [optional] |
9
10
  | **bound_resource_groups** | **Array<String>** | The list of resource groups that login is restricted to. | [optional] |
10
11
  | **bound_resource_ids** | **Array<String>** | The list of full resource ids that the login is restricted to. | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
 
26
27
  instance = Akeyless::AzureADAccessRules.new(
27
28
  ad_endpoint: null,
29
+ azure_cloud: null,
28
30
  bound_group_ids: null,
29
31
  bound_resource_groups: null,
30
32
  bound_resource_ids: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **azure_client_id** | **String** | | [optional] |
8
8
  | **azure_client_secret** | **String** | | [optional] |
9
+ | **azure_cloud** | **String** | | [optional] |
9
10
  | **azure_resource_group_name** | **String** | | [optional] |
10
11
  | **azure_resource_name** | **String** | | [optional] |
11
12
  | **azure_subscription_id** | **String** | | [optional] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
  instance = Akeyless::AzureTargetDetails.new(
25
26
  azure_client_id: null,
26
27
  azure_client_secret: null,
28
+ azure_cloud: null,
27
29
  azure_resource_group_name: null,
28
30
  azure_resource_name: null,
29
31
  azure_subscription_id: null,
@@ -12,6 +12,7 @@
12
12
  | **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
13
13
  | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
14
14
  | **certificate** | **String** | Base64 encdoed PEM certificate | [optional] |
15
+ | **require_crl_dp** | **Boolean** | RequireCrlDp indicates whether CRL distribution points are required on the leaf client certificate, and whether CRL validation must be enforced during authentication. | [optional] |
15
16
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
16
17
  | **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
17
18
 
@@ -29,6 +30,7 @@ instance = Akeyless::CertAccessRules.new(
29
30
  bound_organizational_units: null,
30
31
  bound_uri_sans: null,
31
32
  certificate: null,
33
+ require_crl_dp: null,
32
34
  revoked_cert_ids: null,
33
35
  unique_identifier: null
34
36
  )
@@ -15,6 +15,7 @@
15
15
  | **certificate_pem** | **String** | | [optional] |
16
16
  | **certificate_status** | **String** | | [optional] |
17
17
  | **common_name** | **String** | | [optional] |
18
+ | **csr_pem** | **String** | CSRPEM contains the PEM-encoded CSR for pending certificates (HTTP-01 challenge) | [optional] |
18
19
  | **error_message** | **String** | | [optional] |
19
20
  | **expiration_date** | **Time** | | [optional] |
20
21
  | **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
@@ -40,6 +41,7 @@ instance = Akeyless::CertificateChainInfo.new(
40
41
  certificate_pem: null,
41
42
  certificate_status: null,
42
43
  common_name: null,
44
+ csr_pem: null,
43
45
  error_message: null,
44
46
  expiration_date: null,
45
47
  expiration_events: null,
data/docs/Configure.md CHANGED
@@ -11,6 +11,7 @@
11
11
  | **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
12
12
  | **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
13
13
  | **azure_ad_object_id** | **String** | Azure Active Directory ObjectId (relevant only for access-type=azure_ad) | [optional] |
14
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
14
15
  | **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert in Curl Context) | [optional] |
15
16
  | **cert_issuer_name** | **String** | Certificate Issuer Name | [optional] |
16
17
  | **cert_username** | **String** | The username to sign in the SSH certificate (use a comma-separated list for more than one username) | [optional] |
@@ -42,6 +43,7 @@ instance = Akeyless::Configure.new(
42
43
  admin_email: null,
43
44
  admin_password: null,
44
45
  azure_ad_object_id: null,
46
+ azure_cloud: null,
45
47
  cert_data: null,
46
48
  cert_issuer_name: null,
47
49
  cert_username: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::ConjurMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **general** | [**MigrationGeneral**](MigrationGeneral.md) | | [optional] |
8
+ | **payload** | [**ConjurPayload**](ConjurPayload.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::ConjurMigration.new(
16
+ general: null,
17
+ payload: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,24 @@
1
+ # Akeyless::ConjurPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **conjur_account** | **String** | | [optional] |
8
+ | **conjur_api_key** | **String** | | [optional] |
9
+ | **conjur_url** | **String** | | [optional] |
10
+ | **conjur_username** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::ConjurPayload.new(
18
+ conjur_account: null,
19
+ conjur_api_key: null,
20
+ conjur_url: null,
21
+ conjur_username: null
22
+ )
23
+ ```
24
+
@@ -25,6 +25,7 @@
25
25
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
28
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
28
29
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
29
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
31
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -57,6 +58,7 @@ instance = Akeyless::CreateAuthMethodCert.new(
57
58
  jwt_ttl: null,
58
59
  name: null,
59
60
  product_type: null,
61
+ require_crl_dp: null,
60
62
  revoked_cert_ids: null,
61
63
  token: null,
62
64
  uid_token: null,
@@ -8,6 +8,7 @@
8
8
  | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
+ | **child_ttl_limit** | **Integer** | Maximum child token ttl allowed in uid-create-child-token | [optional][default to 43200] |
11
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
12
13
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
13
14
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
@@ -20,6 +21,7 @@
20
21
  | **name** | **String** | Auth Method name | |
21
22
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
22
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
+ | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
23
25
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
24
26
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
27
 
@@ -33,6 +35,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
33
35
  allowed_client_type: null,
34
36
  audit_logs_claims: null,
35
37
  bound_ips: null,
38
+ child_ttl_limit: null,
36
39
  delete_protection: null,
37
40
  deny_inheritance: null,
38
41
  deny_rotate: null,
@@ -45,6 +48,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
45
48
  name: null,
46
49
  product_type: null,
47
50
  token: null,
51
+ tree_length: null,
48
52
  ttl: null,
49
53
  uid_token: null
50
54
  )
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
7
8
  | **client_id** | **String** | Azure client/application id | [optional] |
8
9
  | **client_secret** | **String** | Azure client secret | [optional] |
9
10
  | **comment** | **String** | Deprecated - use description | [optional] |
@@ -27,6 +28,7 @@
27
28
  require 'akeyless'
28
29
 
29
30
  instance = Akeyless::CreateAzureTarget.new(
31
+ azure_cloud: null,
30
32
  client_id: null,
31
33
  client_secret: null,
32
34
  comment: null,
@@ -21,10 +21,11 @@
21
21
  | **host_provider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
22
22
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
23
23
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
24
+ | **lock_during_sra_session** | **String** | Lock this secret for read/update while an SRA session is active | [optional] |
24
25
  | **metadata** | **String** | Deprecated - use description | [optional] |
25
26
  | **name** | **String** | Secret name | |
26
27
  | **password_length** | **String** | The length of the password to be generated | [optional] |
27
- | **rotate_after_disconnect** | **String** | Rotate the value of the secret after SRA session ends [true/false] | [optional][default to 'false'] |
28
+ | **rotate_after_disconnect** | **String** | StringOrBool accepts JSON strings, booleans, and numbers for backward compatibility with older SDK versions that send boolean values for rotate-after-disconnect. | [optional] |
28
29
  | **rotated_password** | **String** | rotated-username password (relevant only for rotator-type=password) | [optional] |
29
30
  | **rotated_username** | **String** | username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) | [optional] |
30
31
  | **rotation_hour** | **Integer** | The Hour of the rotation in UTC. Default rotation-hour is 14:00 | [optional] |
@@ -83,6 +84,7 @@ instance = Akeyless::CreateRotatedSecret.new(
83
84
  host_provider: null,
84
85
  json: null,
85
86
  key: null,
87
+ lock_during_sra_session: null,
86
88
  metadata: null,
87
89
  name: null,
88
90
  password_length: null,