akeyless 0.0.2.pre.rc2 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (994) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +112 -16
  3. data/akeyless.gemspec +2 -2
  4. data/docs/AccountGeneralSettings.md +22 -0
  5. data/docs/ActiveDirectoryMigration.md +20 -0
  6. data/docs/ActiveDirectoryPayload.md +46 -0
  7. data/docs/AssocRoleAuthMethod.md +2 -0
  8. data/docs/AssocTargetItem.md +23 -1
  9. data/docs/Auth.md +9 -1
  10. data/docs/AuthMethod.md +7 -1
  11. data/docs/AuthMethodAccessInfo.md +4 -0
  12. data/docs/AuthMethodRoleAssociation.md +2 -0
  13. data/docs/AwsS3LogForwardingConfig.md +2 -0
  14. data/docs/BastionListEntry.md +30 -0
  15. data/docs/BastionsList.md +18 -0
  16. data/docs/CertAccessRules.md +34 -0
  17. data/docs/ConfigHash.md +2 -0
  18. data/docs/Configure.md +7 -1
  19. data/docs/Connect.md +4 -0
  20. data/docs/CreateAWSTarget.md +2 -0
  21. data/docs/CreateArtifactoryTarget.md +3 -1
  22. data/docs/CreateAuthMethod.md +5 -1
  23. data/docs/CreateAuthMethodAWSIAM.md +5 -1
  24. data/docs/CreateAuthMethodAzureAD.md +5 -1
  25. data/docs/CreateAuthMethodCert.md +52 -0
  26. data/docs/CreateAuthMethodCertOutput.md +18 -0
  27. data/docs/CreateAuthMethodGCP.md +5 -1
  28. data/docs/CreateAuthMethodHuawei.md +5 -1
  29. data/docs/CreateAuthMethodK8S.md +7 -3
  30. data/docs/CreateAuthMethodLDAP.md +11 -3
  31. data/docs/CreateAuthMethodLDAPOutput.md +3 -1
  32. data/docs/CreateAuthMethodOAuth2.md +5 -1
  33. data/docs/CreateAuthMethodOIDC.md +11 -1
  34. data/docs/CreateAuthMethodSAML.md +5 -1
  35. data/docs/CreateAuthMethodUniversalIdentity.md +5 -1
  36. data/docs/CreateAzureTarget.md +8 -0
  37. data/docs/CreateClassicKey.md +4 -2
  38. data/docs/CreateDBTarget.md +2 -0
  39. data/docs/CreateDFCKey.md +6 -2
  40. data/docs/CreateDockerhubTarget.md +2 -0
  41. data/docs/CreateDynamicSecret.md +4 -0
  42. data/docs/CreateEKSTarget.md +2 -0
  43. data/docs/CreateGKETarget.md +2 -0
  44. data/docs/CreateGcpTarget.md +2 -2
  45. data/docs/CreateGithubTarget.md +2 -0
  46. data/docs/CreateKey.md +5 -1
  47. data/docs/CreateKeyOutput.md +5 -1
  48. data/docs/CreateLdapTarget.md +4 -0
  49. data/docs/CreateNativeK8STarget.md +2 -0
  50. data/docs/CreatePKICertIssuer.md +9 -5
  51. data/docs/CreateRabbitMQTarget.md +2 -0
  52. data/docs/CreateRole.md +2 -0
  53. data/docs/CreateRotatedSecret.md +36 -2
  54. data/docs/CreateSSHCertIssuer.md +5 -1
  55. data/docs/CreateSSHTarget.md +2 -0
  56. data/docs/CreateSalesforceTarget.md +48 -0
  57. data/docs/CreateSalesforceTargetOutput.md +18 -0
  58. data/docs/CreateSecret.md +16 -0
  59. data/docs/CreateTokenizer.md +46 -0
  60. data/docs/CreateTokenizerOutput.md +18 -0
  61. data/docs/CreateWebTarget.md +2 -0
  62. data/docs/DSProducerDetails.md +23 -1
  63. data/docs/DataProtectionSection.md +18 -0
  64. data/docs/Decrypt.md +7 -1
  65. data/docs/DecryptFile.md +8 -0
  66. data/docs/DecryptPKCS1.md +7 -1
  67. data/docs/DecryptWithClassicKey.md +2 -0
  68. data/docs/DeleteAuthMethod.md +2 -0
  69. data/docs/DeleteAuthMethods.md +2 -0
  70. data/docs/DeleteItem.md +4 -0
  71. data/docs/DeleteItems.md +2 -0
  72. data/docs/DeleteRole.md +2 -0
  73. data/docs/DeleteRoleAssociation.md +2 -0
  74. data/docs/DeleteRoleRule.md +3 -1
  75. data/docs/DeleteRoles.md +2 -0
  76. data/docs/DeleteTarget.md +2 -0
  77. data/docs/DeleteTargetAssociation.md +2 -0
  78. data/docs/DeleteTargets.md +2 -0
  79. data/docs/DescribeItem.md +6 -0
  80. data/docs/DescribePermissions.md +2 -0
  81. data/docs/DescribeSubClaims.md +22 -0
  82. data/docs/DescribeSubClaimsOutput.md +18 -0
  83. data/docs/Detokenize.md +28 -0
  84. data/docs/DetokenizeOutput.md +18 -0
  85. data/docs/DynamicSecretProducerInfo.md +2 -0
  86. data/docs/EmailTokenizerInfo.md +22 -0
  87. data/docs/Encrypt.md +7 -1
  88. data/docs/EncryptFile.md +6 -0
  89. data/docs/EncryptPKCS1.md +5 -1
  90. data/docs/EncryptWithClassicKey.md +2 -0
  91. data/docs/ExportClassicKey.md +28 -0
  92. data/docs/ExportClassicKeyOutput.md +20 -0
  93. data/docs/GCPPayload.md +18 -0
  94. data/docs/GCPSecretsMigration.md +20 -0
  95. data/docs/GatewayAddAllowedManagementAccess.md +2 -0
  96. data/docs/GatewayCreateK8SAuthConfig.md +14 -4
  97. data/docs/GatewayCreateMigration.md +112 -0
  98. data/docs/GatewayCreateProducerArtifactory.md +4 -0
  99. data/docs/GatewayCreateProducerAws.md +4 -0
  100. data/docs/GatewayCreateProducerAzure.md +4 -0
  101. data/docs/GatewayCreateProducerCassandra.md +4 -0
  102. data/docs/GatewayCreateProducerCertificateAutomation.md +4 -0
  103. data/docs/GatewayCreateProducerChef.md +4 -0
  104. data/docs/GatewayCreateProducerCustom.md +8 -0
  105. data/docs/GatewayCreateProducerDockerhub.md +5 -1
  106. data/docs/GatewayCreateProducerEks.md +4 -0
  107. data/docs/GatewayCreateProducerGcp.md +9 -1
  108. data/docs/GatewayCreateProducerGithub.md +4 -0
  109. data/docs/GatewayCreateProducerGke.md +4 -0
  110. data/docs/GatewayCreateProducerHanaDb.md +58 -0
  111. data/docs/GatewayCreateProducerHanaDbOutput.md +18 -0
  112. data/docs/GatewayCreateProducerLdap.md +4 -0
  113. data/docs/GatewayCreateProducerMSSQL.md +4 -0
  114. data/docs/GatewayCreateProducerMongo.md +5 -1
  115. data/docs/GatewayCreateProducerMySQL.md +4 -0
  116. data/docs/GatewayCreateProducerNativeK8S.md +4 -0
  117. data/docs/GatewayCreateProducerOracleDb.md +12 -0
  118. data/docs/GatewayCreateProducerPostgreSQL.md +4 -0
  119. data/docs/GatewayCreateProducerRabbitMQ.md +6 -0
  120. data/docs/GatewayCreateProducerRdp.md +4 -0
  121. data/docs/GatewayCreateProducerRedshift.md +6 -0
  122. data/docs/GatewayCreateProducerSnowflake.md +4 -0
  123. data/docs/GatewayDeleteAllowedManagementAccess.md +2 -0
  124. data/docs/GatewayDeleteK8SAuthConfig.md +2 -0
  125. data/docs/GatewayDeleteMigration.md +24 -0
  126. data/docs/GatewayDeleteProducer.md +2 -0
  127. data/docs/GatewayGetConfig.md +2 -0
  128. data/docs/GatewayGetK8SAuthConfig.md +2 -0
  129. data/docs/GatewayGetK8SAuthConfigOutput.md +7 -1
  130. data/docs/GatewayGetLdapAuthConfig.md +22 -0
  131. data/docs/GatewayGetLdapAuthConfigOutput.md +44 -0
  132. data/docs/GatewayGetMigration.md +24 -0
  133. data/docs/GatewayGetProducer.md +2 -0
  134. data/docs/GatewayGetTmpUsers.md +2 -0
  135. data/docs/GatewayListAllowedManagementAccess.md +2 -0
  136. data/docs/GatewayListMigration.md +2 -0
  137. data/docs/GatewayListProducers.md +2 -0
  138. data/docs/GatewayMessageQueueInfo.md +1 -3
  139. data/docs/GatewayMigratePersonalItems.md +38 -0
  140. data/docs/GatewayMigratePersonalItemsOutput.md +18 -0
  141. data/docs/GatewayMigrationCreateOutput.md +18 -0
  142. data/docs/GatewayMigrationDeleteOutput.md +18 -0
  143. data/docs/GatewayMigrationGetOutput.md +18 -0
  144. data/docs/GatewayMigrationUpdateOutput.md +18 -0
  145. data/docs/GatewayRevokeTmpUsers.md +6 -2
  146. data/docs/GatewayStartProducer.md +2 -0
  147. data/docs/GatewayStatusMigration.md +26 -0
  148. data/docs/GatewayStopProducer.md +2 -0
  149. data/docs/GatewaySyncMigration.md +3 -1
  150. data/docs/GatewayUpdateItem.md +4 -0
  151. data/docs/GatewayUpdateK8SAuthConfig.md +14 -4
  152. data/docs/GatewayUpdateLdapAuthConfig.md +48 -0
  153. data/docs/GatewayUpdateLdapAuthConfigOutput.md +18 -0
  154. data/docs/GatewayUpdateMigration.md +114 -0
  155. data/docs/GatewayUpdateProducerArtifactory.md +4 -0
  156. data/docs/GatewayUpdateProducerAws.md +4 -0
  157. data/docs/GatewayUpdateProducerAzure.md +4 -0
  158. data/docs/GatewayUpdateProducerCassandra.md +4 -0
  159. data/docs/GatewayUpdateProducerCertificateAutomation.md +4 -0
  160. data/docs/GatewayUpdateProducerChef.md +4 -0
  161. data/docs/GatewayUpdateProducerCustom.md +8 -0
  162. data/docs/GatewayUpdateProducerDockerhub.md +5 -1
  163. data/docs/GatewayUpdateProducerEks.md +4 -0
  164. data/docs/GatewayUpdateProducerGcp.md +9 -1
  165. data/docs/GatewayUpdateProducerGithub.md +4 -0
  166. data/docs/GatewayUpdateProducerGke.md +4 -0
  167. data/docs/GatewayUpdateProducerHanaDb.md +60 -0
  168. data/docs/GatewayUpdateProducerHanaDbOutput.md +18 -0
  169. data/docs/GatewayUpdateProducerLdap.md +4 -0
  170. data/docs/GatewayUpdateProducerMSSQL.md +4 -0
  171. data/docs/GatewayUpdateProducerMongo.md +5 -1
  172. data/docs/GatewayUpdateProducerMySQL.md +4 -0
  173. data/docs/GatewayUpdateProducerNativeK8S.md +4 -0
  174. data/docs/GatewayUpdateProducerOracleDb.md +12 -0
  175. data/docs/GatewayUpdateProducerPostgreSQL.md +4 -0
  176. data/docs/GatewayUpdateProducerRabbitMQ.md +6 -0
  177. data/docs/GatewayUpdateProducerRdp.md +4 -0
  178. data/docs/GatewayUpdateProducerRedshift.md +6 -0
  179. data/docs/GatewayUpdateProducerSnowflake.md +4 -0
  180. data/docs/GatewayUpdateTmpUsers.md +2 -0
  181. data/docs/GatewaysListResponse.md +18 -0
  182. data/docs/GenCustomerFragment.md +3 -1
  183. data/docs/GetAccountSettings.md +2 -0
  184. data/docs/GetAccountSettingsCommandOutput.md +2 -0
  185. data/docs/GetAuthMethod.md +2 -0
  186. data/docs/GetCloudIdentity.md +2 -0
  187. data/docs/GetDynamicSecretValue.md +2 -0
  188. data/docs/GetKubeExecCreds.md +6 -0
  189. data/docs/GetPKICertificate.md +6 -0
  190. data/docs/GetRSAPublic.md +2 -0
  191. data/docs/GetRSAPublicOutput.md +3 -1
  192. data/docs/GetRole.md +2 -0
  193. data/docs/GetRotatedSecretValue.md +4 -0
  194. data/docs/GetSSHCertificate.md +6 -0
  195. data/docs/GetSecretValue.md +8 -0
  196. data/docs/GetTags.md +2 -0
  197. data/docs/GetTarget.md +2 -0
  198. data/docs/GetTargetDetails.md +2 -0
  199. data/docs/GwClusterIdentity.md +40 -0
  200. data/docs/HashiPayload.md +2 -0
  201. data/docs/Item.md +14 -0
  202. data/docs/ItemGeneralInfo.md +7 -1
  203. data/docs/ItemTargetAssociation.md +5 -1
  204. data/docs/ItemVersion.md +4 -0
  205. data/docs/K8SAuth.md +7 -1
  206. data/docs/KMIPClient.md +4 -0
  207. data/docs/KMIPConfigPart.md +5 -1
  208. data/docs/KMIPServer.md +30 -0
  209. data/docs/KmipClientDeleteRule.md +2 -0
  210. data/docs/KmipClientSetRule.md +2 -0
  211. data/docs/KmipCreateClient.md +4 -0
  212. data/docs/KmipDeleteClient.md +2 -0
  213. data/docs/KmipDeleteServer.md +22 -0
  214. data/docs/KmipDescribeClient.md +2 -0
  215. data/docs/KmipDescribeServer.md +2 -0
  216. data/docs/KmipDescribeServerOutput.md +4 -0
  217. data/docs/KmipListClients.md +2 -0
  218. data/docs/KmipMoveServer.md +24 -0
  219. data/docs/KmipMoveServerOutput.md +20 -0
  220. data/docs/KmipRenewClientCertificate.md +2 -0
  221. data/docs/KmipRenewServerCertificate.md +2 -0
  222. data/docs/KmipServerSetup.md +2 -0
  223. data/docs/KmipSetServerState.md +2 -0
  224. data/docs/KubernetesAccessRules.md +2 -0
  225. data/docs/LDAPAccessRules.md +2 -0
  226. data/docs/ListAuthMethods.md +6 -0
  227. data/docs/ListGateways.md +22 -0
  228. data/docs/ListItems.md +9 -1
  229. data/docs/ListRoles.md +4 -0
  230. data/docs/ListSRABastions.md +22 -0
  231. data/docs/ListTargets.md +6 -0
  232. data/docs/LogForwardingConfigPart.md +2 -2
  233. data/docs/MigrationGeneral.md +7 -1
  234. data/docs/MigrationItems.md +24 -0
  235. data/docs/MigrationStatus.md +2 -0
  236. data/docs/MigrationStatusReplyObj.md +36 -0
  237. data/docs/MigrationsConfigPart.md +9 -1
  238. data/docs/MockMigration.md +20 -0
  239. data/docs/MockPayload.md +18 -0
  240. data/docs/MoveObjects.md +2 -0
  241. data/docs/OIDCAccessRules.md +6 -0
  242. data/docs/OnePasswordMigration.md +20 -0
  243. data/docs/OnePasswordPayload.md +26 -0
  244. data/docs/PathRule.md +12 -0
  245. data/docs/Producer.md +2 -0
  246. data/docs/RefreshKey.md +2 -0
  247. data/docs/RegexpTokenizerInfo.md +24 -0
  248. data/docs/ReverseRBAC.md +2 -0
  249. data/docs/ReverseRBACClient.md +0 -2
  250. data/docs/RevokeCreds.md +2 -0
  251. data/docs/Role.md +6 -0
  252. data/docs/RollbackSecret.md +2 -0
  253. data/docs/RotateKey.md +4 -4
  254. data/docs/RotateKeyOutput.md +4 -0
  255. data/docs/RotateSecret.md +24 -0
  256. data/docs/RotatedSecretOutput.md +18 -0
  257. data/docs/RuleAssigner.md +20 -0
  258. data/docs/SetItemState.md +2 -0
  259. data/docs/SetRoleRule.md +3 -1
  260. data/docs/ShareItem.md +34 -0
  261. data/docs/SignJWTWithClassicKey.md +2 -0
  262. data/docs/SignPKCS1.md +7 -1
  263. data/docs/SignPKICertWithClassicKey.md +2 -0
  264. data/docs/SmInfo.md +3 -3
  265. data/docs/SraInfo.md +3 -3
  266. data/docs/StaticCredsAuth.md +3 -1
  267. data/docs/StaticSecretDetailsInfo.md +4 -2
  268. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  269. data/docs/Target.md +10 -0
  270. data/docs/TargetItemAssociation.md +7 -1
  271. data/docs/TargetItemVersion.md +4 -0
  272. data/docs/TargetObjectAssociation.md +28 -0
  273. data/docs/TargetTypeDetailsInput.md +25 -1
  274. data/docs/Tokenize.md +28 -0
  275. data/docs/TokenizeOutput.md +20 -0
  276. data/docs/TokenizerInfo.md +18 -0
  277. data/docs/UidCreateChildToken.md +2 -0
  278. data/docs/UidGenerateToken.md +2 -0
  279. data/docs/UidListChildren.md +2 -0
  280. data/docs/UidRevokeToken.md +2 -0
  281. data/docs/UidRotateToken.md +2 -0
  282. data/docs/Unconfigure.md +2 -0
  283. data/docs/Update.md +2 -0
  284. data/docs/UpdateAWSTarget.md +2 -0
  285. data/docs/UpdateAWSTargetDetails.md +2 -0
  286. data/docs/UpdateAccountSettings.md +15 -1
  287. data/docs/UpdateArtifactoryTarget.md +2 -0
  288. data/docs/UpdateAssoc.md +2 -0
  289. data/docs/UpdateAuthMethod.md +5 -1
  290. data/docs/UpdateAuthMethodAWSIAM.md +5 -1
  291. data/docs/UpdateAuthMethodAzureAD.md +5 -1
  292. data/docs/UpdateAuthMethodCert.md +54 -0
  293. data/docs/UpdateAuthMethodCertOutput.md +18 -0
  294. data/docs/UpdateAuthMethodGCP.md +5 -1
  295. data/docs/UpdateAuthMethodK8S.md +7 -3
  296. data/docs/UpdateAuthMethodLDAP.md +11 -3
  297. data/docs/UpdateAuthMethodLDAPOutput.md +18 -0
  298. data/docs/UpdateAuthMethodOAuth2.md +5 -1
  299. data/docs/UpdateAuthMethodOIDC.md +11 -1
  300. data/docs/UpdateAuthMethodSAML.md +5 -1
  301. data/docs/UpdateAuthMethodUniversalIdentity.md +5 -1
  302. data/docs/UpdateAzureTarget.md +8 -0
  303. data/docs/UpdateDBTarget.md +6 -0
  304. data/docs/UpdateDBTargetDetails.md +2 -0
  305. data/docs/UpdateDockerhubTarget.md +2 -0
  306. data/docs/UpdateEKSTarget.md +2 -0
  307. data/docs/UpdateGKETarget.md +2 -0
  308. data/docs/UpdateGcpTarget.md +2 -2
  309. data/docs/UpdateGithubTarget.md +2 -0
  310. data/docs/UpdateItem.md +8 -0
  311. data/docs/UpdateLdapTarget.md +46 -0
  312. data/docs/UpdateLdapTargetDetails.md +42 -0
  313. data/docs/UpdateLdapTargetOutput.md +18 -0
  314. data/docs/UpdateNativeK8STarget.md +2 -0
  315. data/docs/UpdateOutput.md +2 -0
  316. data/docs/UpdatePKICertIssuer.md +2 -0
  317. data/docs/UpdateRDPTargetDetails.md +2 -0
  318. data/docs/UpdateRabbitMQTarget.md +2 -0
  319. data/docs/UpdateRabbitMQTargetDetails.md +2 -0
  320. data/docs/UpdateRole.md +2 -0
  321. data/docs/UpdateRotatedSecret.md +32 -0
  322. data/docs/UpdateRotationSettings.md +2 -0
  323. data/docs/UpdateSSHCertIssuer.md +2 -0
  324. data/docs/UpdateSSHTarget.md +2 -0
  325. data/docs/UpdateSSHTargetDetails.md +2 -0
  326. data/docs/UpdateSalesforceTarget.md +54 -0
  327. data/docs/UpdateSalesforceTargetOutput.md +18 -0
  328. data/docs/UpdateSecretVal.md +12 -0
  329. data/docs/UpdateTarget.md +2 -0
  330. data/docs/UpdateTargetDetails.md +18 -0
  331. data/docs/UpdateTokenizer.md +48 -0
  332. data/docs/UpdateTokenizerOutput.md +18 -0
  333. data/docs/UpdateWebTarget.md +2 -0
  334. data/docs/UpdateWebTargetDetails.md +2 -0
  335. data/docs/UploadPKCS12.md +4 -0
  336. data/docs/UploadRSA.md +6 -0
  337. data/docs/V2Api.md +2183 -477
  338. data/docs/ValidateToken.md +2 -0
  339. data/docs/VaultlessTokenizerInfo.md +28 -0
  340. data/docs/VerifyJWTWithClassicKey.md +2 -0
  341. data/docs/VerifyPKCS1.md +6 -0
  342. data/docs/VerifyPKICertWithClassicKey.md +2 -0
  343. data/git_push.sh +0 -0
  344. data/lib/akeyless/api/v2_api.rb +1926 -210
  345. data/lib/akeyless/api_client.rb +4 -8
  346. data/lib/akeyless/api_error.rb +1 -1
  347. data/lib/akeyless/configuration.rb +3 -2
  348. data/lib/akeyless/models/account_general_settings.rb +238 -0
  349. data/lib/akeyless/models/account_object_version_settings_output.rb +1 -1
  350. data/lib/akeyless/models/active_directory_migration.rb +228 -0
  351. data/lib/akeyless/models/active_directory_payload.rb +349 -0
  352. data/lib/akeyless/models/admins_config_part.rb +1 -1
  353. data/lib/akeyless/models/akeyless_gateway_config.rb +1 -1
  354. data/lib/akeyless/models/allowed_access.rb +1 -1
  355. data/lib/akeyless/models/api_key_access_rules.rb +1 -1
  356. data/lib/akeyless/models/assoc_role_auth_method.rb +12 -2
  357. data/lib/akeyless/models/assoc_target_item.rb +121 -5
  358. data/lib/akeyless/models/auth.rb +43 -3
  359. data/lib/akeyless/models/auth_method.rb +32 -5
  360. data/lib/akeyless/models/auth_method_access_info.rb +20 -2
  361. data/lib/akeyless/models/auth_method_role_association.rb +13 -2
  362. data/lib/akeyless/models/auth_output.rb +1 -1
  363. data/lib/akeyless/models/aws_payload.rb +1 -1
  364. data/lib/akeyless/models/aws_s3_log_forwarding_config.rb +11 -2
  365. data/lib/akeyless/models/aws_secrets_migration.rb +1 -1
  366. data/lib/akeyless/models/awsiam_access_rules.rb +1 -1
  367. data/lib/akeyless/models/azure_ad_access_rules.rb +1 -1
  368. data/lib/akeyless/models/azure_key_vault_migration.rb +1 -1
  369. data/lib/akeyless/models/azure_log_analytics_forwarding_config.rb +1 -1
  370. data/lib/akeyless/models/azure_payload.rb +1 -1
  371. data/lib/akeyless/models/bastion_list_entry.rb +279 -0
  372. data/lib/akeyless/models/bastions_list.rb +221 -0
  373. data/lib/akeyless/models/cache_config_part.rb +1 -1
  374. data/lib/akeyless/models/cert_access_rules.rb +314 -0
  375. data/lib/akeyless/models/certificate_issue_info.rb +1 -1
  376. data/lib/akeyless/models/cf_config_part.rb +1 -1
  377. data/lib/akeyless/models/classic_key_details_info.rb +1 -1
  378. data/lib/akeyless/models/classic_key_status_info.rb +1 -1
  379. data/lib/akeyless/models/classic_key_target_info.rb +1 -1
  380. data/lib/akeyless/models/client_data.rb +1 -1
  381. data/lib/akeyless/models/config_change.rb +1 -1
  382. data/lib/akeyless/models/config_hash.rb +11 -2
  383. data/lib/akeyless/models/configure.rb +35 -5
  384. data/lib/akeyless/models/configure_output.rb +1 -1
  385. data/lib/akeyless/models/connect.rb +22 -2
  386. data/lib/akeyless/models/create_artifactory_target.rb +13 -3
  387. data/lib/akeyless/models/create_artifactory_target_output.rb +1 -1
  388. data/lib/akeyless/models/create_auth_method.rb +24 -4
  389. data/lib/akeyless/models/create_auth_method_awsiam.rb +24 -4
  390. data/lib/akeyless/models/create_auth_method_awsiam_output.rb +1 -1
  391. data/lib/akeyless/models/create_auth_method_azure_ad.rb +24 -4
  392. data/lib/akeyless/models/create_auth_method_azure_ad_output.rb +1 -1
  393. data/lib/akeyless/models/create_auth_method_cert.rb +421 -0
  394. data/lib/akeyless/models/create_auth_method_cert_output.rb +219 -0
  395. data/lib/akeyless/models/create_auth_method_gcp.rb +24 -4
  396. data/lib/akeyless/models/create_auth_method_gcp_output.rb +1 -1
  397. data/lib/akeyless/models/create_auth_method_huawei.rb +24 -4
  398. data/lib/akeyless/models/create_auth_method_huawei_output.rb +1 -1
  399. data/lib/akeyless/models/create_auth_method_k8_s.rb +26 -6
  400. data/lib/akeyless/models/create_auth_method_k8_s_output.rb +1 -1
  401. data/lib/akeyless/models/create_auth_method_ldap.rb +50 -8
  402. data/lib/akeyless/models/create_auth_method_ldap_output.rb +14 -5
  403. data/lib/akeyless/models/create_auth_method_o_auth2.rb +24 -4
  404. data/lib/akeyless/models/create_auth_method_o_auth2_output.rb +1 -1
  405. data/lib/akeyless/models/create_auth_method_oidc.rb +56 -4
  406. data/lib/akeyless/models/create_auth_method_oidc_output.rb +1 -1
  407. data/lib/akeyless/models/create_auth_method_output.rb +1 -1
  408. data/lib/akeyless/models/create_auth_method_saml.rb +24 -4
  409. data/lib/akeyless/models/create_auth_method_saml_output.rb +1 -1
  410. data/lib/akeyless/models/create_auth_method_universal_identity.rb +24 -4
  411. data/lib/akeyless/models/create_auth_method_universal_identity_output.rb +1 -1
  412. data/lib/akeyless/models/create_aws_target.rb +12 -2
  413. data/lib/akeyless/models/create_aws_target_output.rb +1 -1
  414. data/lib/akeyless/models/create_azure_target.rb +42 -2
  415. data/lib/akeyless/models/create_azure_target_output.rb +1 -1
  416. data/lib/akeyless/models/create_classic_key.rb +22 -12
  417. data/lib/akeyless/models/create_classic_key_output.rb +1 -1
  418. data/lib/akeyless/models/create_db_target.rb +12 -2
  419. data/lib/akeyless/models/create_db_target_output.rb +1 -1
  420. data/lib/akeyless/models/create_dfc_key.rb +24 -4
  421. data/lib/akeyless/models/create_dfc_key_output.rb +1 -1
  422. data/lib/akeyless/models/create_dockerhub_target.rb +12 -2
  423. data/lib/akeyless/models/create_dockerhub_target_output.rb +1 -1
  424. data/lib/akeyless/models/create_dynamic_secret.rb +22 -2
  425. data/lib/akeyless/models/create_eks_target.rb +12 -2
  426. data/lib/akeyless/models/create_eks_target_output.rb +1 -1
  427. data/lib/akeyless/models/create_gcp_target.rb +9 -9
  428. data/lib/akeyless/models/create_gcp_target_output.rb +1 -1
  429. data/lib/akeyless/models/create_github_target.rb +12 -2
  430. data/lib/akeyless/models/create_github_target_output.rb +1 -1
  431. data/lib/akeyless/models/create_gke_target.rb +12 -2
  432. data/lib/akeyless/models/create_gke_target_output.rb +1 -1
  433. data/lib/akeyless/models/create_key.rb +23 -3
  434. data/lib/akeyless/models/create_key_output.rb +23 -5
  435. data/lib/akeyless/models/create_ldap_target.rb +24 -2
  436. data/lib/akeyless/models/create_ldap_target_output.rb +1 -1
  437. data/lib/akeyless/models/create_native_k8_s_target.rb +12 -2
  438. data/lib/akeyless/models/create_native_k8_s_target_output.rb +1 -1
  439. data/lib/akeyless/models/create_pki_cert_issuer.rb +27 -7
  440. data/lib/akeyless/models/create_pki_cert_issuer_output.rb +1 -1
  441. data/lib/akeyless/models/create_rabbit_mq_target.rb +12 -2
  442. data/lib/akeyless/models/create_rabbit_mq_target_output.rb +1 -1
  443. data/lib/akeyless/models/create_role.rb +12 -2
  444. data/lib/akeyless/models/create_role_auth_method_assoc_output.rb +1 -1
  445. data/lib/akeyless/models/create_rotated_secret.rb +186 -4
  446. data/lib/akeyless/models/create_rotated_secret_output.rb +1 -1
  447. data/lib/akeyless/models/create_salesforce_target.rb +395 -0
  448. data/lib/akeyless/models/create_salesforce_target_output.rb +219 -0
  449. data/lib/akeyless/models/create_secret.rb +88 -2
  450. data/lib/akeyless/models/create_secret_output.rb +1 -1
  451. data/lib/akeyless/models/create_ssh_cert_issuer.rb +23 -3
  452. data/lib/akeyless/models/create_ssh_cert_issuer_output.rb +1 -1
  453. data/lib/akeyless/models/create_ssh_target.rb +12 -2
  454. data/lib/akeyless/models/create_ssh_target_output.rb +1 -1
  455. data/lib/akeyless/models/create_target_item_assoc_output.rb +1 -1
  456. data/lib/akeyless/models/create_tokenizer.rb +378 -0
  457. data/lib/akeyless/models/create_tokenizer_output.rb +219 -0
  458. data/lib/akeyless/models/create_web_target.rb +12 -2
  459. data/lib/akeyless/models/create_web_target_output.rb +1 -1
  460. data/lib/akeyless/models/customer_fragment.rb +1 -1
  461. data/lib/akeyless/models/customer_fragments_json.rb +1 -1
  462. data/lib/akeyless/models/customer_full_address.rb +1 -1
  463. data/lib/akeyless/models/data_protection_section.rb +220 -0
  464. data/lib/akeyless/models/datadog_forwarding_config.rb +1 -1
  465. data/lib/akeyless/models/decrypt.rb +37 -2
  466. data/lib/akeyless/models/decrypt_file.rb +47 -2
  467. data/lib/akeyless/models/decrypt_file_output.rb +1 -1
  468. data/lib/akeyless/models/decrypt_output.rb +1 -1
  469. data/lib/akeyless/models/decrypt_pkcs1.rb +33 -3
  470. data/lib/akeyless/models/decrypt_pkcs1_output.rb +1 -1
  471. data/lib/akeyless/models/decrypt_with_classic_key.rb +12 -2
  472. data/lib/akeyless/models/decrypt_with_classic_key_output.rb +1 -1
  473. data/lib/akeyless/models/default_config_part.rb +1 -1
  474. data/lib/akeyless/models/delete_auth_method.rb +12 -2
  475. data/lib/akeyless/models/delete_auth_method_output.rb +1 -1
  476. data/lib/akeyless/models/delete_auth_methods.rb +12 -2
  477. data/lib/akeyless/models/delete_auth_methods_output.rb +1 -1
  478. data/lib/akeyless/models/delete_item.rb +24 -2
  479. data/lib/akeyless/models/delete_item_output.rb +1 -1
  480. data/lib/akeyless/models/delete_items.rb +12 -2
  481. data/lib/akeyless/models/delete_items_output.rb +1 -1
  482. data/lib/akeyless/models/delete_role.rb +12 -2
  483. data/lib/akeyless/models/delete_role_association.rb +12 -2
  484. data/lib/akeyless/models/delete_role_rule.rb +13 -3
  485. data/lib/akeyless/models/delete_role_rule_output.rb +1 -1
  486. data/lib/akeyless/models/delete_roles.rb +12 -2
  487. data/lib/akeyless/models/delete_target.rb +12 -2
  488. data/lib/akeyless/models/delete_target_association.rb +12 -2
  489. data/lib/akeyless/models/delete_targets.rb +12 -2
  490. data/lib/akeyless/models/describe_item.rb +32 -2
  491. data/lib/akeyless/models/describe_permissions.rb +12 -2
  492. data/lib/akeyless/models/describe_permissions_output.rb +1 -1
  493. data/lib/akeyless/models/describe_sub_claims.rb +241 -0
  494. data/lib/akeyless/models/describe_sub_claims_output.rb +221 -0
  495. data/lib/akeyless/models/detokenize.rb +281 -0
  496. data/lib/akeyless/models/detokenize_output.rb +219 -0
  497. data/lib/akeyless/models/ds_producer_details.rb +104 -2
  498. data/lib/akeyless/models/dynamic_secret_producer_info.rb +11 -2
  499. data/lib/akeyless/models/elasticsearch_log_forwarding_config.rb +1 -1
  500. data/lib/akeyless/models/email_pass_access_rules.rb +1 -1
  501. data/lib/akeyless/models/email_tokenizer_info.rb +241 -0
  502. data/lib/akeyless/models/encrypt.rb +37 -2
  503. data/lib/akeyless/models/encrypt_file.rb +32 -2
  504. data/lib/akeyless/models/encrypt_file_output.rb +1 -1
  505. data/lib/akeyless/models/encrypt_output.rb +1 -1
  506. data/lib/akeyless/models/encrypt_pkcs1.rb +23 -3
  507. data/lib/akeyless/models/encrypt_pkcs1_output.rb +1 -1
  508. data/lib/akeyless/models/encrypt_with_classic_key.rb +12 -2
  509. data/lib/akeyless/models/encrypt_with_classic_key_output.rb +1 -1
  510. data/lib/akeyless/models/export_classic_key.rb +278 -0
  511. data/lib/akeyless/models/export_classic_key_output.rb +228 -0
  512. data/lib/akeyless/models/external_kms_key_id.rb +1 -1
  513. data/lib/akeyless/models/gateway_add_allowed_management_access.rb +12 -2
  514. data/lib/akeyless/models/gateway_create_k8_s_auth_config.rb +59 -5
  515. data/lib/akeyless/models/gateway_create_k8_s_auth_config_output.rb +1 -1
  516. data/lib/akeyless/models/gateway_create_migration.rb +711 -0
  517. data/lib/akeyless/models/gateway_create_producer_artifactory.rb +22 -2
  518. data/lib/akeyless/models/gateway_create_producer_artifactory_output.rb +1 -1
  519. data/lib/akeyless/models/gateway_create_producer_aws.rb +22 -2
  520. data/lib/akeyless/models/gateway_create_producer_aws_output.rb +1 -1
  521. data/lib/akeyless/models/gateway_create_producer_azure.rb +22 -2
  522. data/lib/akeyless/models/gateway_create_producer_azure_output.rb +1 -1
  523. data/lib/akeyless/models/gateway_create_producer_cassandra.rb +22 -2
  524. data/lib/akeyless/models/gateway_create_producer_cassandra_output.rb +1 -1
  525. data/lib/akeyless/models/gateway_create_producer_certificate_automation.rb +22 -2
  526. data/lib/akeyless/models/gateway_create_producer_certificate_automation_output.rb +1 -1
  527. data/lib/akeyless/models/gateway_create_producer_chef.rb +22 -2
  528. data/lib/akeyless/models/gateway_create_producer_chef_output.rb +1 -1
  529. data/lib/akeyless/models/gateway_create_producer_custom.rb +44 -2
  530. data/lib/akeyless/models/gateway_create_producer_custom_output.rb +1 -1
  531. data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +23 -3
  532. data/lib/akeyless/models/gateway_create_producer_dockerhub_output.rb +1 -1
  533. data/lib/akeyless/models/gateway_create_producer_eks.rb +22 -2
  534. data/lib/akeyless/models/gateway_create_producer_eks_output.rb +1 -1
  535. data/lib/akeyless/models/gateway_create_producer_gcp.rb +50 -3
  536. data/lib/akeyless/models/gateway_create_producer_gcp_output.rb +1 -1
  537. data/lib/akeyless/models/gateway_create_producer_github.rb +22 -2
  538. data/lib/akeyless/models/gateway_create_producer_github_output.rb +1 -1
  539. data/lib/akeyless/models/gateway_create_producer_gke.rb +22 -2
  540. data/lib/akeyless/models/gateway_create_producer_gke_output.rb +1 -1
  541. data/lib/akeyless/models/gateway_create_producer_hana_db.rb +431 -0
  542. data/lib/akeyless/models/gateway_create_producer_hana_db_output.rb +219 -0
  543. data/lib/akeyless/models/gateway_create_producer_ldap.rb +22 -2
  544. data/lib/akeyless/models/gateway_create_producer_ldap_output.rb +1 -1
  545. data/lib/akeyless/models/gateway_create_producer_mongo.rb +22 -4
  546. data/lib/akeyless/models/gateway_create_producer_mongo_output.rb +1 -1
  547. data/lib/akeyless/models/gateway_create_producer_mssql.rb +22 -2
  548. data/lib/akeyless/models/gateway_create_producer_mssql_output.rb +1 -1
  549. data/lib/akeyless/models/gateway_create_producer_my_sql.rb +22 -2
  550. data/lib/akeyless/models/gateway_create_producer_my_sql_output.rb +1 -1
  551. data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +22 -2
  552. data/lib/akeyless/models/gateway_create_producer_native_k8_s_output.rb +1 -1
  553. data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +60 -2
  554. data/lib/akeyless/models/gateway_create_producer_oracle_db_output.rb +1 -1
  555. data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +22 -2
  556. data/lib/akeyless/models/gateway_create_producer_postgre_sql_output.rb +1 -1
  557. data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +34 -2
  558. data/lib/akeyless/models/gateway_create_producer_rabbit_mq_output.rb +1 -1
  559. data/lib/akeyless/models/gateway_create_producer_rdp.rb +22 -2
  560. data/lib/akeyless/models/gateway_create_producer_rdp_output.rb +1 -1
  561. data/lib/akeyless/models/gateway_create_producer_redshift.rb +32 -2
  562. data/lib/akeyless/models/gateway_create_producer_redshift_output.rb +1 -1
  563. data/lib/akeyless/models/gateway_create_producer_snowflake.rb +22 -2
  564. data/lib/akeyless/models/gateway_create_producer_snowflake_output.rb +1 -1
  565. data/lib/akeyless/models/gateway_delete_allowed_management_access.rb +12 -2
  566. data/lib/akeyless/models/gateway_delete_k8_s_auth_config.rb +12 -2
  567. data/lib/akeyless/models/gateway_delete_k8_s_auth_config_output.rb +1 -1
  568. data/lib/akeyless/models/gateway_delete_migration.rb +256 -0
  569. data/lib/akeyless/models/gateway_delete_producer.rb +12 -2
  570. data/lib/akeyless/models/gateway_delete_producer_output.rb +1 -1
  571. data/lib/akeyless/models/gateway_get_config.rb +12 -2
  572. data/lib/akeyless/models/gateway_get_k8_s_auth_config.rb +12 -2
  573. data/lib/akeyless/models/gateway_get_k8_s_auth_config_output.rb +33 -3
  574. data/lib/akeyless/models/gateway_get_ldap_auth_config.rb +241 -0
  575. data/lib/akeyless/models/gateway_get_ldap_auth_config_output.rb +336 -0
  576. data/lib/akeyless/models/gateway_get_migration.rb +251 -0
  577. data/lib/akeyless/models/gateway_get_producer.rb +12 -2
  578. data/lib/akeyless/models/gateway_get_tmp_users.rb +12 -2
  579. data/lib/akeyless/models/gateway_list_allowed_management_access.rb +12 -2
  580. data/lib/akeyless/models/gateway_list_migration.rb +12 -2
  581. data/lib/akeyless/models/gateway_list_producers.rb +12 -2
  582. data/lib/akeyless/models/gateway_message_queue_info.rb +5 -14
  583. data/lib/akeyless/models/gateway_migrate_personal_items.rb +325 -0
  584. data/lib/akeyless/models/gateway_migrate_personal_items_output.rb +219 -0
  585. data/lib/akeyless/models/gateway_migration_create_output.rb +219 -0
  586. data/lib/akeyless/models/gateway_migration_delete_output.rb +219 -0
  587. data/lib/akeyless/models/gateway_migration_get_output.rb +219 -0
  588. data/lib/akeyless/models/gateway_migration_list_output.rb +1 -1
  589. data/lib/akeyless/models/gateway_migration_sync_output.rb +1 -1
  590. data/lib/akeyless/models/gateway_migration_update_output.rb +219 -0
  591. data/lib/akeyless/models/gateway_revoke_tmp_users.rb +25 -3
  592. data/lib/akeyless/models/gateway_start_producer.rb +12 -2
  593. data/lib/akeyless/models/gateway_start_producer_output.rb +1 -1
  594. data/lib/akeyless/models/gateway_status_migration.rb +261 -0
  595. data/lib/akeyless/models/gateway_stop_producer.rb +12 -2
  596. data/lib/akeyless/models/gateway_stop_producer_output.rb +1 -1
  597. data/lib/akeyless/models/gateway_sync_migration.rb +13 -2
  598. data/lib/akeyless/models/gateway_update_item.rb +22 -2
  599. data/lib/akeyless/models/gateway_update_item_output.rb +1 -1
  600. data/lib/akeyless/models/gateway_update_k8_s_auth_config.rb +59 -5
  601. data/lib/akeyless/models/gateway_update_k8_s_auth_config_output.rb +1 -1
  602. data/lib/akeyless/models/gateway_update_ldap_auth_config.rb +371 -0
  603. data/lib/akeyless/models/gateway_update_ldap_auth_config_output.rb +219 -0
  604. data/lib/akeyless/models/gateway_update_migration.rb +716 -0
  605. data/lib/akeyless/models/gateway_update_producer_artifactory.rb +22 -2
  606. data/lib/akeyless/models/gateway_update_producer_artifactory_output.rb +1 -1
  607. data/lib/akeyless/models/gateway_update_producer_aws.rb +22 -2
  608. data/lib/akeyless/models/gateway_update_producer_aws_output.rb +1 -1
  609. data/lib/akeyless/models/gateway_update_producer_azure.rb +22 -2
  610. data/lib/akeyless/models/gateway_update_producer_azure_output.rb +1 -1
  611. data/lib/akeyless/models/gateway_update_producer_cassandra.rb +22 -2
  612. data/lib/akeyless/models/gateway_update_producer_cassandra_output.rb +1 -1
  613. data/lib/akeyless/models/gateway_update_producer_certificate_automation.rb +22 -2
  614. data/lib/akeyless/models/gateway_update_producer_certificate_automation_output.rb +1 -1
  615. data/lib/akeyless/models/gateway_update_producer_chef.rb +22 -2
  616. data/lib/akeyless/models/gateway_update_producer_chef_output.rb +1 -1
  617. data/lib/akeyless/models/gateway_update_producer_custom.rb +44 -2
  618. data/lib/akeyless/models/gateway_update_producer_custom_output.rb +1 -1
  619. data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +23 -3
  620. data/lib/akeyless/models/gateway_update_producer_dockerhub_output.rb +1 -1
  621. data/lib/akeyless/models/gateway_update_producer_eks.rb +22 -2
  622. data/lib/akeyless/models/gateway_update_producer_eks_output.rb +1 -1
  623. data/lib/akeyless/models/gateway_update_producer_gcp.rb +50 -3
  624. data/lib/akeyless/models/gateway_update_producer_gcp_output.rb +1 -1
  625. data/lib/akeyless/models/gateway_update_producer_github.rb +22 -2
  626. data/lib/akeyless/models/gateway_update_producer_github_output.rb +1 -1
  627. data/lib/akeyless/models/gateway_update_producer_gke.rb +22 -2
  628. data/lib/akeyless/models/gateway_update_producer_gke_output.rb +1 -1
  629. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +441 -0
  630. data/lib/akeyless/models/gateway_update_producer_hana_db_output.rb +219 -0
  631. data/lib/akeyless/models/gateway_update_producer_ldap.rb +22 -2
  632. data/lib/akeyless/models/gateway_update_producer_ldap_output.rb +1 -1
  633. data/lib/akeyless/models/gateway_update_producer_mongo.rb +22 -4
  634. data/lib/akeyless/models/gateway_update_producer_mongo_output.rb +1 -1
  635. data/lib/akeyless/models/gateway_update_producer_mssql.rb +22 -2
  636. data/lib/akeyless/models/gateway_update_producer_mssql_output.rb +1 -1
  637. data/lib/akeyless/models/gateway_update_producer_my_sql.rb +22 -2
  638. data/lib/akeyless/models/gateway_update_producer_my_sql_output.rb +1 -1
  639. data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +22 -2
  640. data/lib/akeyless/models/gateway_update_producer_native_k8_s_output.rb +1 -1
  641. data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +60 -2
  642. data/lib/akeyless/models/gateway_update_producer_oracle_db_output.rb +1 -1
  643. data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +22 -2
  644. data/lib/akeyless/models/gateway_update_producer_postgre_sql_output.rb +1 -1
  645. data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +34 -2
  646. data/lib/akeyless/models/gateway_update_producer_rabbit_mq_output.rb +1 -1
  647. data/lib/akeyless/models/gateway_update_producer_rdp.rb +22 -2
  648. data/lib/akeyless/models/gateway_update_producer_rdp_output.rb +1 -1
  649. data/lib/akeyless/models/gateway_update_producer_redshift.rb +32 -2
  650. data/lib/akeyless/models/gateway_update_producer_redshift_output.rb +1 -1
  651. data/lib/akeyless/models/gateway_update_producer_snowflake.rb +22 -2
  652. data/lib/akeyless/models/gateway_update_producer_snowflake_output.rb +1 -1
  653. data/lib/akeyless/models/gateway_update_tmp_users.rb +12 -2
  654. data/lib/akeyless/models/gateways_list_response.rb +222 -0
  655. data/lib/akeyless/models/gcp_access_rules.rb +1 -1
  656. data/lib/akeyless/models/gcp_payload.rb +219 -0
  657. data/lib/akeyless/models/gcp_secrets_migration.rb +228 -0
  658. data/lib/akeyless/models/gen_customer_fragment.rb +15 -5
  659. data/lib/akeyless/models/general_config_part.rb +1 -1
  660. data/lib/akeyless/models/get_account_settings.rb +12 -2
  661. data/lib/akeyless/models/get_account_settings_command_output.rb +11 -2
  662. data/lib/akeyless/models/get_auth_method.rb +12 -2
  663. data/lib/akeyless/models/get_cloud_identity.rb +12 -2
  664. data/lib/akeyless/models/get_cloud_identity_output.rb +1 -1
  665. data/lib/akeyless/models/get_dynamic_secret_value.rb +12 -2
  666. data/lib/akeyless/models/get_kube_exec_creds.rb +32 -2
  667. data/lib/akeyless/models/get_kube_exec_creds_output.rb +1 -1
  668. data/lib/akeyless/models/get_pki_certificate.rb +32 -2
  669. data/lib/akeyless/models/get_pki_certificate_output.rb +1 -1
  670. data/lib/akeyless/models/get_producers_list_reply_obj.rb +1 -1
  671. data/lib/akeyless/models/get_role.rb +12 -2
  672. data/lib/akeyless/models/get_rotated_secret_value.rb +22 -2
  673. data/lib/akeyless/models/get_rsa_public.rb +12 -2
  674. data/lib/akeyless/models/get_rsa_public_output.rb +13 -6
  675. data/lib/akeyless/models/get_secret_value.rb +44 -2
  676. data/lib/akeyless/models/get_ssh_certificate.rb +32 -2
  677. data/lib/akeyless/models/get_ssh_certificate_output.rb +1 -1
  678. data/lib/akeyless/models/get_sub_admins_list_reply_obj.rb +1 -1
  679. data/lib/akeyless/models/get_tags.rb +12 -2
  680. data/lib/akeyless/models/get_target.rb +12 -2
  681. data/lib/akeyless/models/get_target_details.rb +12 -2
  682. data/lib/akeyless/models/get_target_details_output.rb +1 -1
  683. data/lib/akeyless/models/gw_cluster_identity.rb +322 -0
  684. data/lib/akeyless/models/hashi_migration.rb +1 -1
  685. data/lib/akeyless/models/hashi_payload.rb +11 -2
  686. data/lib/akeyless/models/huawei_access_rules.rb +1 -1
  687. data/lib/akeyless/models/item.rb +65 -2
  688. data/lib/akeyless/models/item_general_info.rb +32 -5
  689. data/lib/akeyless/models/item_target_association.rb +25 -5
  690. data/lib/akeyless/models/item_version.rb +20 -2
  691. data/lib/akeyless/models/json_error.rb +1 -1
  692. data/lib/akeyless/models/k8_s_auth.rb +33 -3
  693. data/lib/akeyless/models/k8_s_auths_config_last_change.rb +1 -1
  694. data/lib/akeyless/models/k8_s_auths_config_part.rb +1 -1
  695. data/lib/akeyless/models/k8_s_migration.rb +1 -1
  696. data/lib/akeyless/models/k8_s_payload.rb +1 -1
  697. data/lib/akeyless/models/kmip_client.rb +20 -2
  698. data/lib/akeyless/models/kmip_client_delete_rule.rb +12 -2
  699. data/lib/akeyless/models/kmip_client_get_response.rb +1 -1
  700. data/lib/akeyless/models/kmip_client_list_response.rb +1 -1
  701. data/lib/akeyless/models/kmip_client_set_rule.rb +12 -2
  702. data/lib/akeyless/models/kmip_client_update_response.rb +1 -1
  703. data/lib/akeyless/models/kmip_config_part.rb +24 -2
  704. data/lib/akeyless/models/kmip_create_client.rb +21 -2
  705. data/lib/akeyless/models/kmip_create_client_output.rb +1 -1
  706. data/lib/akeyless/models/kmip_delete_client.rb +12 -2
  707. data/lib/akeyless/models/kmip_delete_server.rb +241 -0
  708. data/lib/akeyless/models/kmip_describe_client.rb +12 -2
  709. data/lib/akeyless/models/kmip_describe_server.rb +12 -2
  710. data/lib/akeyless/models/kmip_describe_server_output.rb +20 -2
  711. data/lib/akeyless/models/kmip_environment_create_response.rb +1 -1
  712. data/lib/akeyless/models/kmip_list_clients.rb +12 -2
  713. data/lib/akeyless/models/kmip_move_server.rb +250 -0
  714. data/lib/akeyless/models/kmip_move_server_output.rb +228 -0
  715. data/lib/akeyless/models/kmip_renew_client_certificate.rb +12 -2
  716. data/lib/akeyless/models/kmip_renew_client_certificate_output.rb +1 -1
  717. data/lib/akeyless/models/kmip_renew_server_certificate.rb +12 -2
  718. data/lib/akeyless/models/kmip_renew_server_certificate_output.rb +1 -1
  719. data/lib/akeyless/models/kmip_server.rb +277 -0
  720. data/lib/akeyless/models/kmip_server_setup.rb +12 -2
  721. data/lib/akeyless/models/kmip_set_server_state.rb +12 -2
  722. data/lib/akeyless/models/kmip_set_server_state_output.rb +1 -1
  723. data/lib/akeyless/models/kubernetes_access_rules.rb +12 -2
  724. data/lib/akeyless/models/last_config_change.rb +1 -1
  725. data/lib/akeyless/models/last_status_info.rb +1 -1
  726. data/lib/akeyless/models/ldap_access_rules.rb +12 -2
  727. data/lib/akeyless/models/ldap_config_part.rb +1 -1
  728. data/lib/akeyless/models/leadership_config_part.rb +1 -1
  729. data/lib/akeyless/models/list_auth_methods.rb +34 -2
  730. data/lib/akeyless/models/list_auth_methods_output.rb +1 -1
  731. data/lib/akeyless/models/list_gateways.rb +240 -0
  732. data/lib/akeyless/models/list_items.rb +45 -3
  733. data/lib/akeyless/models/list_items_in_path_output.rb +1 -1
  734. data/lib/akeyless/models/list_roles.rb +22 -2
  735. data/lib/akeyless/models/list_roles_output.rb +1 -1
  736. data/lib/akeyless/models/list_sra_bastions.rb +240 -0
  737. data/lib/akeyless/models/list_targets.rb +34 -2
  738. data/lib/akeyless/models/list_targets_output.rb +1 -1
  739. data/lib/akeyless/models/log_forwarding_config_part.rb +11 -11
  740. data/lib/akeyless/models/logstash_log_forwarding_config.rb +1 -1
  741. data/lib/akeyless/models/logz_io_log_forwarding_config.rb +1 -1
  742. data/lib/akeyless/models/migration_general.rb +32 -5
  743. data/lib/akeyless/models/migration_items.rb +246 -0
  744. data/lib/akeyless/models/migration_status.rb +13 -2
  745. data/lib/akeyless/models/migration_status_reply_obj.rb +300 -0
  746. data/lib/akeyless/models/migrations_config_last_change.rb +1 -1
  747. data/lib/akeyless/models/migrations_config_part.rb +49 -5
  748. data/lib/akeyless/models/mock_migration.rb +228 -0
  749. data/lib/akeyless/models/mock_payload.rb +221 -0
  750. data/lib/akeyless/models/move_objects.rb +12 -2
  751. data/lib/akeyless/models/o_auth2_access_rules.rb +1 -1
  752. data/lib/akeyless/models/o_auth2_custom_claim.rb +1 -1
  753. data/lib/akeyless/models/object_version_settings_output.rb +1 -1
  754. data/lib/akeyless/models/oidc_access_rules.rb +34 -2
  755. data/lib/akeyless/models/oidc_custom_claim.rb +1 -1
  756. data/lib/akeyless/models/one_password_migration.rb +228 -0
  757. data/lib/akeyless/models/one_password_payload.rb +257 -0
  758. data/lib/akeyless/models/password_policy_info.rb +1 -1
  759. data/lib/akeyless/models/path_rule.rb +59 -2
  760. data/lib/akeyless/models/pki_certificate_issue_details.rb +1 -1
  761. data/lib/akeyless/models/producer.rb +11 -2
  762. data/lib/akeyless/models/producers_config_part.rb +1 -1
  763. data/lib/akeyless/models/raw_creds.rb +1 -1
  764. data/lib/akeyless/models/refresh_key.rb +12 -2
  765. data/lib/akeyless/models/refresh_key_output.rb +1 -1
  766. data/lib/akeyless/models/regexp_tokenizer_info.rb +251 -0
  767. data/lib/akeyless/models/required_activity.rb +1 -1
  768. data/lib/akeyless/models/reverse_rbac.rb +12 -2
  769. data/lib/akeyless/models/reverse_rbac_client.rb +2 -13
  770. data/lib/akeyless/models/reverse_rbac_output.rb +1 -1
  771. data/lib/akeyless/models/revoke_creds.rb +12 -2
  772. data/lib/akeyless/models/role.rb +29 -2
  773. data/lib/akeyless/models/role_auth_method_association.rb +1 -1
  774. data/lib/akeyless/models/rollback_secret.rb +12 -2
  775. data/lib/akeyless/models/rollback_secret_output.rb +1 -1
  776. data/lib/akeyless/models/rotate_key.rb +17 -17
  777. data/lib/akeyless/models/rotate_key_output.rb +20 -2
  778. data/lib/akeyless/models/rotate_secret.rb +255 -0
  779. data/lib/akeyless/models/rotated_secret_details_info.rb +1 -1
  780. data/lib/akeyless/models/rotated_secret_output.rb +219 -0
  781. data/lib/akeyless/models/rotator.rb +1 -1
  782. data/lib/akeyless/models/rotators_config_part.rb +1 -1
  783. data/lib/akeyless/models/rule_assigner.rb +228 -0
  784. data/lib/akeyless/models/rules.rb +1 -1
  785. data/lib/akeyless/models/saml_access_rules.rb +1 -1
  786. data/lib/akeyless/models/saml_attribute.rb +1 -1
  787. data/lib/akeyless/models/secure_remote_access.rb +1 -1
  788. data/lib/akeyless/models/set_item_state.rb +12 -2
  789. data/lib/akeyless/models/set_role_rule.rb +13 -3
  790. data/lib/akeyless/models/share_item.rb +316 -0
  791. data/lib/akeyless/models/sign_jwt_output.rb +1 -1
  792. data/lib/akeyless/models/sign_jwt_with_classic_key.rb +12 -2
  793. data/lib/akeyless/models/sign_pkcs1.rb +32 -7
  794. data/lib/akeyless/models/sign_pkcs1_output.rb +1 -1
  795. data/lib/akeyless/models/sign_pki_cert_output.rb +1 -1
  796. data/lib/akeyless/models/sign_pki_cert_with_classic_key.rb +12 -2
  797. data/lib/akeyless/models/sm_info.rb +9 -8
  798. data/lib/akeyless/models/splunk_log_forwarding_config.rb +1 -1
  799. data/lib/akeyless/models/sra_info.rb +9 -8
  800. data/lib/akeyless/models/ssh_certificate_issue_details.rb +1 -1
  801. data/lib/akeyless/models/static_creds_auth.rb +15 -5
  802. data/lib/akeyless/models/static_creds_auth_output.rb +1 -1
  803. data/lib/akeyless/models/static_secret_details_info.rb +17 -5
  804. data/lib/akeyless/models/syslog_log_forwarding_config.rb +1 -1
  805. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +12 -2
  806. data/lib/akeyless/models/system_access_creds_settings.rb +1 -1
  807. data/lib/akeyless/models/target.rb +50 -2
  808. data/lib/akeyless/models/target_item_association.rb +34 -5
  809. data/lib/akeyless/models/target_item_version.rb +20 -2
  810. data/lib/akeyless/models/target_object_association.rb +267 -0
  811. data/lib/akeyless/models/target_type_details_input.rb +119 -2
  812. data/lib/akeyless/models/tmp_user_data.rb +1 -1
  813. data/lib/akeyless/models/tokenize.rb +281 -0
  814. data/lib/akeyless/models/tokenize_output.rb +228 -0
  815. data/lib/akeyless/models/tokenizer_info.rb +219 -0
  816. data/lib/akeyless/models/uid_create_child_token.rb +12 -2
  817. data/lib/akeyless/models/uid_create_child_token_output.rb +1 -1
  818. data/lib/akeyless/models/uid_generate_token.rb +12 -2
  819. data/lib/akeyless/models/uid_generate_token_output.rb +1 -1
  820. data/lib/akeyless/models/uid_list_children.rb +12 -2
  821. data/lib/akeyless/models/uid_revoke_token.rb +12 -2
  822. data/lib/akeyless/models/uid_rotate_token.rb +12 -2
  823. data/lib/akeyless/models/uid_rotate_token_output.rb +1 -1
  824. data/lib/akeyless/models/uid_token_details.rb +1 -1
  825. data/lib/akeyless/models/unconfigure.rb +12 -2
  826. data/lib/akeyless/models/universal_identity_access_rules.rb +1 -1
  827. data/lib/akeyless/models/universal_identity_details.rb +1 -1
  828. data/lib/akeyless/models/update.rb +12 -2
  829. data/lib/akeyless/models/update_account_settings.rb +75 -5
  830. data/lib/akeyless/models/update_account_settings_output.rb +1 -1
  831. data/lib/akeyless/models/update_artifactory_target.rb +12 -2
  832. data/lib/akeyless/models/update_artifactory_target_output.rb +1 -1
  833. data/lib/akeyless/models/update_assoc.rb +12 -2
  834. data/lib/akeyless/models/update_auth_method.rb +24 -4
  835. data/lib/akeyless/models/update_auth_method_awsiam.rb +24 -4
  836. data/lib/akeyless/models/update_auth_method_azure_ad.rb +24 -4
  837. data/lib/akeyless/models/update_auth_method_cert.rb +431 -0
  838. data/lib/akeyless/models/update_auth_method_cert_output.rb +219 -0
  839. data/lib/akeyless/models/update_auth_method_gcp.rb +24 -4
  840. data/lib/akeyless/models/update_auth_method_k8_s.rb +26 -8
  841. data/lib/akeyless/models/update_auth_method_k8_s_output.rb +1 -1
  842. data/lib/akeyless/models/update_auth_method_ldap.rb +48 -8
  843. data/lib/akeyless/models/update_auth_method_ldap_output.rb +219 -0
  844. data/lib/akeyless/models/update_auth_method_o_auth2.rb +24 -4
  845. data/lib/akeyless/models/update_auth_method_oidc.rb +56 -4
  846. data/lib/akeyless/models/update_auth_method_output.rb +1 -1
  847. data/lib/akeyless/models/update_auth_method_saml.rb +24 -4
  848. data/lib/akeyless/models/update_auth_method_universal_identity.rb +24 -4
  849. data/lib/akeyless/models/update_aws_target.rb +12 -2
  850. data/lib/akeyless/models/update_aws_target_details.rb +12 -2
  851. data/lib/akeyless/models/update_azure_target.rb +42 -2
  852. data/lib/akeyless/models/update_azure_target_output.rb +1 -1
  853. data/lib/akeyless/models/update_db_target.rb +32 -2
  854. data/lib/akeyless/models/update_db_target_details.rb +12 -2
  855. data/lib/akeyless/models/update_db_target_output.rb +1 -1
  856. data/lib/akeyless/models/update_dockerhub_target.rb +12 -2
  857. data/lib/akeyless/models/update_dockerhub_target_output.rb +1 -1
  858. data/lib/akeyless/models/update_eks_target.rb +12 -2
  859. data/lib/akeyless/models/update_eks_target_output.rb +1 -1
  860. data/lib/akeyless/models/update_gcp_target.rb +9 -14
  861. data/lib/akeyless/models/update_gcp_target_output.rb +1 -1
  862. data/lib/akeyless/models/update_github_target.rb +12 -2
  863. data/lib/akeyless/models/update_github_target_output.rb +1 -1
  864. data/lib/akeyless/models/update_gke_target.rb +12 -2
  865. data/lib/akeyless/models/update_gke_target_output.rb +1 -1
  866. data/lib/akeyless/models/update_item.rb +43 -2
  867. data/lib/akeyless/models/update_item_output.rb +1 -1
  868. data/lib/akeyless/models/update_ldap_target.rb +359 -0
  869. data/lib/akeyless/models/update_ldap_target_details.rb +338 -0
  870. data/lib/akeyless/models/update_ldap_target_output.rb +219 -0
  871. data/lib/akeyless/models/update_native_k8_s_target.rb +12 -2
  872. data/lib/akeyless/models/update_native_k8_s_target_output.rb +1 -1
  873. data/lib/akeyless/models/update_output.rb +11 -2
  874. data/lib/akeyless/models/update_pki_cert_issuer.rb +12 -2
  875. data/lib/akeyless/models/update_pki_cert_issuer_output.rb +1 -1
  876. data/lib/akeyless/models/update_rabbit_mq_target.rb +12 -2
  877. data/lib/akeyless/models/update_rabbit_mq_target_details.rb +12 -2
  878. data/lib/akeyless/models/update_rabbit_mq_target_output.rb +1 -1
  879. data/lib/akeyless/models/update_rdp_target_details.rb +12 -2
  880. data/lib/akeyless/models/update_role.rb +12 -2
  881. data/lib/akeyless/models/update_role_output.rb +1 -1
  882. data/lib/akeyless/models/update_rotated_secret.rb +174 -2
  883. data/lib/akeyless/models/update_rotated_secret_output.rb +1 -1
  884. data/lib/akeyless/models/update_rotation_settings.rb +12 -2
  885. data/lib/akeyless/models/update_salesforce_target.rb +424 -0
  886. data/lib/akeyless/models/update_salesforce_target_output.rb +219 -0
  887. data/lib/akeyless/models/update_secret_val.rb +68 -2
  888. data/lib/akeyless/models/update_secret_val_output.rb +1 -1
  889. data/lib/akeyless/models/update_ssh_cert_issuer.rb +12 -2
  890. data/lib/akeyless/models/update_ssh_cert_issuer_output.rb +1 -1
  891. data/lib/akeyless/models/update_ssh_target.rb +12 -2
  892. data/lib/akeyless/models/update_ssh_target_details.rb +12 -2
  893. data/lib/akeyless/models/update_ssh_target_output.rb +1 -1
  894. data/lib/akeyless/models/update_target.rb +12 -2
  895. data/lib/akeyless/models/update_target_details.rb +220 -0
  896. data/lib/akeyless/models/update_target_details_output.rb +1 -1
  897. data/lib/akeyless/models/update_target_output.rb +1 -1
  898. data/lib/akeyless/models/update_tokenizer.rb +391 -0
  899. data/lib/akeyless/models/update_tokenizer_output.rb +219 -0
  900. data/lib/akeyless/models/update_web_target.rb +12 -2
  901. data/lib/akeyless/models/update_web_target_details.rb +12 -2
  902. data/lib/akeyless/models/update_web_target_output.rb +1 -1
  903. data/lib/akeyless/models/upload_pkcs12.rb +22 -2
  904. data/lib/akeyless/models/upload_rsa.rb +32 -2
  905. data/lib/akeyless/models/validate_token.rb +12 -2
  906. data/lib/akeyless/models/validate_token_output.rb +1 -1
  907. data/lib/akeyless/models/vaultless_tokenizer_info.rb +265 -0
  908. data/lib/akeyless/models/verify_jwt_output.rb +1 -1
  909. data/lib/akeyless/models/verify_jwt_with_classic_key.rb +12 -2
  910. data/lib/akeyless/models/verify_pkcs1.rb +32 -2
  911. data/lib/akeyless/models/verify_pki_cert_output.rb +1 -1
  912. data/lib/akeyless/models/verify_pki_cert_with_classic_key.rb +12 -2
  913. data/lib/akeyless/version.rb +2 -2
  914. data/lib/akeyless.rb +74 -5
  915. data/spec/api_client_spec.rb +1 -1
  916. data/spec/configuration_spec.rb +1 -1
  917. data/spec/models/account_general_settings_spec.rb +34 -0
  918. data/spec/models/active_directory_migration_spec.rb +40 -0
  919. data/spec/models/active_directory_payload_spec.rb +118 -0
  920. data/spec/models/bastion_list_entry_spec.rb +64 -0
  921. data/spec/models/bastions_list_spec.rb +34 -0
  922. data/spec/models/cert_access_rules_spec.rb +82 -0
  923. data/spec/models/create_auth_method_cert_output_spec.rb +34 -0
  924. data/spec/models/create_auth_method_cert_spec.rb +124 -0
  925. data/spec/models/create_salesforce_target_output_spec.rb +34 -0
  926. data/spec/models/create_salesforce_target_spec.rb +106 -0
  927. data/spec/models/create_tokenizer_output_spec.rb +34 -0
  928. data/spec/models/create_tokenizer_spec.rb +106 -0
  929. data/spec/models/data_protection_section_spec.rb +34 -0
  930. data/spec/models/describe_sub_claims_output_spec.rb +34 -0
  931. data/spec/models/describe_sub_claims_spec.rb +40 -0
  932. data/spec/models/detokenize_output_spec.rb +34 -0
  933. data/spec/models/detokenize_spec.rb +58 -0
  934. data/spec/models/email_tokenizer_info_spec.rb +46 -0
  935. data/spec/models/export_classic_key_output_spec.rb +40 -0
  936. data/spec/models/export_classic_key_spec.rb +58 -0
  937. data/spec/models/gateway_create_migration_spec.rb +130 -0
  938. data/spec/models/gateway_create_producer_hana_db_output_spec.rb +34 -0
  939. data/spec/models/gateway_create_producer_hana_db_spec.rb +142 -0
  940. data/spec/models/gateway_delete_migration_spec.rb +46 -0
  941. data/spec/models/gateway_get_ldap_auth_config_output_spec.rb +112 -0
  942. data/spec/models/gateway_get_ldap_auth_config_spec.rb +40 -0
  943. data/spec/models/gateway_get_migration_spec.rb +46 -0
  944. data/spec/models/gateway_migrate_personal_items_output_spec.rb +34 -0
  945. data/spec/models/gateway_migrate_personal_items_spec.rb +94 -0
  946. data/spec/models/gateway_migration_create_output_spec.rb +34 -0
  947. data/spec/models/gateway_migration_delete_output_spec.rb +34 -0
  948. data/spec/models/gateway_migration_get_output_spec.rb +34 -0
  949. data/spec/models/gateway_migration_update_output_spec.rb +34 -0
  950. data/spec/models/gateway_status_migration_spec.rb +52 -0
  951. data/spec/models/gateway_update_ldap_auth_config_output_spec.rb +34 -0
  952. data/spec/models/gateway_update_ldap_auth_config_spec.rb +118 -0
  953. data/spec/models/gateway_update_migration_spec.rb +136 -0
  954. data/spec/models/gateway_update_producer_hana_db_output_spec.rb +34 -0
  955. data/spec/models/gateway_update_producer_hana_db_spec.rb +148 -0
  956. data/spec/models/gateways_list_response_spec.rb +34 -0
  957. data/spec/models/gcp_payload_spec.rb +34 -0
  958. data/spec/models/gcp_secrets_migration_spec.rb +40 -0
  959. data/spec/models/gw_cluster_identity_spec.rb +100 -0
  960. data/spec/models/kmip_delete_server_spec.rb +40 -0
  961. data/spec/models/kmip_move_server_output_spec.rb +40 -0
  962. data/spec/models/kmip_move_server_spec.rb +46 -0
  963. data/spec/models/kmip_server_spec.rb +58 -0
  964. data/spec/models/list_gateways_spec.rb +46 -0
  965. data/spec/models/list_sra_bastions_spec.rb +46 -0
  966. data/spec/models/migration_items_spec.rb +52 -0
  967. data/spec/models/migration_status_reply_obj_spec.rb +88 -0
  968. data/spec/models/mock_migration_spec.rb +40 -0
  969. data/spec/models/mock_payload_spec.rb +34 -0
  970. data/spec/models/one_password_migration_spec.rb +40 -0
  971. data/spec/models/one_password_payload_spec.rb +58 -0
  972. data/spec/models/regexp_tokenizer_info_spec.rb +52 -0
  973. data/spec/models/rotate_secret_spec.rb +46 -0
  974. data/spec/models/rotated_secret_output_spec.rb +34 -0
  975. data/spec/models/rule_assigner_spec.rb +40 -0
  976. data/spec/models/share_item_spec.rb +82 -0
  977. data/spec/models/target_object_association_spec.rb +64 -0
  978. data/spec/models/tokenize_output_spec.rb +40 -0
  979. data/spec/models/tokenize_spec.rb +58 -0
  980. data/spec/models/tokenizer_info_spec.rb +34 -0
  981. data/spec/models/update_auth_method_cert_output_spec.rb +34 -0
  982. data/spec/models/update_auth_method_cert_spec.rb +130 -0
  983. data/spec/models/update_auth_method_ldap_output_spec.rb +34 -0
  984. data/spec/models/update_ldap_target_details_spec.rb +100 -0
  985. data/spec/models/update_ldap_target_output_spec.rb +34 -0
  986. data/spec/models/update_ldap_target_spec.rb +106 -0
  987. data/spec/models/update_salesforce_target_output_spec.rb +34 -0
  988. data/spec/models/update_salesforce_target_spec.rb +124 -0
  989. data/spec/models/update_target_details_spec.rb +34 -0
  990. data/spec/models/update_tokenizer_output_spec.rb +34 -0
  991. data/spec/models/update_tokenizer_spec.rb +118 -0
  992. data/spec/models/vaultless_tokenizer_info_spec.rb +64 -0
  993. data/spec/spec_helper.rb +1 -1
  994. metadata +754 -450
data/docs/V2Api.md CHANGED
@@ -13,6 +13,7 @@ All URIs are relative to *https://api.akeyless.io*
13
13
  | [**create_auth_method**](V2Api.md#create_auth_method) | **POST** /create-auth-method | |
14
14
  | [**create_auth_method_awsiam**](V2Api.md#create_auth_method_awsiam) | **POST** /create-auth-method-aws-iam | |
15
15
  | [**create_auth_method_azure_ad**](V2Api.md#create_auth_method_azure_ad) | **POST** /create-auth-method-azure-ad | |
16
+ | [**create_auth_method_cert**](V2Api.md#create_auth_method_cert) | **POST** /create-auth-method-cert | |
16
17
  | [**create_auth_method_gcp**](V2Api.md#create_auth_method_gcp) | **POST** /create-auth-method-gcp | |
17
18
  | [**create_auth_method_huawei**](V2Api.md#create_auth_method_huawei) | **POST** /create-auth-method-huawei | |
18
19
  | [**create_auth_method_k8_s**](V2Api.md#create_auth_method_k8_s) | **POST** /create-auth-method-k8s | |
@@ -38,9 +39,11 @@ All URIs are relative to *https://api.akeyless.io*
38
39
  | [**create_rabbit_mq_target**](V2Api.md#create_rabbit_mq_target) | **POST** /create-rabbitmq-target | |
39
40
  | [**create_role**](V2Api.md#create_role) | **POST** /create-role | |
40
41
  | [**create_rotated_secret**](V2Api.md#create_rotated_secret) | **POST** /create-rotated-secret | |
42
+ | [**create_salesforce_target**](V2Api.md#create_salesforce_target) | **POST** /create-salesforce-target | |
41
43
  | [**create_secret**](V2Api.md#create_secret) | **POST** /create-secret | |
42
44
  | [**create_ssh_cert_issuer**](V2Api.md#create_ssh_cert_issuer) | **POST** /create-ssh-cert-issuer | |
43
45
  | [**create_ssh_target**](V2Api.md#create_ssh_target) | **POST** /create-ssh-target | |
46
+ | [**create_tokenizer**](V2Api.md#create_tokenizer) | **POST** /create-tokenizer | |
44
47
  | [**create_web_target**](V2Api.md#create_web_target) | **POST** /create-web-target | |
45
48
  | [**createldap_target**](V2Api.md#createldap_target) | **POST** /create-ldap-target | |
46
49
  | [**decrypt**](V2Api.md#decrypt) | **POST** /decrypt | |
@@ -59,10 +62,14 @@ All URIs are relative to *https://api.akeyless.io*
59
62
  | [**delete_targets**](V2Api.md#delete_targets) | **POST** /delete-targets | |
60
63
  | [**describe_item**](V2Api.md#describe_item) | **POST** /describe-item | |
61
64
  | [**describe_permissions**](V2Api.md#describe_permissions) | **POST** /describe-permissions | |
65
+ | [**describe_sub_claims**](V2Api.md#describe_sub_claims) | **POST** /describe-sub-claims | |
66
+ | [**detokenize**](V2Api.md#detokenize) | **POST** /detokenize | |
62
67
  | [**encrypt**](V2Api.md#encrypt) | **POST** /encrypt | |
63
- | [**encrypt_pkcs1**](V2Api.md#encrypt_pkcs1) | **POST** /encrypt-pkcs1 | |
64
68
  | [**encrypt_with_classic_key**](V2Api.md#encrypt_with_classic_key) | **POST** /encrypt-with-classic-key | |
69
+ | [**export_classic_key**](V2Api.md#export_classic_key) | **GET** /export-classic-key | |
70
+ | [**gateway_add_allowed_management_access**](V2Api.md#gateway_add_allowed_management_access) | **POST** /gateway-add-allow-management-access | |
65
71
  | [**gateway_create_k8_s_auth_config**](V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config | |
72
+ | [**gateway_create_migration**](V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration | |
66
73
  | [**gateway_create_producer_artifactory**](V2Api.md#gateway_create_producer_artifactory) | **POST** /gateway-create-producer-artifactory | |
67
74
  | [**gateway_create_producer_aws**](V2Api.md#gateway_create_producer_aws) | **POST** /gateway-create-producer-aws | |
68
75
  | [**gateway_create_producer_azure**](V2Api.md#gateway_create_producer_azure) | **POST** /gateway-create-producer-azure | |
@@ -74,11 +81,12 @@ All URIs are relative to *https://api.akeyless.io*
74
81
  | [**gateway_create_producer_gcp**](V2Api.md#gateway_create_producer_gcp) | **POST** /gateway-create-producer-gcp | |
75
82
  | [**gateway_create_producer_github**](V2Api.md#gateway_create_producer_github) | **POST** /gateway-create-producer-github | |
76
83
  | [**gateway_create_producer_gke**](V2Api.md#gateway_create_producer_gke) | **POST** /gateway-create-producer-gke | |
84
+ | [**gateway_create_producer_hana_db**](V2Api.md#gateway_create_producer_hana_db) | **POST** /gateway-create-producer-hanadb | |
77
85
  | [**gateway_create_producer_ldap**](V2Api.md#gateway_create_producer_ldap) | **POST** /gateway-create-producer-ldap | |
78
86
  | [**gateway_create_producer_mongo**](V2Api.md#gateway_create_producer_mongo) | **POST** /gateway-create-producer-mongo | |
79
87
  | [**gateway_create_producer_mssql**](V2Api.md#gateway_create_producer_mssql) | **POST** /gateway-create-producer-mssql | |
80
88
  | [**gateway_create_producer_my_sql**](V2Api.md#gateway_create_producer_my_sql) | **POST** /gateway-create-producer-mysql | |
81
- | [**gateway_create_producer_native_k8_s**](V2Api.md#gateway_create_producer_native_k8_s) | **POST** /gateway-create-producer-k8s-native | |
89
+ | [**gateway_create_producer_native_k8_s**](V2Api.md#gateway_create_producer_native_k8_s) | **POST** /gateway-create-producer-k8s | |
82
90
  | [**gateway_create_producer_oracle_db**](V2Api.md#gateway_create_producer_oracle_db) | **POST** /gateway-create-producer-oracle | |
83
91
  | [**gateway_create_producer_postgre_sql**](V2Api.md#gateway_create_producer_postgre_sql) | **POST** /gateway-create-producer-postgresql | |
84
92
  | [**gateway_create_producer_rabbit_mq**](V2Api.md#gateway_create_producer_rabbit_mq) | **POST** /gateway-create-producer-rabbitmq | |
@@ -87,20 +95,27 @@ All URIs are relative to *https://api.akeyless.io*
87
95
  | [**gateway_create_producer_snowflake**](V2Api.md#gateway_create_producer_snowflake) | **POST** /gateway-create-producer-snowflake | |
88
96
  | [**gateway_delete_allowed_management_access**](V2Api.md#gateway_delete_allowed_management_access) | **POST** /gateway-delete-allowed-management-access | |
89
97
  | [**gateway_delete_k8_s_auth_config**](V2Api.md#gateway_delete_k8_s_auth_config) | **POST** /gateway-delete-k8s-auth-config | |
98
+ | [**gateway_delete_migration**](V2Api.md#gateway_delete_migration) | **POST** /gateway-delete-migration | |
90
99
  | [**gateway_delete_producer**](V2Api.md#gateway_delete_producer) | **POST** /gateway-delete-producer | |
91
100
  | [**gateway_get_config**](V2Api.md#gateway_get_config) | **POST** /gateway-get-config | |
92
101
  | [**gateway_get_k8_s_auth_config**](V2Api.md#gateway_get_k8_s_auth_config) | **POST** /gateway-get-k8s-auth-config | |
102
+ | [**gateway_get_ldap_auth_config**](V2Api.md#gateway_get_ldap_auth_config) | **POST** /gateway-get-ldap-auth-config | |
103
+ | [**gateway_get_migration**](V2Api.md#gateway_get_migration) | **POST** /gateway-get-migration | |
93
104
  | [**gateway_get_producer**](V2Api.md#gateway_get_producer) | **POST** /gateway-get-producer | |
94
105
  | [**gateway_get_tmp_users**](V2Api.md#gateway_get_tmp_users) | **POST** /gateway-get-producer-tmp-creds | |
95
106
  | [**gateway_list_allowed_management_access**](V2Api.md#gateway_list_allowed_management_access) | **POST** /gateway-list-allowed-management-access | |
96
107
  | [**gateway_list_migration**](V2Api.md#gateway_list_migration) | **POST** /gateway-list-migration | |
97
108
  | [**gateway_list_producers**](V2Api.md#gateway_list_producers) | **POST** /gateway-list-producers | |
109
+ | [**gateway_migrate_personal_items**](V2Api.md#gateway_migrate_personal_items) | **POST** /gateway-migrate-personal-items | |
98
110
  | [**gateway_revoke_tmp_users**](V2Api.md#gateway_revoke_tmp_users) | **POST** /gateway-revoke-producer-tmp-creds | |
99
111
  | [**gateway_start_producer**](V2Api.md#gateway_start_producer) | **POST** /gateway-start-producer | |
112
+ | [**gateway_status_migration**](V2Api.md#gateway_status_migration) | **POST** /gateway-migration-status | |
100
113
  | [**gateway_stop_producer**](V2Api.md#gateway_stop_producer) | **POST** /gateway-stop-producer | |
101
114
  | [**gateway_sync_migration**](V2Api.md#gateway_sync_migration) | **POST** /gateway-sync-migration | |
102
115
  | [**gateway_update_item**](V2Api.md#gateway_update_item) | **POST** /gateway-update-item | |
103
116
  | [**gateway_update_k8_s_auth_config**](V2Api.md#gateway_update_k8_s_auth_config) | **POST** /gateway-update-k8s-auth-config | |
117
+ | [**gateway_update_ldap_auth_config**](V2Api.md#gateway_update_ldap_auth_config) | **POST** /gateway-update-ldap-auth-config | |
118
+ | [**gateway_update_migration**](V2Api.md#gateway_update_migration) | **POST** /gateway-update-migration | |
104
119
  | [**gateway_update_producer_artifactory**](V2Api.md#gateway_update_producer_artifactory) | **POST** /gateway-update-producer-artifactory | |
105
120
  | [**gateway_update_producer_aws**](V2Api.md#gateway_update_producer_aws) | **POST** /gateway-update-producer-aws | |
106
121
  | [**gateway_update_producer_azure**](V2Api.md#gateway_update_producer_azure) | **POST** /gateway-update-producer-azure | |
@@ -112,11 +127,12 @@ All URIs are relative to *https://api.akeyless.io*
112
127
  | [**gateway_update_producer_gcp**](V2Api.md#gateway_update_producer_gcp) | **POST** /gateway-update-producer-gcp | |
113
128
  | [**gateway_update_producer_github**](V2Api.md#gateway_update_producer_github) | **POST** /gateway-update-producer-github | |
114
129
  | [**gateway_update_producer_gke**](V2Api.md#gateway_update_producer_gke) | **POST** /gateway-update-producer-gke | |
130
+ | [**gateway_update_producer_hana_db**](V2Api.md#gateway_update_producer_hana_db) | **POST** /gateway-update-producer-hana | |
115
131
  | [**gateway_update_producer_ldap**](V2Api.md#gateway_update_producer_ldap) | **POST** /gateway-update-producer-ldap | |
116
132
  | [**gateway_update_producer_mongo**](V2Api.md#gateway_update_producer_mongo) | **POST** /gateway-update-producer-mongo | |
117
133
  | [**gateway_update_producer_mssql**](V2Api.md#gateway_update_producer_mssql) | **POST** /gateway-update-producer-mssql | |
118
134
  | [**gateway_update_producer_my_sql**](V2Api.md#gateway_update_producer_my_sql) | **POST** /gateway-update-producer-mysql | |
119
- | [**gateway_update_producer_native_k8_s**](V2Api.md#gateway_update_producer_native_k8_s) | **POST** /gateway-update-producer-k8s-native | |
135
+ | [**gateway_update_producer_native_k8_s**](V2Api.md#gateway_update_producer_native_k8_s) | **POST** /gateway-update-producer-k8s | |
120
136
  | [**gateway_update_producer_oracle_db**](V2Api.md#gateway_update_producer_oracle_db) | **POST** /gateway-update-producer-oracle | |
121
137
  | [**gateway_update_producer_postgre_sql**](V2Api.md#gateway_update_producer_postgre_sql) | **POST** /gateway-update-producer-postgresql | |
122
138
  | [**gateway_update_producer_rabbit_mq**](V2Api.md#gateway_update_producer_rabbit_mq) | **POST** /gateway-update-producer-rabbitmq | |
@@ -142,16 +158,20 @@ All URIs are relative to *https://api.akeyless.io*
142
158
  | [**kmip_client_set_rule**](V2Api.md#kmip_client_set_rule) | **POST** /kmip-client-set-rule | |
143
159
  | [**kmip_create_client**](V2Api.md#kmip_create_client) | **POST** /kmip-create-client | |
144
160
  | [**kmip_delete_client**](V2Api.md#kmip_delete_client) | **POST** /kmip-delete-client | |
161
+ | [**kmip_delete_server**](V2Api.md#kmip_delete_server) | **DELETE** /kmip-delete-environment | |
145
162
  | [**kmip_describe_client**](V2Api.md#kmip_describe_client) | **POST** /kmip-get-client | |
146
163
  | [**kmip_describe_server**](V2Api.md#kmip_describe_server) | **POST** /kmip-get-environment | |
147
164
  | [**kmip_list_clients**](V2Api.md#kmip_list_clients) | **POST** /kmip-list-clients | |
165
+ | [**kmip_move_server**](V2Api.md#kmip_move_server) | **POST** /kmip-move-environment | |
148
166
  | [**kmip_renew_client_certificate**](V2Api.md#kmip_renew_client_certificate) | **POST** /kmip-renew-client | |
149
167
  | [**kmip_renew_server_certificate**](V2Api.md#kmip_renew_server_certificate) | **POST** /kmip-renew-environment | |
150
168
  | [**kmip_server_setup**](V2Api.md#kmip_server_setup) | **POST** /kmip-create-environment | |
151
169
  | [**kmip_set_server_state**](V2Api.md#kmip_set_server_state) | **POST** /kmip-set-environment-state | |
152
170
  | [**list_auth_methods**](V2Api.md#list_auth_methods) | **POST** /list-auth-methods | |
171
+ | [**list_gateways**](V2Api.md#list_gateways) | **POST** /list-gateways | |
153
172
  | [**list_items**](V2Api.md#list_items) | **POST** /list-items | |
154
173
  | [**list_roles**](V2Api.md#list_roles) | **POST** /list-roles | |
174
+ | [**list_sra_bastions**](V2Api.md#list_sra_bastions) | **POST** /list-sra-bastions | |
155
175
  | [**list_targets**](V2Api.md#list_targets) | **POST** /list-targets | |
156
176
  | [**move_objects**](V2Api.md#move_objects) | **POST** /move-objects | |
157
177
  | [**raw_creds**](V2Api.md#raw_creds) | **POST** /raw-creds | |
@@ -160,12 +180,15 @@ All URIs are relative to *https://api.akeyless.io*
160
180
  | [**revoke_creds**](V2Api.md#revoke_creds) | **POST** /revoke-creds | |
161
181
  | [**rollback_secret**](V2Api.md#rollback_secret) | **POST** /rollback-secret | |
162
182
  | [**rotate_key**](V2Api.md#rotate_key) | **POST** /rotate-key | |
183
+ | [**rotate_secret**](V2Api.md#rotate_secret) | **POST** /gateway-rotate-secret | |
163
184
  | [**set_item_state**](V2Api.md#set_item_state) | **POST** /set-item-state | |
164
185
  | [**set_role_rule**](V2Api.md#set_role_rule) | **POST** /set-role-rule | |
186
+ | [**share_item**](V2Api.md#share_item) | **POST** /share-item | |
165
187
  | [**sign_jwt_with_classic_key**](V2Api.md#sign_jwt_with_classic_key) | **POST** /sign-jwt-with-classic-key | |
166
188
  | [**sign_pkcs1**](V2Api.md#sign_pkcs1) | **POST** /sign-pkcs1 | |
167
189
  | [**sign_pki_cert_with_classic_key**](V2Api.md#sign_pki_cert_with_classic_key) | **POST** /sign-pki-cert-with-classic-key | |
168
190
  | [**static_creds_auth**](V2Api.md#static_creds_auth) | **POST** /static-creds-auth | |
191
+ | [**tokenize**](V2Api.md#tokenize) | **POST** /tokenize | |
169
192
  | [**uid_create_child_token**](V2Api.md#uid_create_child_token) | **POST** /uid-create-child-token | |
170
193
  | [**uid_generate_token**](V2Api.md#uid_generate_token) | **POST** /uid-generate-token | |
171
194
  | [**uid_list_children**](V2Api.md#uid_list_children) | **POST** /uid-list-children | |
@@ -177,6 +200,7 @@ All URIs are relative to *https://api.akeyless.io*
177
200
  | [**update_auth_method**](V2Api.md#update_auth_method) | **POST** /update-auth-method | |
178
201
  | [**update_auth_method_awsiam**](V2Api.md#update_auth_method_awsiam) | **POST** /update-auth-method-aws-iam | |
179
202
  | [**update_auth_method_azure_ad**](V2Api.md#update_auth_method_azure_ad) | **POST** /update-auth-method-azure-ad | |
203
+ | [**update_auth_method_cert**](V2Api.md#update_auth_method_cert) | **POST** /update-auth-method-cert | |
180
204
  | [**update_auth_method_gcp**](V2Api.md#update_auth_method_gcp) | **POST** /update-auth-method-gcp | |
181
205
  | [**update_auth_method_k8_s**](V2Api.md#update_auth_method_k8_s) | **POST** /update-auth-method-k8s | |
182
206
  | [**update_auth_method_ldap**](V2Api.md#update_auth_method_ldap) | **POST** /update-auth-method-ldap | |
@@ -195,6 +219,8 @@ All URIs are relative to *https://api.akeyless.io*
195
219
  | [**update_github_target**](V2Api.md#update_github_target) | **POST** /update-github-target | |
196
220
  | [**update_gke_target**](V2Api.md#update_gke_target) | **POST** /update-gke-target | |
197
221
  | [**update_item**](V2Api.md#update_item) | **POST** /update-item | |
222
+ | [**update_ldap_target**](V2Api.md#update_ldap_target) | **POST** /update-ldap-target | |
223
+ | [**update_ldap_target_details**](V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details | |
198
224
  | [**update_native_k8_s_target**](V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target | |
199
225
  | [**update_pki_cert_issuer**](V2Api.md#update_pki_cert_issuer) | **POST** /update-pki-cert-issuer | |
200
226
  | [**update_rabbit_mq_target**](V2Api.md#update_rabbit_mq_target) | **POST** /update-rabbitmq-target | |
@@ -203,6 +229,7 @@ All URIs are relative to *https://api.akeyless.io*
203
229
  | [**update_role**](V2Api.md#update_role) | **POST** /update-role | |
204
230
  | [**update_rotated_secret**](V2Api.md#update_rotated_secret) | **POST** /update-rotated-secret | |
205
231
  | [**update_rotation_settings**](V2Api.md#update_rotation_settings) | **POST** /update-rotation-settingsrotate-key | |
232
+ | [**update_salesforce_target**](V2Api.md#update_salesforce_target) | **POST** /update-salesforce-target | |
206
233
  | [**update_secret_val**](V2Api.md#update_secret_val) | **POST** /update-secret-val | |
207
234
  | [**update_ssh_cert_issuer**](V2Api.md#update_ssh_cert_issuer) | **POST** /update-ssh-cert-issuer | |
208
235
  | [**update_ssh_target**](V2Api.md#update_ssh_target) | **POST** /update-ssh-target | |
@@ -776,6 +803,68 @@ No authorization required
776
803
  - **Accept**: application/json
777
804
 
778
805
 
806
+ ## create_auth_method_cert
807
+
808
+ > <CreateAuthMethodCertOutput> create_auth_method_cert(body)
809
+
810
+
811
+
812
+ ### Examples
813
+
814
+ ```ruby
815
+ require 'time'
816
+ require 'akeyless'
817
+
818
+ api_instance = Akeyless::V2Api.new
819
+ body = Akeyless::CreateAuthMethodCert.new({name: 'name_example', unique_identifier: 'unique_identifier_example'}) # CreateAuthMethodCert |
820
+
821
+ begin
822
+
823
+ result = api_instance.create_auth_method_cert(body)
824
+ p result
825
+ rescue Akeyless::ApiError => e
826
+ puts "Error when calling V2Api->create_auth_method_cert: #{e}"
827
+ end
828
+ ```
829
+
830
+ #### Using the create_auth_method_cert_with_http_info variant
831
+
832
+ This returns an Array which contains the response data, status code and headers.
833
+
834
+ > <Array(<CreateAuthMethodCertOutput>, Integer, Hash)> create_auth_method_cert_with_http_info(body)
835
+
836
+ ```ruby
837
+ begin
838
+
839
+ data, status_code, headers = api_instance.create_auth_method_cert_with_http_info(body)
840
+ p status_code # => 2xx
841
+ p headers # => { ... }
842
+ p data # => <CreateAuthMethodCertOutput>
843
+ rescue Akeyless::ApiError => e
844
+ puts "Error when calling V2Api->create_auth_method_cert_with_http_info: #{e}"
845
+ end
846
+ ```
847
+
848
+ ### Parameters
849
+
850
+ | Name | Type | Description | Notes |
851
+ | ---- | ---- | ----------- | ----- |
852
+ | **body** | [**CreateAuthMethodCert**](CreateAuthMethodCert.md) | | |
853
+
854
+ ### Return type
855
+
856
+ [**CreateAuthMethodCertOutput**](CreateAuthMethodCertOutput.md)
857
+
858
+ ### Authorization
859
+
860
+ No authorization required
861
+
862
+ ### HTTP request headers
863
+
864
+ - **Content-Type**: application/json
865
+ - **Accept**: application/json
866
+
867
+
779
868
  ## create_auth_method_gcp
780
869
 
781
870
  > <CreateAuthMethodGCPOutput> create_auth_method_gcp(body)
@@ -2326,6 +2415,68 @@ No authorization required
2326
2415
  - **Accept**: application/json
2327
2416
 
2328
2417
 
2418
+ ## create_salesforce_target
2419
+
2420
+ > <CreateSalesforceTargetOutput> create_salesforce_target(body)
2421
+
2422
+
2423
+
2424
+ ### Examples
2425
+
2426
+ ```ruby
2427
+ require 'time'
2428
+ require 'akeyless'
2429
+
2430
+ api_instance = Akeyless::V2Api.new
2431
+ body = Akeyless::CreateSalesforceTarget.new({auth_flow: 'auth_flow_example', client_id: 'client_id_example', email: 'email_example', name: 'name_example', tenant_url: 'tenant_url_example'}) # CreateSalesforceTarget |
2432
+
2433
+ begin
2434
+
2435
+ result = api_instance.create_salesforce_target(body)
2436
+ p result
2437
+ rescue Akeyless::ApiError => e
2438
+ puts "Error when calling V2Api->create_salesforce_target: #{e}"
2439
+ end
2440
+ ```
2441
+
2442
+ #### Using the create_salesforce_target_with_http_info variant
2443
+
2444
+ This returns an Array which contains the response data, status code and headers.
2445
+
2446
+ > <Array(<CreateSalesforceTargetOutput>, Integer, Hash)> create_salesforce_target_with_http_info(body)
2447
+
2448
+ ```ruby
2449
+ begin
2450
+
2451
+ data, status_code, headers = api_instance.create_salesforce_target_with_http_info(body)
2452
+ p status_code # => 2xx
2453
+ p headers # => { ... }
2454
+ p data # => <CreateSalesforceTargetOutput>
2455
+ rescue Akeyless::ApiError => e
2456
+ puts "Error when calling V2Api->create_salesforce_target_with_http_info: #{e}"
2457
+ end
2458
+ ```
2459
+
2460
+ ### Parameters
2461
+
2462
+ | Name | Type | Description | Notes |
2463
+ | ---- | ---- | ----------- | ----- |
2464
+ | **body** | [**CreateSalesforceTarget**](CreateSalesforceTarget.md) | | |
2465
+
2466
+ ### Return type
2467
+
2468
+ [**CreateSalesforceTargetOutput**](CreateSalesforceTargetOutput.md)
2469
+
2470
+ ### Authorization
2471
+
2472
+ No authorization required
2473
+
2474
+ ### HTTP request headers
2475
+
2476
+ - **Content-Type**: application/json
2477
+ - **Accept**: application/json
2478
+
2479
+
2329
2480
  ## create_secret
2330
2481
 
2331
2482
  > <CreateSecretOutput> create_secret(body)
@@ -2512,6 +2663,68 @@ No authorization required
2512
2663
  - **Accept**: application/json
2513
2664
 
2514
2665
 
2666
+ ## create_tokenizer
2667
+
2668
+ > <CreateTokenizerOutput> create_tokenizer(body)
2669
+
2670
+
2671
+
2672
+ ### Examples
2673
+
2674
+ ```ruby
2675
+ require 'time'
2676
+ require 'akeyless'
2677
+
2678
+ api_instance = Akeyless::V2Api.new
2679
+ body = Akeyless::CreateTokenizer.new({name: 'name_example', template_type: 'template_type_example', tokenizer_type: 'tokenizer_type_example'}) # CreateTokenizer |
2680
+
2681
+ begin
2682
+
2683
+ result = api_instance.create_tokenizer(body)
2684
+ p result
2685
+ rescue Akeyless::ApiError => e
2686
+ puts "Error when calling V2Api->create_tokenizer: #{e}"
2687
+ end
2688
+ ```
2689
+
2690
+ #### Using the create_tokenizer_with_http_info variant
2691
+
2692
+ This returns an Array which contains the response data, status code and headers.
2693
+
2694
+ > <Array(<CreateTokenizerOutput>, Integer, Hash)> create_tokenizer_with_http_info(body)
2695
+
2696
+ ```ruby
2697
+ begin
2698
+
2699
+ data, status_code, headers = api_instance.create_tokenizer_with_http_info(body)
2700
+ p status_code # => 2xx
2701
+ p headers # => { ... }
2702
+ p data # => <CreateTokenizerOutput>
2703
+ rescue Akeyless::ApiError => e
2704
+ puts "Error when calling V2Api->create_tokenizer_with_http_info: #{e}"
2705
+ end
2706
+ ```
2707
+
2708
+ ### Parameters
2709
+
2710
+ | Name | Type | Description | Notes |
2711
+ | ---- | ---- | ----------- | ----- |
2712
+ | **body** | [**CreateTokenizer**](CreateTokenizer.md) | | |
2713
+
2714
+ ### Return type
2715
+
2716
+ [**CreateTokenizerOutput**](CreateTokenizerOutput.md)
2717
+
2718
+ ### Authorization
2719
+
2720
+ No authorization required
2721
+
2722
+ ### HTTP request headers
2723
+
2724
+ - **Content-Type**: application/json
2725
+ - **Accept**: application/json
2726
+
2727
+
2515
2728
  ## create_web_target
2516
2729
 
2517
2730
  > <CreateWebTargetOutput> create_web_target(body)
@@ -2649,7 +2862,7 @@ require 'time'
2649
2862
  require 'akeyless'
2650
2863
 
2651
2864
  api_instance = Akeyless::V2Api.new
2652
- body = Akeyless::Decrypt.new # Decrypt |
2865
+ body = Akeyless::Decrypt.new({key_name: 'key_name_example'}) # Decrypt |
2653
2866
 
2654
2867
  begin
2655
2868
 
@@ -3628,9 +3841,9 @@ No authorization required
3628
3841
  - **Accept**: application/json
3629
3842
 
3630
3843
 
3631
- ## encrypt
3844
+ ## describe_sub_claims
3632
3845
 
3633
- > <EncryptOutput> encrypt(body)
3846
+ > <DescribeSubClaimsOutput> describe_sub_claims(body)
3634
3847
 
3635
3848
 
3636
3849
 
@@ -3641,32 +3854,32 @@ require 'time'
3641
3854
  require 'akeyless'
3642
3855
 
3643
3856
  api_instance = Akeyless::V2Api.new
3644
- body = Akeyless::Encrypt.new # Encrypt |
3857
+ body = Akeyless::DescribeSubClaims.new # DescribeSubClaims |
3645
3858
 
3646
3859
  begin
3647
3860
 
3648
- result = api_instance.encrypt(body)
3861
+ result = api_instance.describe_sub_claims(body)
3649
3862
  p result
3650
3863
  rescue Akeyless::ApiError => e
3651
- puts "Error when calling V2Api->encrypt: #{e}"
3864
+ puts "Error when calling V2Api->describe_sub_claims: #{e}"
3652
3865
  end
3653
3866
  ```
3654
3867
 
3655
- #### Using the encrypt_with_http_info variant
3868
+ #### Using the describe_sub_claims_with_http_info variant
3656
3869
 
3657
3870
  This returns an Array which contains the response data, status code and headers.
3658
3871
 
3659
- > <Array(<EncryptOutput>, Integer, Hash)> encrypt_with_http_info(body)
3872
+ > <Array(<DescribeSubClaimsOutput>, Integer, Hash)> describe_sub_claims_with_http_info(body)
3660
3873
 
3661
3874
  ```ruby
3662
3875
  begin
3663
3876
 
3664
- data, status_code, headers = api_instance.encrypt_with_http_info(body)
3877
+ data, status_code, headers = api_instance.describe_sub_claims_with_http_info(body)
3665
3878
  p status_code # => 2xx
3666
3879
  p headers # => { ... }
3667
- p data # => <EncryptOutput>
3880
+ p data # => <DescribeSubClaimsOutput>
3668
3881
  rescue Akeyless::ApiError => e
3669
- puts "Error when calling V2Api->encrypt_with_http_info: #{e}"
3882
+ puts "Error when calling V2Api->describe_sub_claims_with_http_info: #{e}"
3670
3883
  end
3671
3884
  ```
3672
3885
 
@@ -3674,11 +3887,11 @@ end
3674
3887
 
3675
3888
  | Name | Type | Description | Notes |
3676
3889
  | ---- | ---- | ----------- | ----- |
3677
- | **body** | [**Encrypt**](Encrypt.md) | | |
3890
+ | **body** | [**DescribeSubClaims**](DescribeSubClaims.md) | | |
3678
3891
 
3679
3892
  ### Return type
3680
3893
 
3681
- [**EncryptOutput**](EncryptOutput.md)
3894
+ [**DescribeSubClaimsOutput**](DescribeSubClaimsOutput.md)
3682
3895
 
3683
3896
  ### Authorization
3684
3897
 
@@ -3690,9 +3903,9 @@ No authorization required
3690
3903
  - **Accept**: application/json
3691
3904
 
3692
3905
 
3693
- ## encrypt_pkcs1
3906
+ ## detokenize
3694
3907
 
3695
- > <EncryptPKCS1Output> encrypt_pkcs1(body)
3908
+ > <DetokenizeOutput> detokenize(body)
3696
3909
 
3697
3910
 
3698
3911
 
@@ -3703,32 +3916,32 @@ require 'time'
3703
3916
  require 'akeyless'
3704
3917
 
3705
3918
  api_instance = Akeyless::V2Api.new
3706
- body = Akeyless::EncryptPKCS1.new({key_name: 'key_name_example', plaintext: 'plaintext_example'}) # EncryptPKCS1 |
3919
+ body = Akeyless::Detokenize.new({ciphertext: 'ciphertext_example', tokenizer_name: 'tokenizer_name_example'}) # Detokenize |
3707
3920
 
3708
3921
  begin
3709
3922
 
3710
- result = api_instance.encrypt_pkcs1(body)
3923
+ result = api_instance.detokenize(body)
3711
3924
  p result
3712
3925
  rescue Akeyless::ApiError => e
3713
- puts "Error when calling V2Api->encrypt_pkcs1: #{e}"
3926
+ puts "Error when calling V2Api->detokenize: #{e}"
3714
3927
  end
3715
3928
  ```
3716
3929
 
3717
- #### Using the encrypt_pkcs1_with_http_info variant
3930
+ #### Using the detokenize_with_http_info variant
3718
3931
 
3719
3932
  This returns an Array which contains the response data, status code and headers.
3720
3933
 
3721
- > <Array(<EncryptPKCS1Output>, Integer, Hash)> encrypt_pkcs1_with_http_info(body)
3934
+ > <Array(<DetokenizeOutput>, Integer, Hash)> detokenize_with_http_info(body)
3722
3935
 
3723
3936
  ```ruby
3724
3937
  begin
3725
3938
 
3726
- data, status_code, headers = api_instance.encrypt_pkcs1_with_http_info(body)
3939
+ data, status_code, headers = api_instance.detokenize_with_http_info(body)
3727
3940
  p status_code # => 2xx
3728
3941
  p headers # => { ... }
3729
- p data # => <EncryptPKCS1Output>
3942
+ p data # => <DetokenizeOutput>
3730
3943
  rescue Akeyless::ApiError => e
3731
- puts "Error when calling V2Api->encrypt_pkcs1_with_http_info: #{e}"
3944
+ puts "Error when calling V2Api->detokenize_with_http_info: #{e}"
3732
3945
  end
3733
3946
  ```
3734
3947
 
@@ -3736,11 +3949,11 @@ end
3736
3949
 
3737
3950
  | Name | Type | Description | Notes |
3738
3951
  | ---- | ---- | ----------- | ----- |
3739
- | **body** | [**EncryptPKCS1**](EncryptPKCS1.md) | | |
3952
+ | **body** | [**Detokenize**](Detokenize.md) | | |
3740
3953
 
3741
3954
  ### Return type
3742
3955
 
3743
- [**EncryptPKCS1Output**](EncryptPKCS1Output.md)
3956
+ [**DetokenizeOutput**](DetokenizeOutput.md)
3744
3957
 
3745
3958
  ### Authorization
3746
3959
 
@@ -3752,9 +3965,9 @@ No authorization required
3752
3965
  - **Accept**: application/json
3753
3966
 
3754
3967
 
3755
- ## encrypt_with_classic_key
3968
+ ## encrypt
3756
3969
 
3757
- > <EncryptOutput> encrypt_with_classic_key(body)
3970
+ > <EncryptOutput> encrypt(body)
3758
3971
 
3759
3972
 
3760
3973
 
@@ -3765,32 +3978,32 @@ require 'time'
3765
3978
  require 'akeyless'
3766
3979
 
3767
3980
  api_instance = Akeyless::V2Api.new
3768
- body = Akeyless::EncryptWithClassicKey.new({display_id: 'display_id_example', plaintext: 'plaintext_example', version: 37}) # EncryptWithClassicKey |
3981
+ body = Akeyless::Encrypt.new({key_name: 'key_name_example'}) # Encrypt |
3769
3982
 
3770
3983
  begin
3771
3984
 
3772
- result = api_instance.encrypt_with_classic_key(body)
3985
+ result = api_instance.encrypt(body)
3773
3986
  p result
3774
3987
  rescue Akeyless::ApiError => e
3775
- puts "Error when calling V2Api->encrypt_with_classic_key: #{e}"
3988
+ puts "Error when calling V2Api->encrypt: #{e}"
3776
3989
  end
3777
3990
  ```
3778
3991
 
3779
- #### Using the encrypt_with_classic_key_with_http_info variant
3992
+ #### Using the encrypt_with_http_info variant
3780
3993
 
3781
3994
  This returns an Array which contains the response data, status code and headers.
3782
3995
 
3783
- > <Array(<EncryptOutput>, Integer, Hash)> encrypt_with_classic_key_with_http_info(body)
3996
+ > <Array(<EncryptOutput>, Integer, Hash)> encrypt_with_http_info(body)
3784
3997
 
3785
3998
  ```ruby
3786
3999
  begin
3787
4000
 
3788
- data, status_code, headers = api_instance.encrypt_with_classic_key_with_http_info(body)
4001
+ data, status_code, headers = api_instance.encrypt_with_http_info(body)
3789
4002
  p status_code # => 2xx
3790
4003
  p headers # => { ... }
3791
4004
  p data # => <EncryptOutput>
3792
4005
  rescue Akeyless::ApiError => e
3793
- puts "Error when calling V2Api->encrypt_with_classic_key_with_http_info: #{e}"
4006
+ puts "Error when calling V2Api->encrypt_with_http_info: #{e}"
3794
4007
  end
3795
4008
  ```
3796
4009
 
@@ -3798,7 +4011,7 @@ end
3798
4011
 
3799
4012
  | Name | Type | Description | Notes |
3800
4013
  | ---- | ---- | ----------- | ----- |
3801
- | **body** | [**EncryptWithClassicKey**](EncryptWithClassicKey.md) | | |
4014
+ | **body** | [**Encrypt**](Encrypt.md) | | |
3802
4015
 
3803
4016
  ### Return type
3804
4017
 
@@ -3814,9 +4027,9 @@ No authorization required
3814
4027
  - **Accept**: application/json
3815
4028
 
3816
4029
 
3817
- ## gateway_create_k8_s_auth_config
4030
+ ## encrypt_with_classic_key
3818
4031
 
3819
- > <GatewayCreateK8SAuthConfigOutput> gateway_create_k8_s_auth_config(body)
4032
+ > <EncryptOutput> encrypt_with_classic_key(body)
3820
4033
 
3821
4034
 
3822
4035
 
@@ -3827,32 +4040,32 @@ require 'time'
3827
4040
  require 'akeyless'
3828
4041
 
3829
4042
  api_instance = Akeyless::V2Api.new
3830
- body = Akeyless::GatewayCreateK8SAuthConfig.new({access_id: 'access_id_example', k8s_host: 'k8s_host_example', name: 'name_example', signing_key: 'signing_key_example'}) # GatewayCreateK8SAuthConfig |
4043
+ body = Akeyless::EncryptWithClassicKey.new({display_id: 'display_id_example', plaintext: 'plaintext_example', version: 37}) # EncryptWithClassicKey |
3831
4044
 
3832
4045
  begin
3833
4046
 
3834
- result = api_instance.gateway_create_k8_s_auth_config(body)
4047
+ result = api_instance.encrypt_with_classic_key(body)
3835
4048
  p result
3836
4049
  rescue Akeyless::ApiError => e
3837
- puts "Error when calling V2Api->gateway_create_k8_s_auth_config: #{e}"
4050
+ puts "Error when calling V2Api->encrypt_with_classic_key: #{e}"
3838
4051
  end
3839
4052
  ```
3840
4053
 
3841
- #### Using the gateway_create_k8_s_auth_config_with_http_info variant
4054
+ #### Using the encrypt_with_classic_key_with_http_info variant
3842
4055
 
3843
4056
  This returns an Array which contains the response data, status code and headers.
3844
4057
 
3845
- > <Array(<GatewayCreateK8SAuthConfigOutput>, Integer, Hash)> gateway_create_k8_s_auth_config_with_http_info(body)
4058
+ > <Array(<EncryptOutput>, Integer, Hash)> encrypt_with_classic_key_with_http_info(body)
3846
4059
 
3847
4060
  ```ruby
3848
4061
  begin
3849
4062
 
3850
- data, status_code, headers = api_instance.gateway_create_k8_s_auth_config_with_http_info(body)
4063
+ data, status_code, headers = api_instance.encrypt_with_classic_key_with_http_info(body)
3851
4064
  p status_code # => 2xx
3852
4065
  p headers # => { ... }
3853
- p data # => <GatewayCreateK8SAuthConfigOutput>
4066
+ p data # => <EncryptOutput>
3854
4067
  rescue Akeyless::ApiError => e
3855
- puts "Error when calling V2Api->gateway_create_k8_s_auth_config_with_http_info: #{e}"
4068
+ puts "Error when calling V2Api->encrypt_with_classic_key_with_http_info: #{e}"
3856
4069
  end
3857
4070
  ```
3858
4071
 
@@ -3860,11 +4073,11 @@ end
3860
4073
 
3861
4074
  | Name | Type | Description | Notes |
3862
4075
  | ---- | ---- | ----------- | ----- |
3863
- | **body** | [**GatewayCreateK8SAuthConfig**](GatewayCreateK8SAuthConfig.md) | | |
4076
+ | **body** | [**EncryptWithClassicKey**](EncryptWithClassicKey.md) | | |
3864
4077
 
3865
4078
  ### Return type
3866
4079
 
3867
- [**GatewayCreateK8SAuthConfigOutput**](GatewayCreateK8SAuthConfigOutput.md)
4080
+ [**EncryptOutput**](EncryptOutput.md)
3868
4081
 
3869
4082
  ### Authorization
3870
4083
 
@@ -3876,9 +4089,9 @@ No authorization required
3876
4089
  - **Accept**: application/json
3877
4090
 
3878
4091
 
3879
- ## gateway_create_producer_artifactory
4092
+ ## export_classic_key
3880
4093
 
3881
- > <GatewayCreateProducerArtifactoryOutput> gateway_create_producer_artifactory(body)
4094
+ > <ExportClassicKeyOutput> export_classic_key(body)
3882
4095
 
3883
4096
 
3884
4097
 
@@ -3889,32 +4102,32 @@ require 'time'
3889
4102
  require 'akeyless'
3890
4103
 
3891
4104
  api_instance = Akeyless::V2Api.new
3892
- body = Akeyless::GatewayCreateProducerArtifactory.new({artifactory_token_audience: 'artifactory_token_audience_example', artifactory_token_scope: 'artifactory_token_scope_example', name: 'name_example'}) # GatewayCreateProducerArtifactory |
4105
+ body = Akeyless::ExportClassicKey.new({name: 'name_example'}) # ExportClassicKey |
3893
4106
 
3894
4107
  begin
3895
4108
 
3896
- result = api_instance.gateway_create_producer_artifactory(body)
4109
+ result = api_instance.export_classic_key(body)
3897
4110
  p result
3898
4111
  rescue Akeyless::ApiError => e
3899
- puts "Error when calling V2Api->gateway_create_producer_artifactory: #{e}"
4112
+ puts "Error when calling V2Api->export_classic_key: #{e}"
3900
4113
  end
3901
4114
  ```
3902
4115
 
3903
- #### Using the gateway_create_producer_artifactory_with_http_info variant
4116
+ #### Using the export_classic_key_with_http_info variant
3904
4117
 
3905
4118
  This returns an Array which contains the response data, status code and headers.
3906
4119
 
3907
- > <Array(<GatewayCreateProducerArtifactoryOutput>, Integer, Hash)> gateway_create_producer_artifactory_with_http_info(body)
4120
+ > <Array(<ExportClassicKeyOutput>, Integer, Hash)> export_classic_key_with_http_info(body)
3908
4121
 
3909
4122
  ```ruby
3910
4123
  begin
3911
4124
 
3912
- data, status_code, headers = api_instance.gateway_create_producer_artifactory_with_http_info(body)
4125
+ data, status_code, headers = api_instance.export_classic_key_with_http_info(body)
3913
4126
  p status_code # => 2xx
3914
4127
  p headers # => { ... }
3915
- p data # => <GatewayCreateProducerArtifactoryOutput>
4128
+ p data # => <ExportClassicKeyOutput>
3916
4129
  rescue Akeyless::ApiError => e
3917
- puts "Error when calling V2Api->gateway_create_producer_artifactory_with_http_info: #{e}"
4130
+ puts "Error when calling V2Api->export_classic_key_with_http_info: #{e}"
3918
4131
  end
3919
4132
  ```
3920
4133
 
@@ -3922,11 +4135,11 @@ end
3922
4135
 
3923
4136
  | Name | Type | Description | Notes |
3924
4137
  | ---- | ---- | ----------- | ----- |
3925
- | **body** | [**GatewayCreateProducerArtifactory**](GatewayCreateProducerArtifactory.md) | | |
4138
+ | **body** | [**ExportClassicKey**](ExportClassicKey.md) | | |
3926
4139
 
3927
4140
  ### Return type
3928
4141
 
3929
- [**GatewayCreateProducerArtifactoryOutput**](GatewayCreateProducerArtifactoryOutput.md)
4142
+ [**ExportClassicKeyOutput**](ExportClassicKeyOutput.md)
3930
4143
 
3931
4144
  ### Authorization
3932
4145
 
@@ -3938,9 +4151,9 @@ No authorization required
3938
4151
  - **Accept**: application/json
3939
4152
 
3940
4153
 
3941
- ## gateway_create_producer_aws
4154
+ ## gateway_add_allowed_management_access
3942
4155
 
3943
- > <GatewayCreateProducerAwsOutput> gateway_create_producer_aws(body)
4156
+ > Object gateway_add_allowed_management_access(body)
3944
4157
 
3945
4158
 
3946
4159
 
@@ -3951,32 +4164,32 @@ require 'time'
3951
4164
  require 'akeyless'
3952
4165
 
3953
4166
  api_instance = Akeyless::V2Api.new
3954
- body = Akeyless::GatewayCreateProducerAws.new({name: 'name_example'}) # GatewayCreateProducerAws |
4167
+ body = Akeyless::GatewayAddAllowedManagementAccess.new({sub_admin_access_id: 'sub_admin_access_id_example'}) # GatewayAddAllowedManagementAccess |
3955
4168
 
3956
4169
  begin
3957
4170
 
3958
- result = api_instance.gateway_create_producer_aws(body)
4171
+ result = api_instance.gateway_add_allowed_management_access(body)
3959
4172
  p result
3960
4173
  rescue Akeyless::ApiError => e
3961
- puts "Error when calling V2Api->gateway_create_producer_aws: #{e}"
4174
+ puts "Error when calling V2Api->gateway_add_allowed_management_access: #{e}"
3962
4175
  end
3963
4176
  ```
3964
4177
 
3965
- #### Using the gateway_create_producer_aws_with_http_info variant
4178
+ #### Using the gateway_add_allowed_management_access_with_http_info variant
3966
4179
 
3967
4180
  This returns an Array which contains the response data, status code and headers.
3968
4181
 
3969
- > <Array(<GatewayCreateProducerAwsOutput>, Integer, Hash)> gateway_create_producer_aws_with_http_info(body)
4182
+ > <Array(Object, Integer, Hash)> gateway_add_allowed_management_access_with_http_info(body)
3970
4183
 
3971
4184
  ```ruby
3972
4185
  begin
3973
4186
 
3974
- data, status_code, headers = api_instance.gateway_create_producer_aws_with_http_info(body)
4187
+ data, status_code, headers = api_instance.gateway_add_allowed_management_access_with_http_info(body)
3975
4188
  p status_code # => 2xx
3976
4189
  p headers # => { ... }
3977
- p data # => <GatewayCreateProducerAwsOutput>
4190
+ p data # => Object
3978
4191
  rescue Akeyless::ApiError => e
3979
- puts "Error when calling V2Api->gateway_create_producer_aws_with_http_info: #{e}"
4192
+ puts "Error when calling V2Api->gateway_add_allowed_management_access_with_http_info: #{e}"
3980
4193
  end
3981
4194
  ```
3982
4195
 
@@ -3984,11 +4197,11 @@ end
3984
4197
 
3985
4198
  | Name | Type | Description | Notes |
3986
4199
  | ---- | ---- | ----------- | ----- |
3987
- | **body** | [**GatewayCreateProducerAws**](GatewayCreateProducerAws.md) | | |
4200
+ | **body** | [**GatewayAddAllowedManagementAccess**](GatewayAddAllowedManagementAccess.md) | | |
3988
4201
 
3989
4202
  ### Return type
3990
4203
 
3991
- [**GatewayCreateProducerAwsOutput**](GatewayCreateProducerAwsOutput.md)
4204
+ **Object**
3992
4205
 
3993
4206
  ### Authorization
3994
4207
 
@@ -4000,9 +4213,9 @@ No authorization required
4000
4213
  - **Accept**: application/json
4001
4214
 
4002
4215
 
4003
- ## gateway_create_producer_azure
4216
+ ## gateway_create_k8_s_auth_config
4004
4217
 
4005
- > <GatewayCreateProducerAzureOutput> gateway_create_producer_azure(body)
4218
+ > <GatewayCreateK8SAuthConfigOutput> gateway_create_k8_s_auth_config(body)
4006
4219
 
4007
4220
 
4008
4221
 
@@ -4013,32 +4226,32 @@ require 'time'
4013
4226
  require 'akeyless'
4014
4227
 
4015
4228
  api_instance = Akeyless::V2Api.new
4016
- body = Akeyless::GatewayCreateProducerAzure.new({name: 'name_example'}) # GatewayCreateProducerAzure |
4229
+ body = Akeyless::GatewayCreateK8SAuthConfig.new({access_id: 'access_id_example', k8s_host: 'k8s_host_example', name: 'name_example', signing_key: 'signing_key_example'}) # GatewayCreateK8SAuthConfig |
4017
4230
 
4018
4231
  begin
4019
4232
 
4020
- result = api_instance.gateway_create_producer_azure(body)
4233
+ result = api_instance.gateway_create_k8_s_auth_config(body)
4021
4234
  p result
4022
4235
  rescue Akeyless::ApiError => e
4023
- puts "Error when calling V2Api->gateway_create_producer_azure: #{e}"
4236
+ puts "Error when calling V2Api->gateway_create_k8_s_auth_config: #{e}"
4024
4237
  end
4025
4238
  ```
4026
4239
 
4027
- #### Using the gateway_create_producer_azure_with_http_info variant
4240
+ #### Using the gateway_create_k8_s_auth_config_with_http_info variant
4028
4241
 
4029
4242
  This returns an Array which contains the response data, status code and headers.
4030
4243
 
4031
- > <Array(<GatewayCreateProducerAzureOutput>, Integer, Hash)> gateway_create_producer_azure_with_http_info(body)
4244
+ > <Array(<GatewayCreateK8SAuthConfigOutput>, Integer, Hash)> gateway_create_k8_s_auth_config_with_http_info(body)
4032
4245
 
4033
4246
  ```ruby
4034
4247
  begin
4035
4248
 
4036
- data, status_code, headers = api_instance.gateway_create_producer_azure_with_http_info(body)
4249
+ data, status_code, headers = api_instance.gateway_create_k8_s_auth_config_with_http_info(body)
4037
4250
  p status_code # => 2xx
4038
4251
  p headers # => { ... }
4039
- p data # => <GatewayCreateProducerAzureOutput>
4252
+ p data # => <GatewayCreateK8SAuthConfigOutput>
4040
4253
  rescue Akeyless::ApiError => e
4041
- puts "Error when calling V2Api->gateway_create_producer_azure_with_http_info: #{e}"
4254
+ puts "Error when calling V2Api->gateway_create_k8_s_auth_config_with_http_info: #{e}"
4042
4255
  end
4043
4256
  ```
4044
4257
 
@@ -4046,11 +4259,11 @@ end
4046
4259
 
4047
4260
  | Name | Type | Description | Notes |
4048
4261
  | ---- | ---- | ----------- | ----- |
4049
- | **body** | [**GatewayCreateProducerAzure**](GatewayCreateProducerAzure.md) | | |
4262
+ | **body** | [**GatewayCreateK8SAuthConfig**](GatewayCreateK8SAuthConfig.md) | | |
4050
4263
 
4051
4264
  ### Return type
4052
4265
 
4053
- [**GatewayCreateProducerAzureOutput**](GatewayCreateProducerAzureOutput.md)
4266
+ [**GatewayCreateK8SAuthConfigOutput**](GatewayCreateK8SAuthConfigOutput.md)
4054
4267
 
4055
4268
  ### Authorization
4056
4269
 
@@ -4062,9 +4275,257 @@ No authorization required
4062
4275
  - **Accept**: application/json
4063
4276
 
4064
4277
 
4065
- ## gateway_create_producer_cassandra
4278
+ ## gateway_create_migration
4066
4279
 
4067
- > <GatewayCreateProducerCassandraOutput> gateway_create_producer_cassandra(body)
4280
+ > <GatewayMigrationCreateOutput> gateway_create_migration(body)
4281
+
4282
+
4283
+
4284
+ ### Examples
4285
+
4286
+ ```ruby
4287
+ require 'time'
4288
+ require 'akeyless'
4289
+
4290
+ api_instance = Akeyless::V2Api.new
4291
+ body = Akeyless::GatewayCreateMigration.new({name: 'name_example', target_location: 'target_location_example'}) # GatewayCreateMigration |
4292
+
4293
+ begin
4294
+
4295
+ result = api_instance.gateway_create_migration(body)
4296
+ p result
4297
+ rescue Akeyless::ApiError => e
4298
+ puts "Error when calling V2Api->gateway_create_migration: #{e}"
4299
+ end
4300
+ ```
4301
+
4302
+ #### Using the gateway_create_migration_with_http_info variant
4303
+
4304
+ This returns an Array which contains the response data, status code and headers.
4305
+
4306
+ > <Array(<GatewayMigrationCreateOutput>, Integer, Hash)> gateway_create_migration_with_http_info(body)
4307
+
4308
+ ```ruby
4309
+ begin
4310
+
4311
+ data, status_code, headers = api_instance.gateway_create_migration_with_http_info(body)
4312
+ p status_code # => 2xx
4313
+ p headers # => { ... }
4314
+ p data # => <GatewayMigrationCreateOutput>
4315
+ rescue Akeyless::ApiError => e
4316
+ puts "Error when calling V2Api->gateway_create_migration_with_http_info: #{e}"
4317
+ end
4318
+ ```
4319
+
4320
+ ### Parameters
4321
+
4322
+ | Name | Type | Description | Notes |
4323
+ | ---- | ---- | ----------- | ----- |
4324
+ | **body** | [**GatewayCreateMigration**](GatewayCreateMigration.md) | | |
4325
+
4326
+ ### Return type
4327
+
4328
+ [**GatewayMigrationCreateOutput**](GatewayMigrationCreateOutput.md)
4329
+
4330
+ ### Authorization
4331
+
4332
+ No authorization required
4333
+
4334
+ ### HTTP request headers
4335
+
4336
+ - **Content-Type**: application/json
4337
+ - **Accept**: application/json
4338
+
4339
+
4340
+ ## gateway_create_producer_artifactory
4341
+
4342
+ > <GatewayCreateProducerArtifactoryOutput> gateway_create_producer_artifactory(body)
4343
+
4344
+
4345
+
4346
+ ### Examples
4347
+
4348
+ ```ruby
4349
+ require 'time'
4350
+ require 'akeyless'
4351
+
4352
+ api_instance = Akeyless::V2Api.new
4353
+ body = Akeyless::GatewayCreateProducerArtifactory.new({artifactory_token_audience: 'artifactory_token_audience_example', artifactory_token_scope: 'artifactory_token_scope_example', name: 'name_example'}) # GatewayCreateProducerArtifactory |
4354
+
4355
+ begin
4356
+
4357
+ result = api_instance.gateway_create_producer_artifactory(body)
4358
+ p result
4359
+ rescue Akeyless::ApiError => e
4360
+ puts "Error when calling V2Api->gateway_create_producer_artifactory: #{e}"
4361
+ end
4362
+ ```
4363
+
4364
+ #### Using the gateway_create_producer_artifactory_with_http_info variant
4365
+
4366
+ This returns an Array which contains the response data, status code and headers.
4367
+
4368
+ > <Array(<GatewayCreateProducerArtifactoryOutput>, Integer, Hash)> gateway_create_producer_artifactory_with_http_info(body)
4369
+
4370
+ ```ruby
4371
+ begin
4372
+
4373
+ data, status_code, headers = api_instance.gateway_create_producer_artifactory_with_http_info(body)
4374
+ p status_code # => 2xx
4375
+ p headers # => { ... }
4376
+ p data # => <GatewayCreateProducerArtifactoryOutput>
4377
+ rescue Akeyless::ApiError => e
4378
+ puts "Error when calling V2Api->gateway_create_producer_artifactory_with_http_info: #{e}"
4379
+ end
4380
+ ```
4381
+
4382
+ ### Parameters
4383
+
4384
+ | Name | Type | Description | Notes |
4385
+ | ---- | ---- | ----------- | ----- |
4386
+ | **body** | [**GatewayCreateProducerArtifactory**](GatewayCreateProducerArtifactory.md) | | |
4387
+
4388
+ ### Return type
4389
+
4390
+ [**GatewayCreateProducerArtifactoryOutput**](GatewayCreateProducerArtifactoryOutput.md)
4391
+
4392
+ ### Authorization
4393
+
4394
+ No authorization required
4395
+
4396
+ ### HTTP request headers
4397
+
4398
+ - **Content-Type**: application/json
4399
+ - **Accept**: application/json
4400
+
4401
+
4402
+ ## gateway_create_producer_aws
4403
+
4404
+ > <GatewayCreateProducerAwsOutput> gateway_create_producer_aws(body)
4405
+
4406
+
4407
+
4408
+ ### Examples
4409
+
4410
+ ```ruby
4411
+ require 'time'
4412
+ require 'akeyless'
4413
+
4414
+ api_instance = Akeyless::V2Api.new
4415
+ body = Akeyless::GatewayCreateProducerAws.new({name: 'name_example'}) # GatewayCreateProducerAws |
4416
+
4417
+ begin
4418
+
4419
+ result = api_instance.gateway_create_producer_aws(body)
4420
+ p result
4421
+ rescue Akeyless::ApiError => e
4422
+ puts "Error when calling V2Api->gateway_create_producer_aws: #{e}"
4423
+ end
4424
+ ```
4425
+
4426
+ #### Using the gateway_create_producer_aws_with_http_info variant
4427
+
4428
+ This returns an Array which contains the response data, status code and headers.
4429
+
4430
+ > <Array(<GatewayCreateProducerAwsOutput>, Integer, Hash)> gateway_create_producer_aws_with_http_info(body)
4431
+
4432
+ ```ruby
4433
+ begin
4434
+
4435
+ data, status_code, headers = api_instance.gateway_create_producer_aws_with_http_info(body)
4436
+ p status_code # => 2xx
4437
+ p headers # => { ... }
4438
+ p data # => <GatewayCreateProducerAwsOutput>
4439
+ rescue Akeyless::ApiError => e
4440
+ puts "Error when calling V2Api->gateway_create_producer_aws_with_http_info: #{e}"
4441
+ end
4442
+ ```
4443
+
4444
+ ### Parameters
4445
+
4446
+ | Name | Type | Description | Notes |
4447
+ | ---- | ---- | ----------- | ----- |
4448
+ | **body** | [**GatewayCreateProducerAws**](GatewayCreateProducerAws.md) | | |
4449
+
4450
+ ### Return type
4451
+
4452
+ [**GatewayCreateProducerAwsOutput**](GatewayCreateProducerAwsOutput.md)
4453
+
4454
+ ### Authorization
4455
+
4456
+ No authorization required
4457
+
4458
+ ### HTTP request headers
4459
+
4460
+ - **Content-Type**: application/json
4461
+ - **Accept**: application/json
4462
+
4463
+
4464
+ ## gateway_create_producer_azure
4465
+
4466
+ > <GatewayCreateProducerAzureOutput> gateway_create_producer_azure(body)
4467
+
4468
+
4469
+
4470
+ ### Examples
4471
+
4472
+ ```ruby
4473
+ require 'time'
4474
+ require 'akeyless'
4475
+
4476
+ api_instance = Akeyless::V2Api.new
4477
+ body = Akeyless::GatewayCreateProducerAzure.new({name: 'name_example'}) # GatewayCreateProducerAzure |
4478
+
4479
+ begin
4480
+
4481
+ result = api_instance.gateway_create_producer_azure(body)
4482
+ p result
4483
+ rescue Akeyless::ApiError => e
4484
+ puts "Error when calling V2Api->gateway_create_producer_azure: #{e}"
4485
+ end
4486
+ ```
4487
+
4488
+ #### Using the gateway_create_producer_azure_with_http_info variant
4489
+
4490
+ This returns an Array which contains the response data, status code and headers.
4491
+
4492
+ > <Array(<GatewayCreateProducerAzureOutput>, Integer, Hash)> gateway_create_producer_azure_with_http_info(body)
4493
+
4494
+ ```ruby
4495
+ begin
4496
+
4497
+ data, status_code, headers = api_instance.gateway_create_producer_azure_with_http_info(body)
4498
+ p status_code # => 2xx
4499
+ p headers # => { ... }
4500
+ p data # => <GatewayCreateProducerAzureOutput>
4501
+ rescue Akeyless::ApiError => e
4502
+ puts "Error when calling V2Api->gateway_create_producer_azure_with_http_info: #{e}"
4503
+ end
4504
+ ```
4505
+
4506
+ ### Parameters
4507
+
4508
+ | Name | Type | Description | Notes |
4509
+ | ---- | ---- | ----------- | ----- |
4510
+ | **body** | [**GatewayCreateProducerAzure**](GatewayCreateProducerAzure.md) | | |
4511
+
4512
+ ### Return type
4513
+
4514
+ [**GatewayCreateProducerAzureOutput**](GatewayCreateProducerAzureOutput.md)
4515
+
4516
+ ### Authorization
4517
+
4518
+ No authorization required
4519
+
4520
+ ### HTTP request headers
4521
+
4522
+ - **Content-Type**: application/json
4523
+ - **Accept**: application/json
4524
+
4525
+
4526
+ ## gateway_create_producer_cassandra
4527
+
4528
+ > <GatewayCreateProducerCassandraOutput> gateway_create_producer_cassandra(body)
4068
4529
 
4069
4530
 
4070
4531
 
@@ -4329,28 +4790,524 @@ body = Akeyless::GatewayCreateProducerEks.new({name: 'name_example'}) # GatewayC
4329
4790
 
4330
4791
  begin
4331
4792
 
4332
- result = api_instance.gateway_create_producer_eks(body)
4793
+ result = api_instance.gateway_create_producer_eks(body)
4794
+ p result
4795
+ rescue Akeyless::ApiError => e
4796
+ puts "Error when calling V2Api->gateway_create_producer_eks: #{e}"
4797
+ end
4798
+ ```
4799
+
4800
+ #### Using the gateway_create_producer_eks_with_http_info variant
4801
+
4802
+ This returns an Array which contains the response data, status code and headers.
4803
+
4804
+ > <Array(<GatewayCreateProducerEksOutput>, Integer, Hash)> gateway_create_producer_eks_with_http_info(body)
4805
+
4806
+ ```ruby
4807
+ begin
4808
+
4809
+ data, status_code, headers = api_instance.gateway_create_producer_eks_with_http_info(body)
4810
+ p status_code # => 2xx
4811
+ p headers # => { ... }
4812
+ p data # => <GatewayCreateProducerEksOutput>
4813
+ rescue Akeyless::ApiError => e
4814
+ puts "Error when calling V2Api->gateway_create_producer_eks_with_http_info: #{e}"
4815
+ end
4816
+ ```
4817
+
4818
+ ### Parameters
4819
+
4820
+ | Name | Type | Description | Notes |
4821
+ | ---- | ---- | ----------- | ----- |
4822
+ | **body** | [**GatewayCreateProducerEks**](GatewayCreateProducerEks.md) | | |
4823
+
4824
+ ### Return type
4825
+
4826
+ [**GatewayCreateProducerEksOutput**](GatewayCreateProducerEksOutput.md)
4827
+
4828
+ ### Authorization
4829
+
4830
+ No authorization required
4831
+
4832
+ ### HTTP request headers
4833
+
4834
+ - **Content-Type**: application/json
4835
+ - **Accept**: application/json
4836
+
4837
+
4838
+ ## gateway_create_producer_gcp
4839
+
4840
+ > <GatewayCreateProducerGcpOutput> gateway_create_producer_gcp(body)
4841
+
4842
+
4843
+
4844
+ ### Examples
4845
+
4846
+ ```ruby
4847
+ require 'time'
4848
+ require 'akeyless'
4849
+
4850
+ api_instance = Akeyless::V2Api.new
4851
+ body = Akeyless::GatewayCreateProducerGcp.new({name: 'name_example', service_account_type: 'service_account_type_example'}) # GatewayCreateProducerGcp |
4852
+
4853
+ begin
4854
+
4855
+ result = api_instance.gateway_create_producer_gcp(body)
4856
+ p result
4857
+ rescue Akeyless::ApiError => e
4858
+ puts "Error when calling V2Api->gateway_create_producer_gcp: #{e}"
4859
+ end
4860
+ ```
4861
+
4862
+ #### Using the gateway_create_producer_gcp_with_http_info variant
4863
+
4864
+ This returns an Array which contains the response data, status code and headers.
4865
+
4866
+ > <Array(<GatewayCreateProducerGcpOutput>, Integer, Hash)> gateway_create_producer_gcp_with_http_info(body)
4867
+
4868
+ ```ruby
4869
+ begin
4870
+
4871
+ data, status_code, headers = api_instance.gateway_create_producer_gcp_with_http_info(body)
4872
+ p status_code # => 2xx
4873
+ p headers # => { ... }
4874
+ p data # => <GatewayCreateProducerGcpOutput>
4875
+ rescue Akeyless::ApiError => e
4876
+ puts "Error when calling V2Api->gateway_create_producer_gcp_with_http_info: #{e}"
4877
+ end
4878
+ ```
4879
+
4880
+ ### Parameters
4881
+
4882
+ | Name | Type | Description | Notes |
4883
+ | ---- | ---- | ----------- | ----- |
4884
+ | **body** | [**GatewayCreateProducerGcp**](GatewayCreateProducerGcp.md) | | |
4885
+
4886
+ ### Return type
4887
+
4888
+ [**GatewayCreateProducerGcpOutput**](GatewayCreateProducerGcpOutput.md)
4889
+
4890
+ ### Authorization
4891
+
4892
+ No authorization required
4893
+
4894
+ ### HTTP request headers
4895
+
4896
+ - **Content-Type**: application/json
4897
+ - **Accept**: application/json
4898
+
4899
+
4900
+ ## gateway_create_producer_github
4901
+
4902
+ > <GatewayCreateProducerGithubOutput> gateway_create_producer_github(body)
4903
+
4904
+
4905
+
4906
+ ### Examples
4907
+
4908
+ ```ruby
4909
+ require 'time'
4910
+ require 'akeyless'
4911
+
4912
+ api_instance = Akeyless::V2Api.new
4913
+ body = Akeyless::GatewayCreateProducerGithub.new({name: 'name_example'}) # GatewayCreateProducerGithub |
4914
+
4915
+ begin
4916
+
4917
+ result = api_instance.gateway_create_producer_github(body)
4918
+ p result
4919
+ rescue Akeyless::ApiError => e
4920
+ puts "Error when calling V2Api->gateway_create_producer_github: #{e}"
4921
+ end
4922
+ ```
4923
+
4924
+ #### Using the gateway_create_producer_github_with_http_info variant
4925
+
4926
+ This returns an Array which contains the response data, status code and headers.
4927
+
4928
+ > <Array(<GatewayCreateProducerGithubOutput>, Integer, Hash)> gateway_create_producer_github_with_http_info(body)
4929
+
4930
+ ```ruby
4931
+ begin
4932
+
4933
+ data, status_code, headers = api_instance.gateway_create_producer_github_with_http_info(body)
4934
+ p status_code # => 2xx
4935
+ p headers # => { ... }
4936
+ p data # => <GatewayCreateProducerGithubOutput>
4937
+ rescue Akeyless::ApiError => e
4938
+ puts "Error when calling V2Api->gateway_create_producer_github_with_http_info: #{e}"
4939
+ end
4940
+ ```
4941
+
4942
+ ### Parameters
4943
+
4944
+ | Name | Type | Description | Notes |
4945
+ | ---- | ---- | ----------- | ----- |
4946
+ | **body** | [**GatewayCreateProducerGithub**](GatewayCreateProducerGithub.md) | | |
4947
+
4948
+ ### Return type
4949
+
4950
+ [**GatewayCreateProducerGithubOutput**](GatewayCreateProducerGithubOutput.md)
4951
+
4952
+ ### Authorization
4953
+
4954
+ No authorization required
4955
+
4956
+ ### HTTP request headers
4957
+
4958
+ - **Content-Type**: application/json
4959
+ - **Accept**: application/json
4960
+
4961
+
4962
+ ## gateway_create_producer_gke
4963
+
4964
+ > <GatewayCreateProducerGkeOutput> gateway_create_producer_gke(body)
4965
+
4966
+
4967
+
4968
+ ### Examples
4969
+
4970
+ ```ruby
4971
+ require 'time'
4972
+ require 'akeyless'
4973
+
4974
+ api_instance = Akeyless::V2Api.new
4975
+ body = Akeyless::GatewayCreateProducerGke.new({name: 'name_example'}) # GatewayCreateProducerGke |
4976
+
4977
+ begin
4978
+
4979
+ result = api_instance.gateway_create_producer_gke(body)
4980
+ p result
4981
+ rescue Akeyless::ApiError => e
4982
+ puts "Error when calling V2Api->gateway_create_producer_gke: #{e}"
4983
+ end
4984
+ ```
4985
+
4986
+ #### Using the gateway_create_producer_gke_with_http_info variant
4987
+
4988
+ This returns an Array which contains the response data, status code and headers.
4989
+
4990
+ > <Array(<GatewayCreateProducerGkeOutput>, Integer, Hash)> gateway_create_producer_gke_with_http_info(body)
4991
+
4992
+ ```ruby
4993
+ begin
4994
+
4995
+ data, status_code, headers = api_instance.gateway_create_producer_gke_with_http_info(body)
4996
+ p status_code # => 2xx
4997
+ p headers # => { ... }
4998
+ p data # => <GatewayCreateProducerGkeOutput>
4999
+ rescue Akeyless::ApiError => e
5000
+ puts "Error when calling V2Api->gateway_create_producer_gke_with_http_info: #{e}"
5001
+ end
5002
+ ```
5003
+
5004
+ ### Parameters
5005
+
5006
+ | Name | Type | Description | Notes |
5007
+ | ---- | ---- | ----------- | ----- |
5008
+ | **body** | [**GatewayCreateProducerGke**](GatewayCreateProducerGke.md) | | |
5009
+
5010
+ ### Return type
5011
+
5012
+ [**GatewayCreateProducerGkeOutput**](GatewayCreateProducerGkeOutput.md)
5013
+
5014
+ ### Authorization
5015
+
5016
+ No authorization required
5017
+
5018
+ ### HTTP request headers
5019
+
5020
+ - **Content-Type**: application/json
5021
+ - **Accept**: application/json
5022
+
5023
+
5024
+ ## gateway_create_producer_hana_db
5025
+
5026
+ > <GatewayCreateProducerHanaDbOutput> gateway_create_producer_hana_db(body)
5027
+
5028
+
5029
+
5030
+ ### Examples
5031
+
5032
+ ```ruby
5033
+ require 'time'
5034
+ require 'akeyless'
5035
+
5036
+ api_instance = Akeyless::V2Api.new
5037
+ body = Akeyless::GatewayCreateProducerHanaDb.new({name: 'name_example'}) # GatewayCreateProducerHanaDb |
5038
+
5039
+ begin
5040
+
5041
+ result = api_instance.gateway_create_producer_hana_db(body)
5042
+ p result
5043
+ rescue Akeyless::ApiError => e
5044
+ puts "Error when calling V2Api->gateway_create_producer_hana_db: #{e}"
5045
+ end
5046
+ ```
5047
+
5048
+ #### Using the gateway_create_producer_hana_db_with_http_info variant
5049
+
5050
+ This returns an Array which contains the response data, status code and headers.
5051
+
5052
+ > <Array(<GatewayCreateProducerHanaDbOutput>, Integer, Hash)> gateway_create_producer_hana_db_with_http_info(body)
5053
+
5054
+ ```ruby
5055
+ begin
5056
+
5057
+ data, status_code, headers = api_instance.gateway_create_producer_hana_db_with_http_info(body)
5058
+ p status_code # => 2xx
5059
+ p headers # => { ... }
5060
+ p data # => <GatewayCreateProducerHanaDbOutput>
5061
+ rescue Akeyless::ApiError => e
5062
+ puts "Error when calling V2Api->gateway_create_producer_hana_db_with_http_info: #{e}"
5063
+ end
5064
+ ```
5065
+
5066
+ ### Parameters
5067
+
5068
+ | Name | Type | Description | Notes |
5069
+ | ---- | ---- | ----------- | ----- |
5070
+ | **body** | [**GatewayCreateProducerHanaDb**](GatewayCreateProducerHanaDb.md) | | |
5071
+
5072
+ ### Return type
5073
+
5074
+ [**GatewayCreateProducerHanaDbOutput**](GatewayCreateProducerHanaDbOutput.md)
5075
+
5076
+ ### Authorization
5077
+
5078
+ No authorization required
5079
+
5080
+ ### HTTP request headers
5081
+
5082
+ - **Content-Type**: application/json
5083
+ - **Accept**: application/json
5084
+
5085
+
5086
+ ## gateway_create_producer_ldap
5087
+
5088
+ > <GatewayCreateProducerLdapOutput> gateway_create_producer_ldap(body)
5089
+
5090
+
5091
+
5092
+ ### Examples
5093
+
5094
+ ```ruby
5095
+ require 'time'
5096
+ require 'akeyless'
5097
+
5098
+ api_instance = Akeyless::V2Api.new
5099
+ body = Akeyless::GatewayCreateProducerLdap.new({name: 'name_example'}) # GatewayCreateProducerLdap |
5100
+
5101
+ begin
5102
+
5103
+ result = api_instance.gateway_create_producer_ldap(body)
5104
+ p result
5105
+ rescue Akeyless::ApiError => e
5106
+ puts "Error when calling V2Api->gateway_create_producer_ldap: #{e}"
5107
+ end
5108
+ ```
5109
+
5110
+ #### Using the gateway_create_producer_ldap_with_http_info variant
5111
+
5112
+ This returns an Array which contains the response data, status code and headers.
5113
+
5114
+ > <Array(<GatewayCreateProducerLdapOutput>, Integer, Hash)> gateway_create_producer_ldap_with_http_info(body)
5115
+
5116
+ ```ruby
5117
+ begin
5118
+
5119
+ data, status_code, headers = api_instance.gateway_create_producer_ldap_with_http_info(body)
5120
+ p status_code # => 2xx
5121
+ p headers # => { ... }
5122
+ p data # => <GatewayCreateProducerLdapOutput>
5123
+ rescue Akeyless::ApiError => e
5124
+ puts "Error when calling V2Api->gateway_create_producer_ldap_with_http_info: #{e}"
5125
+ end
5126
+ ```
5127
+
5128
+ ### Parameters
5129
+
5130
+ | Name | Type | Description | Notes |
5131
+ | ---- | ---- | ----------- | ----- |
5132
+ | **body** | [**GatewayCreateProducerLdap**](GatewayCreateProducerLdap.md) | | |
5133
+
5134
+ ### Return type
5135
+
5136
+ [**GatewayCreateProducerLdapOutput**](GatewayCreateProducerLdapOutput.md)
5137
+
5138
+ ### Authorization
5139
+
5140
+ No authorization required
5141
+
5142
+ ### HTTP request headers
5143
+
5144
+ - **Content-Type**: application/json
5145
+ - **Accept**: application/json
5146
+
5147
+
5148
+ ## gateway_create_producer_mongo
5149
+
5150
+ > <GatewayCreateProducerMongoOutput> gateway_create_producer_mongo(body)
5151
+
5152
+
5153
+
5154
+ ### Examples
5155
+
5156
+ ```ruby
5157
+ require 'time'
5158
+ require 'akeyless'
5159
+
5160
+ api_instance = Akeyless::V2Api.new
5161
+ body = Akeyless::GatewayCreateProducerMongo.new({name: 'name_example'}) # GatewayCreateProducerMongo |
5162
+
5163
+ begin
5164
+
5165
+ result = api_instance.gateway_create_producer_mongo(body)
5166
+ p result
5167
+ rescue Akeyless::ApiError => e
5168
+ puts "Error when calling V2Api->gateway_create_producer_mongo: #{e}"
5169
+ end
5170
+ ```
5171
+
5172
+ #### Using the gateway_create_producer_mongo_with_http_info variant
5173
+
5174
+ This returns an Array which contains the response data, status code and headers.
5175
+
5176
+ > <Array(<GatewayCreateProducerMongoOutput>, Integer, Hash)> gateway_create_producer_mongo_with_http_info(body)
5177
+
5178
+ ```ruby
5179
+ begin
5180
+
5181
+ data, status_code, headers = api_instance.gateway_create_producer_mongo_with_http_info(body)
5182
+ p status_code # => 2xx
5183
+ p headers # => { ... }
5184
+ p data # => <GatewayCreateProducerMongoOutput>
5185
+ rescue Akeyless::ApiError => e
5186
+ puts "Error when calling V2Api->gateway_create_producer_mongo_with_http_info: #{e}"
5187
+ end
5188
+ ```
5189
+
5190
+ ### Parameters
5191
+
5192
+ | Name | Type | Description | Notes |
5193
+ | ---- | ---- | ----------- | ----- |
5194
+ | **body** | [**GatewayCreateProducerMongo**](GatewayCreateProducerMongo.md) | | |
5195
+
5196
+ ### Return type
5197
+
5198
+ [**GatewayCreateProducerMongoOutput**](GatewayCreateProducerMongoOutput.md)
5199
+
5200
+ ### Authorization
5201
+
5202
+ No authorization required
5203
+
5204
+ ### HTTP request headers
5205
+
5206
+ - **Content-Type**: application/json
5207
+ - **Accept**: application/json
5208
+
5209
+
5210
+ ## gateway_create_producer_mssql
5211
+
5212
+ > <GatewayCreateProducerMSSQLOutput> gateway_create_producer_mssql(body)
5213
+
5214
+
5215
+
5216
+ ### Examples
5217
+
5218
+ ```ruby
5219
+ require 'time'
5220
+ require 'akeyless'
5221
+
5222
+ api_instance = Akeyless::V2Api.new
5223
+ body = Akeyless::GatewayCreateProducerMSSQL.new({name: 'name_example'}) # GatewayCreateProducerMSSQL |
5224
+
5225
+ begin
5226
+
5227
+ result = api_instance.gateway_create_producer_mssql(body)
5228
+ p result
5229
+ rescue Akeyless::ApiError => e
5230
+ puts "Error when calling V2Api->gateway_create_producer_mssql: #{e}"
5231
+ end
5232
+ ```
5233
+
5234
+ #### Using the gateway_create_producer_mssql_with_http_info variant
5235
+
5236
+ This returns an Array which contains the response data, status code and headers.
5237
+
5238
+ > <Array(<GatewayCreateProducerMSSQLOutput>, Integer, Hash)> gateway_create_producer_mssql_with_http_info(body)
5239
+
5240
+ ```ruby
5241
+ begin
5242
+
5243
+ data, status_code, headers = api_instance.gateway_create_producer_mssql_with_http_info(body)
5244
+ p status_code # => 2xx
5245
+ p headers # => { ... }
5246
+ p data # => <GatewayCreateProducerMSSQLOutput>
5247
+ rescue Akeyless::ApiError => e
5248
+ puts "Error when calling V2Api->gateway_create_producer_mssql_with_http_info: #{e}"
5249
+ end
5250
+ ```
5251
+
5252
+ ### Parameters
5253
+
5254
+ | Name | Type | Description | Notes |
5255
+ | ---- | ---- | ----------- | ----- |
5256
+ | **body** | [**GatewayCreateProducerMSSQL**](GatewayCreateProducerMSSQL.md) | | |
5257
+
5258
+ ### Return type
5259
+
5260
+ [**GatewayCreateProducerMSSQLOutput**](GatewayCreateProducerMSSQLOutput.md)
5261
+
5262
+ ### Authorization
5263
+
5264
+ No authorization required
5265
+
5266
+ ### HTTP request headers
5267
+
5268
+ - **Content-Type**: application/json
5269
+ - **Accept**: application/json
5270
+
5271
+
5272
+ ## gateway_create_producer_my_sql
5273
+
5274
+ > <GatewayCreateProducerMySQLOutput> gateway_create_producer_my_sql(body)
5275
+
5276
+
5277
+
5278
+ ### Examples
5279
+
5280
+ ```ruby
5281
+ require 'time'
5282
+ require 'akeyless'
5283
+
5284
+ api_instance = Akeyless::V2Api.new
5285
+ body = Akeyless::GatewayCreateProducerMySQL.new({name: 'name_example'}) # GatewayCreateProducerMySQL |
5286
+
5287
+ begin
5288
+
5289
+ result = api_instance.gateway_create_producer_my_sql(body)
4333
5290
  p result
4334
5291
  rescue Akeyless::ApiError => e
4335
- puts "Error when calling V2Api->gateway_create_producer_eks: #{e}"
5292
+ puts "Error when calling V2Api->gateway_create_producer_my_sql: #{e}"
4336
5293
  end
4337
5294
  ```
4338
5295
 
4339
- #### Using the gateway_create_producer_eks_with_http_info variant
5296
+ #### Using the gateway_create_producer_my_sql_with_http_info variant
4340
5297
 
4341
5298
  This returns an Array which contains the response data, status code and headers.
4342
5299
 
4343
- > <Array(<GatewayCreateProducerEksOutput>, Integer, Hash)> gateway_create_producer_eks_with_http_info(body)
5300
+ > <Array(<GatewayCreateProducerMySQLOutput>, Integer, Hash)> gateway_create_producer_my_sql_with_http_info(body)
4344
5301
 
4345
5302
  ```ruby
4346
5303
  begin
4347
5304
 
4348
- data, status_code, headers = api_instance.gateway_create_producer_eks_with_http_info(body)
5305
+ data, status_code, headers = api_instance.gateway_create_producer_my_sql_with_http_info(body)
4349
5306
  p status_code # => 2xx
4350
5307
  p headers # => { ... }
4351
- p data # => <GatewayCreateProducerEksOutput>
5308
+ p data # => <GatewayCreateProducerMySQLOutput>
4352
5309
  rescue Akeyless::ApiError => e
4353
- puts "Error when calling V2Api->gateway_create_producer_eks_with_http_info: #{e}"
5310
+ puts "Error when calling V2Api->gateway_create_producer_my_sql_with_http_info: #{e}"
4354
5311
  end
4355
5312
  ```
4356
5313
 
@@ -4358,11 +5315,11 @@ end
4358
5315
 
4359
5316
  | Name | Type | Description | Notes |
4360
5317
  | ---- | ---- | ----------- | ----- |
4361
- | **body** | [**GatewayCreateProducerEks**](GatewayCreateProducerEks.md) | | |
5318
+ | **body** | [**GatewayCreateProducerMySQL**](GatewayCreateProducerMySQL.md) | | |
4362
5319
 
4363
5320
  ### Return type
4364
5321
 
4365
- [**GatewayCreateProducerEksOutput**](GatewayCreateProducerEksOutput.md)
5322
+ [**GatewayCreateProducerMySQLOutput**](GatewayCreateProducerMySQLOutput.md)
4366
5323
 
4367
5324
  ### Authorization
4368
5325
 
@@ -4374,9 +5331,9 @@ No authorization required
4374
5331
  - **Accept**: application/json
4375
5332
 
4376
5333
 
4377
- ## gateway_create_producer_gcp
5334
+ ## gateway_create_producer_native_k8_s
4378
5335
 
4379
- > <GatewayCreateProducerGcpOutput> gateway_create_producer_gcp(body)
5336
+ > <GatewayCreateProducerNativeK8SOutput> gateway_create_producer_native_k8_s(body)
4380
5337
 
4381
5338
 
4382
5339
 
@@ -4387,32 +5344,32 @@ require 'time'
4387
5344
  require 'akeyless'
4388
5345
 
4389
5346
  api_instance = Akeyless::V2Api.new
4390
- body = Akeyless::GatewayCreateProducerGcp.new({name: 'name_example'}) # GatewayCreateProducerGcp |
5347
+ body = Akeyless::GatewayCreateProducerNativeK8S.new({name: 'name_example'}) # GatewayCreateProducerNativeK8S |
4391
5348
 
4392
5349
  begin
4393
5350
 
4394
- result = api_instance.gateway_create_producer_gcp(body)
5351
+ result = api_instance.gateway_create_producer_native_k8_s(body)
4395
5352
  p result
4396
5353
  rescue Akeyless::ApiError => e
4397
- puts "Error when calling V2Api->gateway_create_producer_gcp: #{e}"
5354
+ puts "Error when calling V2Api->gateway_create_producer_native_k8_s: #{e}"
4398
5355
  end
4399
5356
  ```
4400
5357
 
4401
- #### Using the gateway_create_producer_gcp_with_http_info variant
5358
+ #### Using the gateway_create_producer_native_k8_s_with_http_info variant
4402
5359
 
4403
5360
  This returns an Array which contains the response data, status code and headers.
4404
5361
 
4405
- > <Array(<GatewayCreateProducerGcpOutput>, Integer, Hash)> gateway_create_producer_gcp_with_http_info(body)
5362
+ > <Array(<GatewayCreateProducerNativeK8SOutput>, Integer, Hash)> gateway_create_producer_native_k8_s_with_http_info(body)
4406
5363
 
4407
5364
  ```ruby
4408
5365
  begin
4409
5366
 
4410
- data, status_code, headers = api_instance.gateway_create_producer_gcp_with_http_info(body)
5367
+ data, status_code, headers = api_instance.gateway_create_producer_native_k8_s_with_http_info(body)
4411
5368
  p status_code # => 2xx
4412
5369
  p headers # => { ... }
4413
- p data # => <GatewayCreateProducerGcpOutput>
5370
+ p data # => <GatewayCreateProducerNativeK8SOutput>
4414
5371
  rescue Akeyless::ApiError => e
4415
- puts "Error when calling V2Api->gateway_create_producer_gcp_with_http_info: #{e}"
5372
+ puts "Error when calling V2Api->gateway_create_producer_native_k8_s_with_http_info: #{e}"
4416
5373
  end
4417
5374
  ```
4418
5375
 
@@ -4420,11 +5377,11 @@ end
4420
5377
 
4421
5378
  | Name | Type | Description | Notes |
4422
5379
  | ---- | ---- | ----------- | ----- |
4423
- | **body** | [**GatewayCreateProducerGcp**](GatewayCreateProducerGcp.md) | | |
5380
+ | **body** | [**GatewayCreateProducerNativeK8S**](GatewayCreateProducerNativeK8S.md) | | |
4424
5381
 
4425
5382
  ### Return type
4426
5383
 
4427
- [**GatewayCreateProducerGcpOutput**](GatewayCreateProducerGcpOutput.md)
5384
+ [**GatewayCreateProducerNativeK8SOutput**](GatewayCreateProducerNativeK8SOutput.md)
4428
5385
 
4429
5386
  ### Authorization
4430
5387
 
@@ -4436,9 +5393,9 @@ No authorization required
4436
5393
  - **Accept**: application/json
4437
5394
 
4438
5395
 
4439
- ## gateway_create_producer_github
5396
+ ## gateway_create_producer_oracle_db
4440
5397
 
4441
- > <GatewayCreateProducerGithubOutput> gateway_create_producer_github(body)
5398
+ > <GatewayCreateProducerOracleDbOutput> gateway_create_producer_oracle_db(body)
4442
5399
 
4443
5400
 
4444
5401
 
@@ -4449,32 +5406,32 @@ require 'time'
4449
5406
  require 'akeyless'
4450
5407
 
4451
5408
  api_instance = Akeyless::V2Api.new
4452
- body = Akeyless::GatewayCreateProducerGithub.new({name: 'name_example'}) # GatewayCreateProducerGithub |
5409
+ body = Akeyless::GatewayCreateProducerOracleDb.new({name: 'name_example'}) # GatewayCreateProducerOracleDb |
4453
5410
 
4454
5411
  begin
4455
5412
 
4456
- result = api_instance.gateway_create_producer_github(body)
5413
+ result = api_instance.gateway_create_producer_oracle_db(body)
4457
5414
  p result
4458
5415
  rescue Akeyless::ApiError => e
4459
- puts "Error when calling V2Api->gateway_create_producer_github: #{e}"
5416
+ puts "Error when calling V2Api->gateway_create_producer_oracle_db: #{e}"
4460
5417
  end
4461
5418
  ```
4462
5419
 
4463
- #### Using the gateway_create_producer_github_with_http_info variant
5420
+ #### Using the gateway_create_producer_oracle_db_with_http_info variant
4464
5421
 
4465
5422
  This returns an Array which contains the response data, status code and headers.
4466
5423
 
4467
- > <Array(<GatewayCreateProducerGithubOutput>, Integer, Hash)> gateway_create_producer_github_with_http_info(body)
5424
+ > <Array(<GatewayCreateProducerOracleDbOutput>, Integer, Hash)> gateway_create_producer_oracle_db_with_http_info(body)
4468
5425
 
4469
5426
  ```ruby
4470
5427
  begin
4471
5428
 
4472
- data, status_code, headers = api_instance.gateway_create_producer_github_with_http_info(body)
5429
+ data, status_code, headers = api_instance.gateway_create_producer_oracle_db_with_http_info(body)
4473
5430
  p status_code # => 2xx
4474
5431
  p headers # => { ... }
4475
- p data # => <GatewayCreateProducerGithubOutput>
5432
+ p data # => <GatewayCreateProducerOracleDbOutput>
4476
5433
  rescue Akeyless::ApiError => e
4477
- puts "Error when calling V2Api->gateway_create_producer_github_with_http_info: #{e}"
5434
+ puts "Error when calling V2Api->gateway_create_producer_oracle_db_with_http_info: #{e}"
4478
5435
  end
4479
5436
  ```
4480
5437
 
@@ -4482,11 +5439,11 @@ end
4482
5439
 
4483
5440
  | Name | Type | Description | Notes |
4484
5441
  | ---- | ---- | ----------- | ----- |
4485
- | **body** | [**GatewayCreateProducerGithub**](GatewayCreateProducerGithub.md) | | |
5442
+ | **body** | [**GatewayCreateProducerOracleDb**](GatewayCreateProducerOracleDb.md) | | |
4486
5443
 
4487
5444
  ### Return type
4488
5445
 
4489
- [**GatewayCreateProducerGithubOutput**](GatewayCreateProducerGithubOutput.md)
5446
+ [**GatewayCreateProducerOracleDbOutput**](GatewayCreateProducerOracleDbOutput.md)
4490
5447
 
4491
5448
  ### Authorization
4492
5449
 
@@ -4498,9 +5455,9 @@ No authorization required
4498
5455
  - **Accept**: application/json
4499
5456
 
4500
5457
 
4501
- ## gateway_create_producer_gke
5458
+ ## gateway_create_producer_postgre_sql
4502
5459
 
4503
- > <GatewayCreateProducerGkeOutput> gateway_create_producer_gke(body)
5460
+ > <GatewayCreateProducerPostgreSQLOutput> gateway_create_producer_postgre_sql(body)
4504
5461
 
4505
5462
 
4506
5463
 
@@ -4511,32 +5468,32 @@ require 'time'
4511
5468
  require 'akeyless'
4512
5469
 
4513
5470
  api_instance = Akeyless::V2Api.new
4514
- body = Akeyless::GatewayCreateProducerGke.new({name: 'name_example'}) # GatewayCreateProducerGke |
5471
+ body = Akeyless::GatewayCreateProducerPostgreSQL.new({name: 'name_example'}) # GatewayCreateProducerPostgreSQL |
4515
5472
 
4516
5473
  begin
4517
5474
 
4518
- result = api_instance.gateway_create_producer_gke(body)
5475
+ result = api_instance.gateway_create_producer_postgre_sql(body)
4519
5476
  p result
4520
5477
  rescue Akeyless::ApiError => e
4521
- puts "Error when calling V2Api->gateway_create_producer_gke: #{e}"
5478
+ puts "Error when calling V2Api->gateway_create_producer_postgre_sql: #{e}"
4522
5479
  end
4523
5480
  ```
4524
5481
 
4525
- #### Using the gateway_create_producer_gke_with_http_info variant
5482
+ #### Using the gateway_create_producer_postgre_sql_with_http_info variant
4526
5483
 
4527
5484
  This returns an Array which contains the response data, status code and headers.
4528
5485
 
4529
- > <Array(<GatewayCreateProducerGkeOutput>, Integer, Hash)> gateway_create_producer_gke_with_http_info(body)
5486
+ > <Array(<GatewayCreateProducerPostgreSQLOutput>, Integer, Hash)> gateway_create_producer_postgre_sql_with_http_info(body)
4530
5487
 
4531
5488
  ```ruby
4532
5489
  begin
4533
5490
 
4534
- data, status_code, headers = api_instance.gateway_create_producer_gke_with_http_info(body)
5491
+ data, status_code, headers = api_instance.gateway_create_producer_postgre_sql_with_http_info(body)
4535
5492
  p status_code # => 2xx
4536
5493
  p headers # => { ... }
4537
- p data # => <GatewayCreateProducerGkeOutput>
5494
+ p data # => <GatewayCreateProducerPostgreSQLOutput>
4538
5495
  rescue Akeyless::ApiError => e
4539
- puts "Error when calling V2Api->gateway_create_producer_gke_with_http_info: #{e}"
5496
+ puts "Error when calling V2Api->gateway_create_producer_postgre_sql_with_http_info: #{e}"
4540
5497
  end
4541
5498
  ```
4542
5499
 
@@ -4544,11 +5501,11 @@ end
4544
5501
 
4545
5502
  | Name | Type | Description | Notes |
4546
5503
  | ---- | ---- | ----------- | ----- |
4547
- | **body** | [**GatewayCreateProducerGke**](GatewayCreateProducerGke.md) | | |
5504
+ | **body** | [**GatewayCreateProducerPostgreSQL**](GatewayCreateProducerPostgreSQL.md) | | |
4548
5505
 
4549
5506
  ### Return type
4550
5507
 
4551
- [**GatewayCreateProducerGkeOutput**](GatewayCreateProducerGkeOutput.md)
5508
+ [**GatewayCreateProducerPostgreSQLOutput**](GatewayCreateProducerPostgreSQLOutput.md)
4552
5509
 
4553
5510
  ### Authorization
4554
5511
 
@@ -4560,9 +5517,9 @@ No authorization required
4560
5517
  - **Accept**: application/json
4561
5518
 
4562
5519
 
4563
- ## gateway_create_producer_ldap
5520
+ ## gateway_create_producer_rabbit_mq
4564
5521
 
4565
- > <GatewayCreateProducerLdapOutput> gateway_create_producer_ldap(body)
5522
+ > <GatewayCreateProducerRabbitMQOutput> gateway_create_producer_rabbit_mq(body)
4566
5523
 
4567
5524
 
4568
5525
 
@@ -4573,32 +5530,32 @@ require 'time'
4573
5530
  require 'akeyless'
4574
5531
 
4575
5532
  api_instance = Akeyless::V2Api.new
4576
- body = Akeyless::GatewayCreateProducerLdap.new({name: 'name_example'}) # GatewayCreateProducerLdap |
5533
+ body = Akeyless::GatewayCreateProducerRabbitMQ.new({name: 'name_example'}) # GatewayCreateProducerRabbitMQ |
4577
5534
 
4578
5535
  begin
4579
5536
 
4580
- result = api_instance.gateway_create_producer_ldap(body)
5537
+ result = api_instance.gateway_create_producer_rabbit_mq(body)
4581
5538
  p result
4582
5539
  rescue Akeyless::ApiError => e
4583
- puts "Error when calling V2Api->gateway_create_producer_ldap: #{e}"
5540
+ puts "Error when calling V2Api->gateway_create_producer_rabbit_mq: #{e}"
4584
5541
  end
4585
5542
  ```
4586
5543
 
4587
- #### Using the gateway_create_producer_ldap_with_http_info variant
5544
+ #### Using the gateway_create_producer_rabbit_mq_with_http_info variant
4588
5545
 
4589
5546
  This returns an Array which contains the response data, status code and headers.
4590
5547
 
4591
- > <Array(<GatewayCreateProducerLdapOutput>, Integer, Hash)> gateway_create_producer_ldap_with_http_info(body)
5548
+ > <Array(<GatewayCreateProducerRabbitMQOutput>, Integer, Hash)> gateway_create_producer_rabbit_mq_with_http_info(body)
4592
5549
 
4593
5550
  ```ruby
4594
5551
  begin
4595
5552
 
4596
- data, status_code, headers = api_instance.gateway_create_producer_ldap_with_http_info(body)
5553
+ data, status_code, headers = api_instance.gateway_create_producer_rabbit_mq_with_http_info(body)
4597
5554
  p status_code # => 2xx
4598
5555
  p headers # => { ... }
4599
- p data # => <GatewayCreateProducerLdapOutput>
5556
+ p data # => <GatewayCreateProducerRabbitMQOutput>
4600
5557
  rescue Akeyless::ApiError => e
4601
- puts "Error when calling V2Api->gateway_create_producer_ldap_with_http_info: #{e}"
5558
+ puts "Error when calling V2Api->gateway_create_producer_rabbit_mq_with_http_info: #{e}"
4602
5559
  end
4603
5560
  ```
4604
5561
 
@@ -4606,11 +5563,11 @@ end
4606
5563
 
4607
5564
  | Name | Type | Description | Notes |
4608
5565
  | ---- | ---- | ----------- | ----- |
4609
- | **body** | [**GatewayCreateProducerLdap**](GatewayCreateProducerLdap.md) | | |
5566
+ | **body** | [**GatewayCreateProducerRabbitMQ**](GatewayCreateProducerRabbitMQ.md) | | |
4610
5567
 
4611
5568
  ### Return type
4612
5569
 
4613
- [**GatewayCreateProducerLdapOutput**](GatewayCreateProducerLdapOutput.md)
5570
+ [**GatewayCreateProducerRabbitMQOutput**](GatewayCreateProducerRabbitMQOutput.md)
4614
5571
 
4615
5572
  ### Authorization
4616
5573
 
@@ -4622,9 +5579,9 @@ No authorization required
4622
5579
  - **Accept**: application/json
4623
5580
 
4624
5581
 
4625
- ## gateway_create_producer_mongo
5582
+ ## gateway_create_producer_rdp
4626
5583
 
4627
- > <GatewayCreateProducerMongoOutput> gateway_create_producer_mongo(body)
5584
+ > <GatewayCreateProducerRdpOutput> gateway_create_producer_rdp(body)
4628
5585
 
4629
5586
 
4630
5587
 
@@ -4635,32 +5592,32 @@ require 'time'
4635
5592
  require 'akeyless'
4636
5593
 
4637
5594
  api_instance = Akeyless::V2Api.new
4638
- body = Akeyless::GatewayCreateProducerMongo.new({name: 'name_example'}) # GatewayCreateProducerMongo |
5595
+ body = Akeyless::GatewayCreateProducerRdp.new({name: 'name_example'}) # GatewayCreateProducerRdp |
4639
5596
 
4640
5597
  begin
4641
5598
 
4642
- result = api_instance.gateway_create_producer_mongo(body)
5599
+ result = api_instance.gateway_create_producer_rdp(body)
4643
5600
  p result
4644
5601
  rescue Akeyless::ApiError => e
4645
- puts "Error when calling V2Api->gateway_create_producer_mongo: #{e}"
5602
+ puts "Error when calling V2Api->gateway_create_producer_rdp: #{e}"
4646
5603
  end
4647
5604
  ```
4648
5605
 
4649
- #### Using the gateway_create_producer_mongo_with_http_info variant
5606
+ #### Using the gateway_create_producer_rdp_with_http_info variant
4650
5607
 
4651
5608
  This returns an Array which contains the response data, status code and headers.
4652
5609
 
4653
- > <Array(<GatewayCreateProducerMongoOutput>, Integer, Hash)> gateway_create_producer_mongo_with_http_info(body)
5610
+ > <Array(<GatewayCreateProducerRdpOutput>, Integer, Hash)> gateway_create_producer_rdp_with_http_info(body)
4654
5611
 
4655
5612
  ```ruby
4656
5613
  begin
4657
5614
 
4658
- data, status_code, headers = api_instance.gateway_create_producer_mongo_with_http_info(body)
5615
+ data, status_code, headers = api_instance.gateway_create_producer_rdp_with_http_info(body)
4659
5616
  p status_code # => 2xx
4660
5617
  p headers # => { ... }
4661
- p data # => <GatewayCreateProducerMongoOutput>
5618
+ p data # => <GatewayCreateProducerRdpOutput>
4662
5619
  rescue Akeyless::ApiError => e
4663
- puts "Error when calling V2Api->gateway_create_producer_mongo_with_http_info: #{e}"
5620
+ puts "Error when calling V2Api->gateway_create_producer_rdp_with_http_info: #{e}"
4664
5621
  end
4665
5622
  ```
4666
5623
 
@@ -4668,11 +5625,11 @@ end
4668
5625
 
4669
5626
  | Name | Type | Description | Notes |
4670
5627
  | ---- | ---- | ----------- | ----- |
4671
- | **body** | [**GatewayCreateProducerMongo**](GatewayCreateProducerMongo.md) | | |
5628
+ | **body** | [**GatewayCreateProducerRdp**](GatewayCreateProducerRdp.md) | | |
4672
5629
 
4673
5630
  ### Return type
4674
5631
 
4675
- [**GatewayCreateProducerMongoOutput**](GatewayCreateProducerMongoOutput.md)
5632
+ [**GatewayCreateProducerRdpOutput**](GatewayCreateProducerRdpOutput.md)
4676
5633
 
4677
5634
  ### Authorization
4678
5635
 
@@ -4684,9 +5641,9 @@ No authorization required
4684
5641
  - **Accept**: application/json
4685
5642
 
4686
5643
 
4687
- ## gateway_create_producer_mssql
5644
+ ## gateway_create_producer_redshift
4688
5645
 
4689
- > <GatewayCreateProducerMSSQLOutput> gateway_create_producer_mssql(body)
5646
+ > <GatewayCreateProducerRedshiftOutput> gateway_create_producer_redshift(body)
4690
5647
 
4691
5648
 
4692
5649
 
@@ -4697,32 +5654,32 @@ require 'time'
4697
5654
  require 'akeyless'
4698
5655
 
4699
5656
  api_instance = Akeyless::V2Api.new
4700
- body = Akeyless::GatewayCreateProducerMSSQL.new({name: 'name_example'}) # GatewayCreateProducerMSSQL |
5657
+ body = Akeyless::GatewayCreateProducerRedshift.new({name: 'name_example'}) # GatewayCreateProducerRedshift |
4701
5658
 
4702
5659
  begin
4703
5660
 
4704
- result = api_instance.gateway_create_producer_mssql(body)
5661
+ result = api_instance.gateway_create_producer_redshift(body)
4705
5662
  p result
4706
5663
  rescue Akeyless::ApiError => e
4707
- puts "Error when calling V2Api->gateway_create_producer_mssql: #{e}"
5664
+ puts "Error when calling V2Api->gateway_create_producer_redshift: #{e}"
4708
5665
  end
4709
5666
  ```
4710
5667
 
4711
- #### Using the gateway_create_producer_mssql_with_http_info variant
5668
+ #### Using the gateway_create_producer_redshift_with_http_info variant
4712
5669
 
4713
5670
  This returns an Array which contains the response data, status code and headers.
4714
5671
 
4715
- > <Array(<GatewayCreateProducerMSSQLOutput>, Integer, Hash)> gateway_create_producer_mssql_with_http_info(body)
5672
+ > <Array(<GatewayCreateProducerRedshiftOutput>, Integer, Hash)> gateway_create_producer_redshift_with_http_info(body)
4716
5673
 
4717
5674
  ```ruby
4718
5675
  begin
4719
5676
 
4720
- data, status_code, headers = api_instance.gateway_create_producer_mssql_with_http_info(body)
5677
+ data, status_code, headers = api_instance.gateway_create_producer_redshift_with_http_info(body)
4721
5678
  p status_code # => 2xx
4722
5679
  p headers # => { ... }
4723
- p data # => <GatewayCreateProducerMSSQLOutput>
5680
+ p data # => <GatewayCreateProducerRedshiftOutput>
4724
5681
  rescue Akeyless::ApiError => e
4725
- puts "Error when calling V2Api->gateway_create_producer_mssql_with_http_info: #{e}"
5682
+ puts "Error when calling V2Api->gateway_create_producer_redshift_with_http_info: #{e}"
4726
5683
  end
4727
5684
  ```
4728
5685
 
@@ -4730,11 +5687,11 @@ end
4730
5687
 
4731
5688
  | Name | Type | Description | Notes |
4732
5689
  | ---- | ---- | ----------- | ----- |
4733
- | **body** | [**GatewayCreateProducerMSSQL**](GatewayCreateProducerMSSQL.md) | | |
5690
+ | **body** | [**GatewayCreateProducerRedshift**](GatewayCreateProducerRedshift.md) | | |
4734
5691
 
4735
5692
  ### Return type
4736
5693
 
4737
- [**GatewayCreateProducerMSSQLOutput**](GatewayCreateProducerMSSQLOutput.md)
5694
+ [**GatewayCreateProducerRedshiftOutput**](GatewayCreateProducerRedshiftOutput.md)
4738
5695
 
4739
5696
  ### Authorization
4740
5697
 
@@ -4746,9 +5703,9 @@ No authorization required
4746
5703
  - **Accept**: application/json
4747
5704
 
4748
5705
 
4749
- ## gateway_create_producer_my_sql
5706
+ ## gateway_create_producer_snowflake
4750
5707
 
4751
- > <GatewayCreateProducerMySQLOutput> gateway_create_producer_my_sql(body)
5708
+ > <GatewayCreateProducerSnowflakeOutput> gateway_create_producer_snowflake(body)
4752
5709
 
4753
5710
 
4754
5711
 
@@ -4759,32 +5716,32 @@ require 'time'
4759
5716
  require 'akeyless'
4760
5717
 
4761
5718
  api_instance = Akeyless::V2Api.new
4762
- body = Akeyless::GatewayCreateProducerMySQL.new({name: 'name_example'}) # GatewayCreateProducerMySQL |
5719
+ body = Akeyless::GatewayCreateProducerSnowflake.new({name: 'name_example'}) # GatewayCreateProducerSnowflake |
4763
5720
 
4764
5721
  begin
4765
5722
 
4766
- result = api_instance.gateway_create_producer_my_sql(body)
5723
+ result = api_instance.gateway_create_producer_snowflake(body)
4767
5724
  p result
4768
5725
  rescue Akeyless::ApiError => e
4769
- puts "Error when calling V2Api->gateway_create_producer_my_sql: #{e}"
5726
+ puts "Error when calling V2Api->gateway_create_producer_snowflake: #{e}"
4770
5727
  end
4771
5728
  ```
4772
5729
 
4773
- #### Using the gateway_create_producer_my_sql_with_http_info variant
5730
+ #### Using the gateway_create_producer_snowflake_with_http_info variant
4774
5731
 
4775
5732
  This returns an Array which contains the response data, status code and headers.
4776
5733
 
4777
- > <Array(<GatewayCreateProducerMySQLOutput>, Integer, Hash)> gateway_create_producer_my_sql_with_http_info(body)
5734
+ > <Array(<GatewayCreateProducerSnowflakeOutput>, Integer, Hash)> gateway_create_producer_snowflake_with_http_info(body)
4778
5735
 
4779
5736
  ```ruby
4780
5737
  begin
4781
5738
 
4782
- data, status_code, headers = api_instance.gateway_create_producer_my_sql_with_http_info(body)
5739
+ data, status_code, headers = api_instance.gateway_create_producer_snowflake_with_http_info(body)
4783
5740
  p status_code # => 2xx
4784
5741
  p headers # => { ... }
4785
- p data # => <GatewayCreateProducerMySQLOutput>
5742
+ p data # => <GatewayCreateProducerSnowflakeOutput>
4786
5743
  rescue Akeyless::ApiError => e
4787
- puts "Error when calling V2Api->gateway_create_producer_my_sql_with_http_info: #{e}"
5744
+ puts "Error when calling V2Api->gateway_create_producer_snowflake_with_http_info: #{e}"
4788
5745
  end
4789
5746
  ```
4790
5747
 
@@ -4792,11 +5749,11 @@ end
4792
5749
 
4793
5750
  | Name | Type | Description | Notes |
4794
5751
  | ---- | ---- | ----------- | ----- |
4795
- | **body** | [**GatewayCreateProducerMySQL**](GatewayCreateProducerMySQL.md) | | |
5752
+ | **body** | [**GatewayCreateProducerSnowflake**](GatewayCreateProducerSnowflake.md) | | |
4796
5753
 
4797
5754
  ### Return type
4798
5755
 
4799
- [**GatewayCreateProducerMySQLOutput**](GatewayCreateProducerMySQLOutput.md)
5756
+ [**GatewayCreateProducerSnowflakeOutput**](GatewayCreateProducerSnowflakeOutput.md)
4800
5757
 
4801
5758
  ### Authorization
4802
5759
 
@@ -4808,9 +5765,9 @@ No authorization required
4808
5765
  - **Accept**: application/json
4809
5766
 
4810
5767
 
4811
- ## gateway_create_producer_native_k8_s
5768
+ ## gateway_delete_allowed_management_access
4812
5769
 
4813
- > <GatewayCreateProducerNativeK8SOutput> gateway_create_producer_native_k8_s(body)
5770
+ > Object gateway_delete_allowed_management_access(body)
4814
5771
 
4815
5772
 
4816
5773
 
@@ -4821,32 +5778,32 @@ require 'time'
4821
5778
  require 'akeyless'
4822
5779
 
4823
5780
  api_instance = Akeyless::V2Api.new
4824
- body = Akeyless::GatewayCreateProducerNativeK8S.new({name: 'name_example'}) # GatewayCreateProducerNativeK8S |
5781
+ body = Akeyless::GatewayDeleteAllowedManagementAccess.new({sub_admin_id: 'sub_admin_id_example'}) # GatewayDeleteAllowedManagementAccess |
4825
5782
 
4826
5783
  begin
4827
5784
 
4828
- result = api_instance.gateway_create_producer_native_k8_s(body)
5785
+ result = api_instance.gateway_delete_allowed_management_access(body)
4829
5786
  p result
4830
5787
  rescue Akeyless::ApiError => e
4831
- puts "Error when calling V2Api->gateway_create_producer_native_k8_s: #{e}"
5788
+ puts "Error when calling V2Api->gateway_delete_allowed_management_access: #{e}"
4832
5789
  end
4833
5790
  ```
4834
5791
 
4835
- #### Using the gateway_create_producer_native_k8_s_with_http_info variant
5792
+ #### Using the gateway_delete_allowed_management_access_with_http_info variant
4836
5793
 
4837
5794
  This returns an Array which contains the response data, status code and headers.
4838
5795
 
4839
- > <Array(<GatewayCreateProducerNativeK8SOutput>, Integer, Hash)> gateway_create_producer_native_k8_s_with_http_info(body)
5796
+ > <Array(Object, Integer, Hash)> gateway_delete_allowed_management_access_with_http_info(body)
4840
5797
 
4841
5798
  ```ruby
4842
5799
  begin
4843
5800
 
4844
- data, status_code, headers = api_instance.gateway_create_producer_native_k8_s_with_http_info(body)
5801
+ data, status_code, headers = api_instance.gateway_delete_allowed_management_access_with_http_info(body)
4845
5802
  p status_code # => 2xx
4846
5803
  p headers # => { ... }
4847
- p data # => <GatewayCreateProducerNativeK8SOutput>
5804
+ p data # => Object
4848
5805
  rescue Akeyless::ApiError => e
4849
- puts "Error when calling V2Api->gateway_create_producer_native_k8_s_with_http_info: #{e}"
5806
+ puts "Error when calling V2Api->gateway_delete_allowed_management_access_with_http_info: #{e}"
4850
5807
  end
4851
5808
  ```
4852
5809
 
@@ -4854,11 +5811,11 @@ end
4854
5811
 
4855
5812
  | Name | Type | Description | Notes |
4856
5813
  | ---- | ---- | ----------- | ----- |
4857
- | **body** | [**GatewayCreateProducerNativeK8S**](GatewayCreateProducerNativeK8S.md) | | |
5814
+ | **body** | [**GatewayDeleteAllowedManagementAccess**](GatewayDeleteAllowedManagementAccess.md) | | |
4858
5815
 
4859
5816
  ### Return type
4860
5817
 
4861
- [**GatewayCreateProducerNativeK8SOutput**](GatewayCreateProducerNativeK8SOutput.md)
5818
+ **Object**
4862
5819
 
4863
5820
  ### Authorization
4864
5821
 
@@ -4870,9 +5827,9 @@ No authorization required
4870
5827
  - **Accept**: application/json
4871
5828
 
4872
5829
 
4873
- ## gateway_create_producer_oracle_db
5830
+ ## gateway_delete_k8_s_auth_config
4874
5831
 
4875
- > <GatewayCreateProducerOracleDbOutput> gateway_create_producer_oracle_db(body)
5832
+ > <GatewayDeleteK8SAuthConfigOutput> gateway_delete_k8_s_auth_config(body)
4876
5833
 
4877
5834
 
4878
5835
 
@@ -4883,32 +5840,32 @@ require 'time'
4883
5840
  require 'akeyless'
4884
5841
 
4885
5842
  api_instance = Akeyless::V2Api.new
4886
- body = Akeyless::GatewayCreateProducerOracleDb.new({name: 'name_example'}) # GatewayCreateProducerOracleDb |
5843
+ body = Akeyless::GatewayDeleteK8SAuthConfig.new({name: 'name_example'}) # GatewayDeleteK8SAuthConfig |
4887
5844
 
4888
5845
  begin
4889
5846
 
4890
- result = api_instance.gateway_create_producer_oracle_db(body)
5847
+ result = api_instance.gateway_delete_k8_s_auth_config(body)
4891
5848
  p result
4892
5849
  rescue Akeyless::ApiError => e
4893
- puts "Error when calling V2Api->gateway_create_producer_oracle_db: #{e}"
5850
+ puts "Error when calling V2Api->gateway_delete_k8_s_auth_config: #{e}"
4894
5851
  end
4895
5852
  ```
4896
5853
 
4897
- #### Using the gateway_create_producer_oracle_db_with_http_info variant
5854
+ #### Using the gateway_delete_k8_s_auth_config_with_http_info variant
4898
5855
 
4899
5856
  This returns an Array which contains the response data, status code and headers.
4900
5857
 
4901
- > <Array(<GatewayCreateProducerOracleDbOutput>, Integer, Hash)> gateway_create_producer_oracle_db_with_http_info(body)
5858
+ > <Array(<GatewayDeleteK8SAuthConfigOutput>, Integer, Hash)> gateway_delete_k8_s_auth_config_with_http_info(body)
4902
5859
 
4903
5860
  ```ruby
4904
5861
  begin
4905
5862
 
4906
- data, status_code, headers = api_instance.gateway_create_producer_oracle_db_with_http_info(body)
5863
+ data, status_code, headers = api_instance.gateway_delete_k8_s_auth_config_with_http_info(body)
4907
5864
  p status_code # => 2xx
4908
5865
  p headers # => { ... }
4909
- p data # => <GatewayCreateProducerOracleDbOutput>
5866
+ p data # => <GatewayDeleteK8SAuthConfigOutput>
4910
5867
  rescue Akeyless::ApiError => e
4911
- puts "Error when calling V2Api->gateway_create_producer_oracle_db_with_http_info: #{e}"
5868
+ puts "Error when calling V2Api->gateway_delete_k8_s_auth_config_with_http_info: #{e}"
4912
5869
  end
4913
5870
  ```
4914
5871
 
@@ -4916,11 +5873,11 @@ end
4916
5873
 
4917
5874
  | Name | Type | Description | Notes |
4918
5875
  | ---- | ---- | ----------- | ----- |
4919
- | **body** | [**GatewayCreateProducerOracleDb**](GatewayCreateProducerOracleDb.md) | | |
5876
+ | **body** | [**GatewayDeleteK8SAuthConfig**](GatewayDeleteK8SAuthConfig.md) | | |
4920
5877
 
4921
5878
  ### Return type
4922
5879
 
4923
- [**GatewayCreateProducerOracleDbOutput**](GatewayCreateProducerOracleDbOutput.md)
5880
+ [**GatewayDeleteK8SAuthConfigOutput**](GatewayDeleteK8SAuthConfigOutput.md)
4924
5881
 
4925
5882
  ### Authorization
4926
5883
 
@@ -4932,9 +5889,9 @@ No authorization required
4932
5889
  - **Accept**: application/json
4933
5890
 
4934
5891
 
4935
- ## gateway_create_producer_postgre_sql
5892
+ ## gateway_delete_migration
4936
5893
 
4937
- > <GatewayCreateProducerPostgreSQLOutput> gateway_create_producer_postgre_sql(body)
5894
+ > <GatewayMigrationDeleteOutput> gateway_delete_migration(body)
4938
5895
 
4939
5896
 
4940
5897
 
@@ -4945,32 +5902,32 @@ require 'time'
4945
5902
  require 'akeyless'
4946
5903
 
4947
5904
  api_instance = Akeyless::V2Api.new
4948
- body = Akeyless::GatewayCreateProducerPostgreSQL.new({name: 'name_example'}) # GatewayCreateProducerPostgreSQL |
5905
+ body = Akeyless::GatewayDeleteMigration.new({id: 'id_example'}) # GatewayDeleteMigration |
4949
5906
 
4950
5907
  begin
4951
5908
 
4952
- result = api_instance.gateway_create_producer_postgre_sql(body)
5909
+ result = api_instance.gateway_delete_migration(body)
4953
5910
  p result
4954
5911
  rescue Akeyless::ApiError => e
4955
- puts "Error when calling V2Api->gateway_create_producer_postgre_sql: #{e}"
5912
+ puts "Error when calling V2Api->gateway_delete_migration: #{e}"
4956
5913
  end
4957
5914
  ```
4958
5915
 
4959
- #### Using the gateway_create_producer_postgre_sql_with_http_info variant
5916
+ #### Using the gateway_delete_migration_with_http_info variant
4960
5917
 
4961
5918
  This returns an Array which contains the response data, status code and headers.
4962
5919
 
4963
- > <Array(<GatewayCreateProducerPostgreSQLOutput>, Integer, Hash)> gateway_create_producer_postgre_sql_with_http_info(body)
5920
+ > <Array(<GatewayMigrationDeleteOutput>, Integer, Hash)> gateway_delete_migration_with_http_info(body)
4964
5921
 
4965
5922
  ```ruby
4966
5923
  begin
4967
5924
 
4968
- data, status_code, headers = api_instance.gateway_create_producer_postgre_sql_with_http_info(body)
5925
+ data, status_code, headers = api_instance.gateway_delete_migration_with_http_info(body)
4969
5926
  p status_code # => 2xx
4970
5927
  p headers # => { ... }
4971
- p data # => <GatewayCreateProducerPostgreSQLOutput>
5928
+ p data # => <GatewayMigrationDeleteOutput>
4972
5929
  rescue Akeyless::ApiError => e
4973
- puts "Error when calling V2Api->gateway_create_producer_postgre_sql_with_http_info: #{e}"
5930
+ puts "Error when calling V2Api->gateway_delete_migration_with_http_info: #{e}"
4974
5931
  end
4975
5932
  ```
4976
5933
 
@@ -4978,11 +5935,11 @@ end
4978
5935
 
4979
5936
  | Name | Type | Description | Notes |
4980
5937
  | ---- | ---- | ----------- | ----- |
4981
- | **body** | [**GatewayCreateProducerPostgreSQL**](GatewayCreateProducerPostgreSQL.md) | | |
5938
+ | **body** | [**GatewayDeleteMigration**](GatewayDeleteMigration.md) | | |
4982
5939
 
4983
5940
  ### Return type
4984
5941
 
4985
- [**GatewayCreateProducerPostgreSQLOutput**](GatewayCreateProducerPostgreSQLOutput.md)
5942
+ [**GatewayMigrationDeleteOutput**](GatewayMigrationDeleteOutput.md)
4986
5943
 
4987
5944
  ### Authorization
4988
5945
 
@@ -4994,9 +5951,9 @@ No authorization required
4994
5951
  - **Accept**: application/json
4995
5952
 
4996
5953
 
4997
- ## gateway_create_producer_rabbit_mq
5954
+ ## gateway_delete_producer
4998
5955
 
4999
- > <GatewayCreateProducerRabbitMQOutput> gateway_create_producer_rabbit_mq(body)
5956
+ > <GatewayDeleteProducerOutput> gateway_delete_producer(body)
5000
5957
 
5001
5958
 
5002
5959
 
@@ -5007,32 +5964,32 @@ require 'time'
5007
5964
  require 'akeyless'
5008
5965
 
5009
5966
  api_instance = Akeyless::V2Api.new
5010
- body = Akeyless::GatewayCreateProducerRabbitMQ.new({name: 'name_example'}) # GatewayCreateProducerRabbitMQ |
5967
+ body = Akeyless::GatewayDeleteProducer.new({name: 'name_example'}) # GatewayDeleteProducer |
5011
5968
 
5012
5969
  begin
5013
5970
 
5014
- result = api_instance.gateway_create_producer_rabbit_mq(body)
5971
+ result = api_instance.gateway_delete_producer(body)
5015
5972
  p result
5016
5973
  rescue Akeyless::ApiError => e
5017
- puts "Error when calling V2Api->gateway_create_producer_rabbit_mq: #{e}"
5974
+ puts "Error when calling V2Api->gateway_delete_producer: #{e}"
5018
5975
  end
5019
5976
  ```
5020
5977
 
5021
- #### Using the gateway_create_producer_rabbit_mq_with_http_info variant
5978
+ #### Using the gateway_delete_producer_with_http_info variant
5022
5979
 
5023
5980
  This returns an Array which contains the response data, status code and headers.
5024
5981
 
5025
- > <Array(<GatewayCreateProducerRabbitMQOutput>, Integer, Hash)> gateway_create_producer_rabbit_mq_with_http_info(body)
5982
+ > <Array(<GatewayDeleteProducerOutput>, Integer, Hash)> gateway_delete_producer_with_http_info(body)
5026
5983
 
5027
5984
  ```ruby
5028
5985
  begin
5029
5986
 
5030
- data, status_code, headers = api_instance.gateway_create_producer_rabbit_mq_with_http_info(body)
5987
+ data, status_code, headers = api_instance.gateway_delete_producer_with_http_info(body)
5031
5988
  p status_code # => 2xx
5032
5989
  p headers # => { ... }
5033
- p data # => <GatewayCreateProducerRabbitMQOutput>
5990
+ p data # => <GatewayDeleteProducerOutput>
5034
5991
  rescue Akeyless::ApiError => e
5035
- puts "Error when calling V2Api->gateway_create_producer_rabbit_mq_with_http_info: #{e}"
5992
+ puts "Error when calling V2Api->gateway_delete_producer_with_http_info: #{e}"
5036
5993
  end
5037
5994
  ```
5038
5995
 
@@ -5040,11 +5997,11 @@ end
5040
5997
 
5041
5998
  | Name | Type | Description | Notes |
5042
5999
  | ---- | ---- | ----------- | ----- |
5043
- | **body** | [**GatewayCreateProducerRabbitMQ**](GatewayCreateProducerRabbitMQ.md) | | |
6000
+ | **body** | [**GatewayDeleteProducer**](GatewayDeleteProducer.md) | | |
5044
6001
 
5045
6002
  ### Return type
5046
6003
 
5047
- [**GatewayCreateProducerRabbitMQOutput**](GatewayCreateProducerRabbitMQOutput.md)
6004
+ [**GatewayDeleteProducerOutput**](GatewayDeleteProducerOutput.md)
5048
6005
 
5049
6006
  ### Authorization
5050
6007
 
@@ -5056,9 +6013,9 @@ No authorization required
5056
6013
  - **Accept**: application/json
5057
6014
 
5058
6015
 
5059
- ## gateway_create_producer_rdp
6016
+ ## gateway_get_config
5060
6017
 
5061
- > <GatewayCreateProducerRdpOutput> gateway_create_producer_rdp(body)
6018
+ > <AkeylessGatewayConfig> gateway_get_config(body)
5062
6019
 
5063
6020
 
5064
6021
 
@@ -5069,32 +6026,32 @@ require 'time'
5069
6026
  require 'akeyless'
5070
6027
 
5071
6028
  api_instance = Akeyless::V2Api.new
5072
- body = Akeyless::GatewayCreateProducerRdp.new({name: 'name_example'}) # GatewayCreateProducerRdp |
6029
+ body = Akeyless::GatewayGetConfig.new # GatewayGetConfig |
5073
6030
 
5074
6031
  begin
5075
6032
 
5076
- result = api_instance.gateway_create_producer_rdp(body)
6033
+ result = api_instance.gateway_get_config(body)
5077
6034
  p result
5078
6035
  rescue Akeyless::ApiError => e
5079
- puts "Error when calling V2Api->gateway_create_producer_rdp: #{e}"
6036
+ puts "Error when calling V2Api->gateway_get_config: #{e}"
5080
6037
  end
5081
6038
  ```
5082
6039
 
5083
- #### Using the gateway_create_producer_rdp_with_http_info variant
6040
+ #### Using the gateway_get_config_with_http_info variant
5084
6041
 
5085
6042
  This returns an Array which contains the response data, status code and headers.
5086
6043
 
5087
- > <Array(<GatewayCreateProducerRdpOutput>, Integer, Hash)> gateway_create_producer_rdp_with_http_info(body)
6044
+ > <Array(<AkeylessGatewayConfig>, Integer, Hash)> gateway_get_config_with_http_info(body)
5088
6045
 
5089
6046
  ```ruby
5090
6047
  begin
5091
6048
 
5092
- data, status_code, headers = api_instance.gateway_create_producer_rdp_with_http_info(body)
6049
+ data, status_code, headers = api_instance.gateway_get_config_with_http_info(body)
5093
6050
  p status_code # => 2xx
5094
6051
  p headers # => { ... }
5095
- p data # => <GatewayCreateProducerRdpOutput>
6052
+ p data # => <AkeylessGatewayConfig>
5096
6053
  rescue Akeyless::ApiError => e
5097
- puts "Error when calling V2Api->gateway_create_producer_rdp_with_http_info: #{e}"
6054
+ puts "Error when calling V2Api->gateway_get_config_with_http_info: #{e}"
5098
6055
  end
5099
6056
  ```
5100
6057
 
@@ -5102,11 +6059,11 @@ end
5102
6059
 
5103
6060
  | Name | Type | Description | Notes |
5104
6061
  | ---- | ---- | ----------- | ----- |
5105
- | **body** | [**GatewayCreateProducerRdp**](GatewayCreateProducerRdp.md) | | |
6062
+ | **body** | [**GatewayGetConfig**](GatewayGetConfig.md) | | |
5106
6063
 
5107
6064
  ### Return type
5108
6065
 
5109
- [**GatewayCreateProducerRdpOutput**](GatewayCreateProducerRdpOutput.md)
6066
+ [**AkeylessGatewayConfig**](AkeylessGatewayConfig.md)
5110
6067
 
5111
6068
  ### Authorization
5112
6069
 
@@ -5118,9 +6075,9 @@ No authorization required
5118
6075
  - **Accept**: application/json
5119
6076
 
5120
6077
 
5121
- ## gateway_create_producer_redshift
6078
+ ## gateway_get_k8_s_auth_config
5122
6079
 
5123
- > <GatewayCreateProducerRedshiftOutput> gateway_create_producer_redshift(body)
6080
+ > <GatewayGetK8SAuthConfigOutput> gateway_get_k8_s_auth_config(body)
5124
6081
 
5125
6082
 
5126
6083
 
@@ -5131,32 +6088,32 @@ require 'time'
5131
6088
  require 'akeyless'
5132
6089
 
5133
6090
  api_instance = Akeyless::V2Api.new
5134
- body = Akeyless::GatewayCreateProducerRedshift.new({name: 'name_example'}) # GatewayCreateProducerRedshift |
6091
+ body = Akeyless::GatewayGetK8SAuthConfig.new({name: 'name_example'}) # GatewayGetK8SAuthConfig |
5135
6092
 
5136
6093
  begin
5137
6094
 
5138
- result = api_instance.gateway_create_producer_redshift(body)
6095
+ result = api_instance.gateway_get_k8_s_auth_config(body)
5139
6096
  p result
5140
6097
  rescue Akeyless::ApiError => e
5141
- puts "Error when calling V2Api->gateway_create_producer_redshift: #{e}"
6098
+ puts "Error when calling V2Api->gateway_get_k8_s_auth_config: #{e}"
5142
6099
  end
5143
6100
  ```
5144
6101
 
5145
- #### Using the gateway_create_producer_redshift_with_http_info variant
6102
+ #### Using the gateway_get_k8_s_auth_config_with_http_info variant
5146
6103
 
5147
6104
  This returns an Array which contains the response data, status code and headers.
5148
6105
 
5149
- > <Array(<GatewayCreateProducerRedshiftOutput>, Integer, Hash)> gateway_create_producer_redshift_with_http_info(body)
6106
+ > <Array(<GatewayGetK8SAuthConfigOutput>, Integer, Hash)> gateway_get_k8_s_auth_config_with_http_info(body)
5150
6107
 
5151
6108
  ```ruby
5152
6109
  begin
5153
6110
 
5154
- data, status_code, headers = api_instance.gateway_create_producer_redshift_with_http_info(body)
6111
+ data, status_code, headers = api_instance.gateway_get_k8_s_auth_config_with_http_info(body)
5155
6112
  p status_code # => 2xx
5156
6113
  p headers # => { ... }
5157
- p data # => <GatewayCreateProducerRedshiftOutput>
6114
+ p data # => <GatewayGetK8SAuthConfigOutput>
5158
6115
  rescue Akeyless::ApiError => e
5159
- puts "Error when calling V2Api->gateway_create_producer_redshift_with_http_info: #{e}"
6116
+ puts "Error when calling V2Api->gateway_get_k8_s_auth_config_with_http_info: #{e}"
5160
6117
  end
5161
6118
  ```
5162
6119
 
@@ -5164,11 +6121,11 @@ end
5164
6121
 
5165
6122
  | Name | Type | Description | Notes |
5166
6123
  | ---- | ---- | ----------- | ----- |
5167
- | **body** | [**GatewayCreateProducerRedshift**](GatewayCreateProducerRedshift.md) | | |
6124
+ | **body** | [**GatewayGetK8SAuthConfig**](GatewayGetK8SAuthConfig.md) | | |
5168
6125
 
5169
6126
  ### Return type
5170
6127
 
5171
- [**GatewayCreateProducerRedshiftOutput**](GatewayCreateProducerRedshiftOutput.md)
6128
+ [**GatewayGetK8SAuthConfigOutput**](GatewayGetK8SAuthConfigOutput.md)
5172
6129
 
5173
6130
  ### Authorization
5174
6131
 
@@ -5180,9 +6137,9 @@ No authorization required
5180
6137
  - **Accept**: application/json
5181
6138
 
5182
6139
 
5183
- ## gateway_create_producer_snowflake
6140
+ ## gateway_get_ldap_auth_config
5184
6141
 
5185
- > <GatewayCreateProducerSnowflakeOutput> gateway_create_producer_snowflake(body)
6142
+ > <GatewayGetLdapAuthConfigOutput> gateway_get_ldap_auth_config(body)
5186
6143
 
5187
6144
 
5188
6145
 
@@ -5193,32 +6150,32 @@ require 'time'
5193
6150
  require 'akeyless'
5194
6151
 
5195
6152
  api_instance = Akeyless::V2Api.new
5196
- body = Akeyless::GatewayCreateProducerSnowflake.new({name: 'name_example'}) # GatewayCreateProducerSnowflake |
6153
+ body = Akeyless::GatewayGetLdapAuthConfig.new # GatewayGetLdapAuthConfig |
5197
6154
 
5198
6155
  begin
5199
6156
 
5200
- result = api_instance.gateway_create_producer_snowflake(body)
6157
+ result = api_instance.gateway_get_ldap_auth_config(body)
5201
6158
  p result
5202
6159
  rescue Akeyless::ApiError => e
5203
- puts "Error when calling V2Api->gateway_create_producer_snowflake: #{e}"
6160
+ puts "Error when calling V2Api->gateway_get_ldap_auth_config: #{e}"
5204
6161
  end
5205
6162
  ```
5206
6163
 
5207
- #### Using the gateway_create_producer_snowflake_with_http_info variant
6164
+ #### Using the gateway_get_ldap_auth_config_with_http_info variant
5208
6165
 
5209
6166
  This returns an Array which contains the response data, status code and headers.
5210
6167
 
5211
- > <Array(<GatewayCreateProducerSnowflakeOutput>, Integer, Hash)> gateway_create_producer_snowflake_with_http_info(body)
6168
+ > <Array(<GatewayGetLdapAuthConfigOutput>, Integer, Hash)> gateway_get_ldap_auth_config_with_http_info(body)
5212
6169
 
5213
6170
  ```ruby
5214
6171
  begin
5215
6172
 
5216
- data, status_code, headers = api_instance.gateway_create_producer_snowflake_with_http_info(body)
6173
+ data, status_code, headers = api_instance.gateway_get_ldap_auth_config_with_http_info(body)
5217
6174
  p status_code # => 2xx
5218
6175
  p headers # => { ... }
5219
- p data # => <GatewayCreateProducerSnowflakeOutput>
6176
+ p data # => <GatewayGetLdapAuthConfigOutput>
5220
6177
  rescue Akeyless::ApiError => e
5221
- puts "Error when calling V2Api->gateway_create_producer_snowflake_with_http_info: #{e}"
6178
+ puts "Error when calling V2Api->gateway_get_ldap_auth_config_with_http_info: #{e}"
5222
6179
  end
5223
6180
  ```
5224
6181
 
@@ -5226,11 +6183,11 @@ end
5226
6183
 
5227
6184
  | Name | Type | Description | Notes |
5228
6185
  | ---- | ---- | ----------- | ----- |
5229
- | **body** | [**GatewayCreateProducerSnowflake**](GatewayCreateProducerSnowflake.md) | | |
6186
+ | **body** | [**GatewayGetLdapAuthConfig**](GatewayGetLdapAuthConfig.md) | | |
5230
6187
 
5231
6188
  ### Return type
5232
6189
 
5233
- [**GatewayCreateProducerSnowflakeOutput**](GatewayCreateProducerSnowflakeOutput.md)
6190
+ [**GatewayGetLdapAuthConfigOutput**](GatewayGetLdapAuthConfigOutput.md)
5234
6191
 
5235
6192
  ### Authorization
5236
6193
 
@@ -5242,9 +6199,9 @@ No authorization required
5242
6199
  - **Accept**: application/json
5243
6200
 
5244
6201
 
5245
- ## gateway_delete_allowed_management_access
6202
+ ## gateway_get_migration
5246
6203
 
5247
- > Object gateway_delete_allowed_management_access(body)
6204
+ > <GatewayMigrationGetOutput> gateway_get_migration(body)
5248
6205
 
5249
6206
 
5250
6207
 
@@ -5255,32 +6212,32 @@ require 'time'
5255
6212
  require 'akeyless'
5256
6213
 
5257
6214
  api_instance = Akeyless::V2Api.new
5258
- body = Akeyless::GatewayDeleteAllowedManagementAccess.new({sub_admin_id: 'sub_admin_id_example'}) # GatewayDeleteAllowedManagementAccess |
6215
+ body = Akeyless::GatewayGetMigration.new # GatewayGetMigration |
5259
6216
 
5260
6217
  begin
5261
6218
 
5262
- result = api_instance.gateway_delete_allowed_management_access(body)
6219
+ result = api_instance.gateway_get_migration(body)
5263
6220
  p result
5264
6221
  rescue Akeyless::ApiError => e
5265
- puts "Error when calling V2Api->gateway_delete_allowed_management_access: #{e}"
6222
+ puts "Error when calling V2Api->gateway_get_migration: #{e}"
5266
6223
  end
5267
6224
  ```
5268
6225
 
5269
- #### Using the gateway_delete_allowed_management_access_with_http_info variant
6226
+ #### Using the gateway_get_migration_with_http_info variant
5270
6227
 
5271
6228
  This returns an Array which contains the response data, status code and headers.
5272
6229
 
5273
- > <Array(Object, Integer, Hash)> gateway_delete_allowed_management_access_with_http_info(body)
6230
+ > <Array(<GatewayMigrationGetOutput>, Integer, Hash)> gateway_get_migration_with_http_info(body)
5274
6231
 
5275
6232
  ```ruby
5276
6233
  begin
5277
6234
 
5278
- data, status_code, headers = api_instance.gateway_delete_allowed_management_access_with_http_info(body)
6235
+ data, status_code, headers = api_instance.gateway_get_migration_with_http_info(body)
5279
6236
  p status_code # => 2xx
5280
6237
  p headers # => { ... }
5281
- p data # => Object
6238
+ p data # => <GatewayMigrationGetOutput>
5282
6239
  rescue Akeyless::ApiError => e
5283
- puts "Error when calling V2Api->gateway_delete_allowed_management_access_with_http_info: #{e}"
6240
+ puts "Error when calling V2Api->gateway_get_migration_with_http_info: #{e}"
5284
6241
  end
5285
6242
  ```
5286
6243
 
@@ -5288,11 +6245,11 @@ end
5288
6245
 
5289
6246
  | Name | Type | Description | Notes |
5290
6247
  | ---- | ---- | ----------- | ----- |
5291
- | **body** | [**GatewayDeleteAllowedManagementAccess**](GatewayDeleteAllowedManagementAccess.md) | | |
6248
+ | **body** | [**GatewayGetMigration**](GatewayGetMigration.md) | | |
5292
6249
 
5293
6250
  ### Return type
5294
6251
 
5295
- **Object**
6252
+ [**GatewayMigrationGetOutput**](GatewayMigrationGetOutput.md)
5296
6253
 
5297
6254
  ### Authorization
5298
6255
 
@@ -5304,9 +6261,9 @@ No authorization required
5304
6261
  - **Accept**: application/json
5305
6262
 
5306
6263
 
5307
- ## gateway_delete_k8_s_auth_config
6264
+ ## gateway_get_producer
5308
6265
 
5309
- > <GatewayDeleteK8SAuthConfigOutput> gateway_delete_k8_s_auth_config(body)
6266
+ > <DSProducerDetails> gateway_get_producer(body)
5310
6267
 
5311
6268
 
5312
6269
 
@@ -5317,32 +6274,32 @@ require 'time'
5317
6274
  require 'akeyless'
5318
6275
 
5319
6276
  api_instance = Akeyless::V2Api.new
5320
- body = Akeyless::GatewayDeleteK8SAuthConfig.new({name: 'name_example'}) # GatewayDeleteK8SAuthConfig |
6277
+ body = Akeyless::GatewayGetProducer.new({name: 'name_example'}) # GatewayGetProducer |
5321
6278
 
5322
6279
  begin
5323
6280
 
5324
- result = api_instance.gateway_delete_k8_s_auth_config(body)
6281
+ result = api_instance.gateway_get_producer(body)
5325
6282
  p result
5326
6283
  rescue Akeyless::ApiError => e
5327
- puts "Error when calling V2Api->gateway_delete_k8_s_auth_config: #{e}"
6284
+ puts "Error when calling V2Api->gateway_get_producer: #{e}"
5328
6285
  end
5329
6286
  ```
5330
6287
 
5331
- #### Using the gateway_delete_k8_s_auth_config_with_http_info variant
6288
+ #### Using the gateway_get_producer_with_http_info variant
5332
6289
 
5333
6290
  This returns an Array which contains the response data, status code and headers.
5334
6291
 
5335
- > <Array(<GatewayDeleteK8SAuthConfigOutput>, Integer, Hash)> gateway_delete_k8_s_auth_config_with_http_info(body)
6292
+ > <Array(<DSProducerDetails>, Integer, Hash)> gateway_get_producer_with_http_info(body)
5336
6293
 
5337
6294
  ```ruby
5338
6295
  begin
5339
6296
 
5340
- data, status_code, headers = api_instance.gateway_delete_k8_s_auth_config_with_http_info(body)
6297
+ data, status_code, headers = api_instance.gateway_get_producer_with_http_info(body)
5341
6298
  p status_code # => 2xx
5342
6299
  p headers # => { ... }
5343
- p data # => <GatewayDeleteK8SAuthConfigOutput>
6300
+ p data # => <DSProducerDetails>
5344
6301
  rescue Akeyless::ApiError => e
5345
- puts "Error when calling V2Api->gateway_delete_k8_s_auth_config_with_http_info: #{e}"
6302
+ puts "Error when calling V2Api->gateway_get_producer_with_http_info: #{e}"
5346
6303
  end
5347
6304
  ```
5348
6305
 
@@ -5350,11 +6307,11 @@ end
5350
6307
 
5351
6308
  | Name | Type | Description | Notes |
5352
6309
  | ---- | ---- | ----------- | ----- |
5353
- | **body** | [**GatewayDeleteK8SAuthConfig**](GatewayDeleteK8SAuthConfig.md) | | |
6310
+ | **body** | [**GatewayGetProducer**](GatewayGetProducer.md) | | |
5354
6311
 
5355
6312
  ### Return type
5356
6313
 
5357
- [**GatewayDeleteK8SAuthConfigOutput**](GatewayDeleteK8SAuthConfigOutput.md)
6314
+ [**DSProducerDetails**](DSProducerDetails.md)
5358
6315
 
5359
6316
  ### Authorization
5360
6317
 
@@ -5366,9 +6323,9 @@ No authorization required
5366
6323
  - **Accept**: application/json
5367
6324
 
5368
6325
 
5369
- ## gateway_delete_producer
6326
+ ## gateway_get_tmp_users
5370
6327
 
5371
- > <GatewayDeleteProducerOutput> gateway_delete_producer(body)
6328
+ > <Array<TmpUserData>> gateway_get_tmp_users(body)
5372
6329
 
5373
6330
 
5374
6331
 
@@ -5379,32 +6336,32 @@ require 'time'
5379
6336
  require 'akeyless'
5380
6337
 
5381
6338
  api_instance = Akeyless::V2Api.new
5382
- body = Akeyless::GatewayDeleteProducer.new({name: 'name_example'}) # GatewayDeleteProducer |
6339
+ body = Akeyless::GatewayGetTmpUsers.new({name: 'name_example'}) # GatewayGetTmpUsers |
5383
6340
 
5384
6341
  begin
5385
6342
 
5386
- result = api_instance.gateway_delete_producer(body)
6343
+ result = api_instance.gateway_get_tmp_users(body)
5387
6344
  p result
5388
6345
  rescue Akeyless::ApiError => e
5389
- puts "Error when calling V2Api->gateway_delete_producer: #{e}"
6346
+ puts "Error when calling V2Api->gateway_get_tmp_users: #{e}"
5390
6347
  end
5391
6348
  ```
5392
6349
 
5393
- #### Using the gateway_delete_producer_with_http_info variant
6350
+ #### Using the gateway_get_tmp_users_with_http_info variant
5394
6351
 
5395
6352
  This returns an Array which contains the response data, status code and headers.
5396
6353
 
5397
- > <Array(<GatewayDeleteProducerOutput>, Integer, Hash)> gateway_delete_producer_with_http_info(body)
6354
+ > <Array(<Array<TmpUserData>>, Integer, Hash)> gateway_get_tmp_users_with_http_info(body)
5398
6355
 
5399
6356
  ```ruby
5400
6357
  begin
5401
6358
 
5402
- data, status_code, headers = api_instance.gateway_delete_producer_with_http_info(body)
6359
+ data, status_code, headers = api_instance.gateway_get_tmp_users_with_http_info(body)
5403
6360
  p status_code # => 2xx
5404
6361
  p headers # => { ... }
5405
- p data # => <GatewayDeleteProducerOutput>
6362
+ p data # => <Array<TmpUserData>>
5406
6363
  rescue Akeyless::ApiError => e
5407
- puts "Error when calling V2Api->gateway_delete_producer_with_http_info: #{e}"
6364
+ puts "Error when calling V2Api->gateway_get_tmp_users_with_http_info: #{e}"
5408
6365
  end
5409
6366
  ```
5410
6367
 
@@ -5412,11 +6369,11 @@ end
5412
6369
 
5413
6370
  | Name | Type | Description | Notes |
5414
6371
  | ---- | ---- | ----------- | ----- |
5415
- | **body** | [**GatewayDeleteProducer**](GatewayDeleteProducer.md) | | |
6372
+ | **body** | [**GatewayGetTmpUsers**](GatewayGetTmpUsers.md) | | |
5416
6373
 
5417
6374
  ### Return type
5418
6375
 
5419
- [**GatewayDeleteProducerOutput**](GatewayDeleteProducerOutput.md)
6376
+ [**Array&lt;TmpUserData&gt;**](TmpUserData.md)
5420
6377
 
5421
6378
  ### Authorization
5422
6379
 
@@ -5428,9 +6385,9 @@ No authorization required
5428
6385
  - **Accept**: application/json
5429
6386
 
5430
6387
 
5431
- ## gateway_get_config
6388
+ ## gateway_list_allowed_management_access
5432
6389
 
5433
- > <AkeylessGatewayConfig> gateway_get_config(body)
6390
+ > <GetSubAdminsListReplyObj> gateway_list_allowed_management_access(body)
5434
6391
 
5435
6392
 
5436
6393
 
@@ -5441,32 +6398,32 @@ require 'time'
5441
6398
  require 'akeyless'
5442
6399
 
5443
6400
  api_instance = Akeyless::V2Api.new
5444
- body = Akeyless::GatewayGetConfig.new # GatewayGetConfig |
6401
+ body = Akeyless::GatewayListAllowedManagementAccess.new # GatewayListAllowedManagementAccess |
5445
6402
 
5446
6403
  begin
5447
6404
 
5448
- result = api_instance.gateway_get_config(body)
6405
+ result = api_instance.gateway_list_allowed_management_access(body)
5449
6406
  p result
5450
6407
  rescue Akeyless::ApiError => e
5451
- puts "Error when calling V2Api->gateway_get_config: #{e}"
6408
+ puts "Error when calling V2Api->gateway_list_allowed_management_access: #{e}"
5452
6409
  end
5453
6410
  ```
5454
6411
 
5455
- #### Using the gateway_get_config_with_http_info variant
6412
+ #### Using the gateway_list_allowed_management_access_with_http_info variant
5456
6413
 
5457
6414
  This returns an Array which contains the response data, status code and headers.
5458
6415
 
5459
- > <Array(<AkeylessGatewayConfig>, Integer, Hash)> gateway_get_config_with_http_info(body)
6416
+ > <Array(<GetSubAdminsListReplyObj>, Integer, Hash)> gateway_list_allowed_management_access_with_http_info(body)
5460
6417
 
5461
6418
  ```ruby
5462
6419
  begin
5463
6420
 
5464
- data, status_code, headers = api_instance.gateway_get_config_with_http_info(body)
6421
+ data, status_code, headers = api_instance.gateway_list_allowed_management_access_with_http_info(body)
5465
6422
  p status_code # => 2xx
5466
6423
  p headers # => { ... }
5467
- p data # => <AkeylessGatewayConfig>
6424
+ p data # => <GetSubAdminsListReplyObj>
5468
6425
  rescue Akeyless::ApiError => e
5469
- puts "Error when calling V2Api->gateway_get_config_with_http_info: #{e}"
6426
+ puts "Error when calling V2Api->gateway_list_allowed_management_access_with_http_info: #{e}"
5470
6427
  end
5471
6428
  ```
5472
6429
 
@@ -5474,11 +6431,11 @@ end
5474
6431
 
5475
6432
  | Name | Type | Description | Notes |
5476
6433
  | ---- | ---- | ----------- | ----- |
5477
- | **body** | [**GatewayGetConfig**](GatewayGetConfig.md) | | |
6434
+ | **body** | [**GatewayListAllowedManagementAccess**](GatewayListAllowedManagementAccess.md) | | |
5478
6435
 
5479
6436
  ### Return type
5480
6437
 
5481
- [**AkeylessGatewayConfig**](AkeylessGatewayConfig.md)
6438
+ [**GetSubAdminsListReplyObj**](GetSubAdminsListReplyObj.md)
5482
6439
 
5483
6440
  ### Authorization
5484
6441
 
@@ -5490,9 +6447,9 @@ No authorization required
5490
6447
  - **Accept**: application/json
5491
6448
 
5492
6449
 
5493
- ## gateway_get_k8_s_auth_config
6450
+ ## gateway_list_migration
5494
6451
 
5495
- > <GatewayGetK8SAuthConfigOutput> gateway_get_k8_s_auth_config(body)
6452
+ > <GatewayMigrationListOutput> gateway_list_migration(body)
5496
6453
 
5497
6454
 
5498
6455
 
@@ -5503,32 +6460,32 @@ require 'time'
5503
6460
  require 'akeyless'
5504
6461
 
5505
6462
  api_instance = Akeyless::V2Api.new
5506
- body = Akeyless::GatewayGetK8SAuthConfig.new({name: 'name_example'}) # GatewayGetK8SAuthConfig |
6463
+ body = Akeyless::GatewayListMigration.new # GatewayListMigration |
5507
6464
 
5508
6465
  begin
5509
6466
 
5510
- result = api_instance.gateway_get_k8_s_auth_config(body)
6467
+ result = api_instance.gateway_list_migration(body)
5511
6468
  p result
5512
6469
  rescue Akeyless::ApiError => e
5513
- puts "Error when calling V2Api->gateway_get_k8_s_auth_config: #{e}"
6470
+ puts "Error when calling V2Api->gateway_list_migration: #{e}"
5514
6471
  end
5515
6472
  ```
5516
6473
 
5517
- #### Using the gateway_get_k8_s_auth_config_with_http_info variant
6474
+ #### Using the gateway_list_migration_with_http_info variant
5518
6475
 
5519
6476
  This returns an Array which contains the response data, status code and headers.
5520
6477
 
5521
- > <Array(<GatewayGetK8SAuthConfigOutput>, Integer, Hash)> gateway_get_k8_s_auth_config_with_http_info(body)
6478
+ > <Array(<GatewayMigrationListOutput>, Integer, Hash)> gateway_list_migration_with_http_info(body)
5522
6479
 
5523
6480
  ```ruby
5524
6481
  begin
5525
6482
 
5526
- data, status_code, headers = api_instance.gateway_get_k8_s_auth_config_with_http_info(body)
6483
+ data, status_code, headers = api_instance.gateway_list_migration_with_http_info(body)
5527
6484
  p status_code # => 2xx
5528
6485
  p headers # => { ... }
5529
- p data # => <GatewayGetK8SAuthConfigOutput>
6486
+ p data # => <GatewayMigrationListOutput>
5530
6487
  rescue Akeyless::ApiError => e
5531
- puts "Error when calling V2Api->gateway_get_k8_s_auth_config_with_http_info: #{e}"
6488
+ puts "Error when calling V2Api->gateway_list_migration_with_http_info: #{e}"
5532
6489
  end
5533
6490
  ```
5534
6491
 
@@ -5536,11 +6493,11 @@ end
5536
6493
 
5537
6494
  | Name | Type | Description | Notes |
5538
6495
  | ---- | ---- | ----------- | ----- |
5539
- | **body** | [**GatewayGetK8SAuthConfig**](GatewayGetK8SAuthConfig.md) | | |
6496
+ | **body** | [**GatewayListMigration**](GatewayListMigration.md) | | |
5540
6497
 
5541
6498
  ### Return type
5542
6499
 
5543
- [**GatewayGetK8SAuthConfigOutput**](GatewayGetK8SAuthConfigOutput.md)
6500
+ [**GatewayMigrationListOutput**](GatewayMigrationListOutput.md)
5544
6501
 
5545
6502
  ### Authorization
5546
6503
 
@@ -5552,9 +6509,9 @@ No authorization required
5552
6509
  - **Accept**: application/json
5553
6510
 
5554
6511
 
5555
- ## gateway_get_producer
6512
+ ## gateway_list_producers
5556
6513
 
5557
- > <DSProducerDetails> gateway_get_producer(body)
6514
+ > <GetProducersListReplyObj> gateway_list_producers(body)
5558
6515
 
5559
6516
 
5560
6517
 
@@ -5565,32 +6522,32 @@ require 'time'
5565
6522
  require 'akeyless'
5566
6523
 
5567
6524
  api_instance = Akeyless::V2Api.new
5568
- body = Akeyless::GatewayGetProducer.new({name: 'name_example'}) # GatewayGetProducer |
6525
+ body = Akeyless::GatewayListProducers.new # GatewayListProducers |
5569
6526
 
5570
6527
  begin
5571
6528
 
5572
- result = api_instance.gateway_get_producer(body)
6529
+ result = api_instance.gateway_list_producers(body)
5573
6530
  p result
5574
6531
  rescue Akeyless::ApiError => e
5575
- puts "Error when calling V2Api->gateway_get_producer: #{e}"
6532
+ puts "Error when calling V2Api->gateway_list_producers: #{e}"
5576
6533
  end
5577
6534
  ```
5578
6535
 
5579
- #### Using the gateway_get_producer_with_http_info variant
6536
+ #### Using the gateway_list_producers_with_http_info variant
5580
6537
 
5581
6538
  This returns an Array which contains the response data, status code and headers.
5582
6539
 
5583
- > <Array(<DSProducerDetails>, Integer, Hash)> gateway_get_producer_with_http_info(body)
6540
+ > <Array(<GetProducersListReplyObj>, Integer, Hash)> gateway_list_producers_with_http_info(body)
5584
6541
 
5585
6542
  ```ruby
5586
6543
  begin
5587
6544
 
5588
- data, status_code, headers = api_instance.gateway_get_producer_with_http_info(body)
6545
+ data, status_code, headers = api_instance.gateway_list_producers_with_http_info(body)
5589
6546
  p status_code # => 2xx
5590
6547
  p headers # => { ... }
5591
- p data # => <DSProducerDetails>
6548
+ p data # => <GetProducersListReplyObj>
5592
6549
  rescue Akeyless::ApiError => e
5593
- puts "Error when calling V2Api->gateway_get_producer_with_http_info: #{e}"
6550
+ puts "Error when calling V2Api->gateway_list_producers_with_http_info: #{e}"
5594
6551
  end
5595
6552
  ```
5596
6553
 
@@ -5598,11 +6555,11 @@ end
5598
6555
 
5599
6556
  | Name | Type | Description | Notes |
5600
6557
  | ---- | ---- | ----------- | ----- |
5601
- | **body** | [**GatewayGetProducer**](GatewayGetProducer.md) | | |
6558
+ | **body** | [**GatewayListProducers**](GatewayListProducers.md) | | |
5602
6559
 
5603
6560
  ### Return type
5604
6561
 
5605
- [**DSProducerDetails**](DSProducerDetails.md)
6562
+ [**GetProducersListReplyObj**](GetProducersListReplyObj.md)
5606
6563
 
5607
6564
  ### Authorization
5608
6565
 
@@ -5614,9 +6571,9 @@ No authorization required
5614
6571
  - **Accept**: application/json
5615
6572
 
5616
6573
 
5617
- ## gateway_get_tmp_users
6574
+ ## gateway_migrate_personal_items
5618
6575
 
5619
- > <Array<TmpUserData>> gateway_get_tmp_users(body)
6576
+ > <GatewayMigratePersonalItemsOutput> gateway_migrate_personal_items(opts)
5620
6577
 
5621
6578
 
5622
6579
 
@@ -5627,32 +6584,34 @@ require 'time'
5627
6584
  require 'akeyless'
5628
6585
 
5629
6586
  api_instance = Akeyless::V2Api.new
5630
- body = Akeyless::GatewayGetTmpUsers.new({name: 'name_example'}) # GatewayGetTmpUsers |
6587
+ opts = {
6588
+ body: Akeyless::GatewayMigratePersonalItems.new # GatewayMigratePersonalItems |
6589
+ }
5631
6590
 
5632
6591
  begin
5633
6592
 
5634
- result = api_instance.gateway_get_tmp_users(body)
6593
+ result = api_instance.gateway_migrate_personal_items(opts)
5635
6594
  p result
5636
6595
  rescue Akeyless::ApiError => e
5637
- puts "Error when calling V2Api->gateway_get_tmp_users: #{e}"
6596
+ puts "Error when calling V2Api->gateway_migrate_personal_items: #{e}"
5638
6597
  end
5639
6598
  ```
5640
6599
 
5641
- #### Using the gateway_get_tmp_users_with_http_info variant
6600
+ #### Using the gateway_migrate_personal_items_with_http_info variant
5642
6601
 
5643
6602
  This returns an Array which contains the response data, status code and headers.
5644
6603
 
5645
- > <Array(<Array<TmpUserData>>, Integer, Hash)> gateway_get_tmp_users_with_http_info(body)
6604
+ > <Array(<GatewayMigratePersonalItemsOutput>, Integer, Hash)> gateway_migrate_personal_items_with_http_info(opts)
5646
6605
 
5647
6606
  ```ruby
5648
6607
  begin
5649
6608
 
5650
- data, status_code, headers = api_instance.gateway_get_tmp_users_with_http_info(body)
6609
+ data, status_code, headers = api_instance.gateway_migrate_personal_items_with_http_info(opts)
5651
6610
  p status_code # => 2xx
5652
6611
  p headers # => { ... }
5653
- p data # => <Array<TmpUserData>>
6612
+ p data # => <GatewayMigratePersonalItemsOutput>
5654
6613
  rescue Akeyless::ApiError => e
5655
- puts "Error when calling V2Api->gateway_get_tmp_users_with_http_info: #{e}"
6614
+ puts "Error when calling V2Api->gateway_migrate_personal_items_with_http_info: #{e}"
5656
6615
  end
5657
6616
  ```
5658
6617
 
@@ -5660,11 +6619,11 @@ end
5660
6619
 
5661
6620
  | Name | Type | Description | Notes |
5662
6621
  | ---- | ---- | ----------- | ----- |
5663
- | **body** | [**GatewayGetTmpUsers**](GatewayGetTmpUsers.md) | | |
6622
+ | **body** | [**GatewayMigratePersonalItems**](GatewayMigratePersonalItems.md) | | [optional] |
5664
6623
 
5665
6624
  ### Return type
5666
6625
 
5667
- [**Array&lt;TmpUserData&gt;**](TmpUserData.md)
6626
+ [**GatewayMigratePersonalItemsOutput**](GatewayMigratePersonalItemsOutput.md)
5668
6627
 
5669
6628
  ### Authorization
5670
6629
 
@@ -5676,9 +6635,9 @@ No authorization required
5676
6635
  - **Accept**: application/json
5677
6636
 
5678
6637
 
5679
- ## gateway_list_allowed_management_access
6638
+ ## gateway_revoke_tmp_users
5680
6639
 
5681
- > <GetSubAdminsListReplyObj> gateway_list_allowed_management_access(body)
6640
+ > gateway_revoke_tmp_users(body)
5682
6641
 
5683
6642
 
5684
6643
 
@@ -5689,32 +6648,31 @@ require 'time'
5689
6648
  require 'akeyless'
5690
6649
 
5691
6650
  api_instance = Akeyless::V2Api.new
5692
- body = Akeyless::GatewayListAllowedManagementAccess.new # GatewayListAllowedManagementAccess |
6651
+ body = Akeyless::GatewayRevokeTmpUsers.new({name: 'name_example', tmp_creds_id: 'tmp_creds_id_example'}) # GatewayRevokeTmpUsers |
5693
6652
 
5694
6653
  begin
5695
6654
 
5696
- result = api_instance.gateway_list_allowed_management_access(body)
5697
- p result
6655
+ api_instance.gateway_revoke_tmp_users(body)
5698
6656
  rescue Akeyless::ApiError => e
5699
- puts "Error when calling V2Api->gateway_list_allowed_management_access: #{e}"
6657
+ puts "Error when calling V2Api->gateway_revoke_tmp_users: #{e}"
5700
6658
  end
5701
6659
  ```
5702
6660
 
5703
- #### Using the gateway_list_allowed_management_access_with_http_info variant
6661
+ #### Using the gateway_revoke_tmp_users_with_http_info variant
5704
6662
 
5705
- This returns an Array which contains the response data, status code and headers.
6663
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
5706
6664
 
5707
- > <Array(<GetSubAdminsListReplyObj>, Integer, Hash)> gateway_list_allowed_management_access_with_http_info(body)
6665
+ > <Array(nil, Integer, Hash)> gateway_revoke_tmp_users_with_http_info(body)
5708
6666
 
5709
6667
  ```ruby
5710
6668
  begin
5711
6669
 
5712
- data, status_code, headers = api_instance.gateway_list_allowed_management_access_with_http_info(body)
6670
+ data, status_code, headers = api_instance.gateway_revoke_tmp_users_with_http_info(body)
5713
6671
  p status_code # => 2xx
5714
6672
  p headers # => { ... }
5715
- p data # => <GetSubAdminsListReplyObj>
6673
+ p data # => nil
5716
6674
  rescue Akeyless::ApiError => e
5717
- puts "Error when calling V2Api->gateway_list_allowed_management_access_with_http_info: #{e}"
6675
+ puts "Error when calling V2Api->gateway_revoke_tmp_users_with_http_info: #{e}"
5718
6676
  end
5719
6677
  ```
5720
6678
 
@@ -5722,11 +6680,11 @@ end
5722
6680
 
5723
6681
  | Name | Type | Description | Notes |
5724
6682
  | ---- | ---- | ----------- | ----- |
5725
- | **body** | [**GatewayListAllowedManagementAccess**](GatewayListAllowedManagementAccess.md) | | |
6683
+ | **body** | [**GatewayRevokeTmpUsers**](GatewayRevokeTmpUsers.md) | | |
5726
6684
 
5727
6685
  ### Return type
5728
6686
 
5729
- [**GetSubAdminsListReplyObj**](GetSubAdminsListReplyObj.md)
6687
+ nil (empty response body)
5730
6688
 
5731
6689
  ### Authorization
5732
6690
 
@@ -5738,9 +6696,9 @@ No authorization required
5738
6696
  - **Accept**: application/json
5739
6697
 
5740
6698
 
5741
- ## gateway_list_migration
6699
+ ## gateway_start_producer
5742
6700
 
5743
- > <GatewayMigrationListOutput> gateway_list_migration(body)
6701
+ > <GatewayStartProducerOutput> gateway_start_producer(body)
5744
6702
 
5745
6703
 
5746
6704
 
@@ -5751,32 +6709,32 @@ require 'time'
5751
6709
  require 'akeyless'
5752
6710
 
5753
6711
  api_instance = Akeyless::V2Api.new
5754
- body = Akeyless::GatewayListMigration.new # GatewayListMigration |
6712
+ body = Akeyless::GatewayStartProducer.new({name: 'name_example'}) # GatewayStartProducer |
5755
6713
 
5756
6714
  begin
5757
6715
 
5758
- result = api_instance.gateway_list_migration(body)
6716
+ result = api_instance.gateway_start_producer(body)
5759
6717
  p result
5760
6718
  rescue Akeyless::ApiError => e
5761
- puts "Error when calling V2Api->gateway_list_migration: #{e}"
6719
+ puts "Error when calling V2Api->gateway_start_producer: #{e}"
5762
6720
  end
5763
6721
  ```
5764
6722
 
5765
- #### Using the gateway_list_migration_with_http_info variant
6723
+ #### Using the gateway_start_producer_with_http_info variant
5766
6724
 
5767
6725
  This returns an Array which contains the response data, status code and headers.
5768
6726
 
5769
- > <Array(<GatewayMigrationListOutput>, Integer, Hash)> gateway_list_migration_with_http_info(body)
6727
+ > <Array(<GatewayStartProducerOutput>, Integer, Hash)> gateway_start_producer_with_http_info(body)
5770
6728
 
5771
6729
  ```ruby
5772
6730
  begin
5773
6731
 
5774
- data, status_code, headers = api_instance.gateway_list_migration_with_http_info(body)
6732
+ data, status_code, headers = api_instance.gateway_start_producer_with_http_info(body)
5775
6733
  p status_code # => 2xx
5776
6734
  p headers # => { ... }
5777
- p data # => <GatewayMigrationListOutput>
6735
+ p data # => <GatewayStartProducerOutput>
5778
6736
  rescue Akeyless::ApiError => e
5779
- puts "Error when calling V2Api->gateway_list_migration_with_http_info: #{e}"
6737
+ puts "Error when calling V2Api->gateway_start_producer_with_http_info: #{e}"
5780
6738
  end
5781
6739
  ```
5782
6740
 
@@ -5784,11 +6742,11 @@ end
5784
6742
 
5785
6743
  | Name | Type | Description | Notes |
5786
6744
  | ---- | ---- | ----------- | ----- |
5787
- | **body** | [**GatewayListMigration**](GatewayListMigration.md) | | |
6745
+ | **body** | [**GatewayStartProducer**](GatewayStartProducer.md) | | |
5788
6746
 
5789
6747
  ### Return type
5790
6748
 
5791
- [**GatewayMigrationListOutput**](GatewayMigrationListOutput.md)
6749
+ [**GatewayStartProducerOutput**](GatewayStartProducerOutput.md)
5792
6750
 
5793
6751
  ### Authorization
5794
6752
 
@@ -5800,9 +6758,9 @@ No authorization required
5800
6758
  - **Accept**: application/json
5801
6759
 
5802
6760
 
5803
- ## gateway_list_producers
6761
+ ## gateway_status_migration
5804
6762
 
5805
- > <GetProducersListReplyObj> gateway_list_producers(body)
6763
+ > <MigrationStatusReplyObj> gateway_status_migration(body)
5806
6764
 
5807
6765
 
5808
6766
 
@@ -5813,32 +6771,32 @@ require 'time'
5813
6771
  require 'akeyless'
5814
6772
 
5815
6773
  api_instance = Akeyless::V2Api.new
5816
- body = Akeyless::GatewayListProducers.new # GatewayListProducers |
6774
+ body = Akeyless::GatewayStatusMigration.new # GatewayStatusMigration |
5817
6775
 
5818
6776
  begin
5819
6777
 
5820
- result = api_instance.gateway_list_producers(body)
6778
+ result = api_instance.gateway_status_migration(body)
5821
6779
  p result
5822
6780
  rescue Akeyless::ApiError => e
5823
- puts "Error when calling V2Api->gateway_list_producers: #{e}"
6781
+ puts "Error when calling V2Api->gateway_status_migration: #{e}"
5824
6782
  end
5825
6783
  ```
5826
6784
 
5827
- #### Using the gateway_list_producers_with_http_info variant
6785
+ #### Using the gateway_status_migration_with_http_info variant
5828
6786
 
5829
6787
  This returns an Array which contains the response data, status code and headers.
5830
6788
 
5831
- > <Array(<GetProducersListReplyObj>, Integer, Hash)> gateway_list_producers_with_http_info(body)
6789
+ > <Array(<MigrationStatusReplyObj>, Integer, Hash)> gateway_status_migration_with_http_info(body)
5832
6790
 
5833
6791
  ```ruby
5834
6792
  begin
5835
6793
 
5836
- data, status_code, headers = api_instance.gateway_list_producers_with_http_info(body)
6794
+ data, status_code, headers = api_instance.gateway_status_migration_with_http_info(body)
5837
6795
  p status_code # => 2xx
5838
6796
  p headers # => { ... }
5839
- p data # => <GetProducersListReplyObj>
6797
+ p data # => <MigrationStatusReplyObj>
5840
6798
  rescue Akeyless::ApiError => e
5841
- puts "Error when calling V2Api->gateway_list_producers_with_http_info: #{e}"
6799
+ puts "Error when calling V2Api->gateway_status_migration_with_http_info: #{e}"
5842
6800
  end
5843
6801
  ```
5844
6802
 
@@ -5846,11 +6804,11 @@ end
5846
6804
 
5847
6805
  | Name | Type | Description | Notes |
5848
6806
  | ---- | ---- | ----------- | ----- |
5849
- | **body** | [**GatewayListProducers**](GatewayListProducers.md) | | |
6807
+ | **body** | [**GatewayStatusMigration**](GatewayStatusMigration.md) | | |
5850
6808
 
5851
6809
  ### Return type
5852
6810
 
5853
- [**GetProducersListReplyObj**](GetProducersListReplyObj.md)
6811
+ [**MigrationStatusReplyObj**](MigrationStatusReplyObj.md)
5854
6812
 
5855
6813
  ### Authorization
5856
6814
 
@@ -5862,9 +6820,9 @@ No authorization required
5862
6820
  - **Accept**: application/json
5863
6821
 
5864
6822
 
5865
- ## gateway_revoke_tmp_users
6823
+ ## gateway_stop_producer
5866
6824
 
5867
- > gateway_revoke_tmp_users(body)
6825
+ > <GatewayStopProducerOutput> gateway_stop_producer(body)
5868
6826
 
5869
6827
 
5870
6828
 
@@ -5875,31 +6833,32 @@ require 'time'
5875
6833
  require 'akeyless'
5876
6834
 
5877
6835
  api_instance = Akeyless::V2Api.new
5878
- body = Akeyless::GatewayRevokeTmpUsers.new({name: 'name_example', tmp_creds_id: 'tmp_creds_id_example'}) # GatewayRevokeTmpUsers |
6836
+ body = Akeyless::GatewayStopProducer.new({name: 'name_example'}) # GatewayStopProducer |
5879
6837
 
5880
6838
  begin
5881
6839
 
5882
- api_instance.gateway_revoke_tmp_users(body)
6840
+ result = api_instance.gateway_stop_producer(body)
6841
+ p result
5883
6842
  rescue Akeyless::ApiError => e
5884
- puts "Error when calling V2Api->gateway_revoke_tmp_users: #{e}"
6843
+ puts "Error when calling V2Api->gateway_stop_producer: #{e}"
5885
6844
  end
5886
6845
  ```
5887
6846
 
5888
- #### Using the gateway_revoke_tmp_users_with_http_info variant
6847
+ #### Using the gateway_stop_producer_with_http_info variant
5889
6848
 
5890
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
6849
+ This returns an Array which contains the response data, status code and headers.
5891
6850
 
5892
- > <Array(nil, Integer, Hash)> gateway_revoke_tmp_users_with_http_info(body)
6851
+ > <Array(<GatewayStopProducerOutput>, Integer, Hash)> gateway_stop_producer_with_http_info(body)
5893
6852
 
5894
6853
  ```ruby
5895
6854
  begin
5896
6855
 
5897
- data, status_code, headers = api_instance.gateway_revoke_tmp_users_with_http_info(body)
6856
+ data, status_code, headers = api_instance.gateway_stop_producer_with_http_info(body)
5898
6857
  p status_code # => 2xx
5899
6858
  p headers # => { ... }
5900
- p data # => nil
6859
+ p data # => <GatewayStopProducerOutput>
5901
6860
  rescue Akeyless::ApiError => e
5902
- puts "Error when calling V2Api->gateway_revoke_tmp_users_with_http_info: #{e}"
6861
+ puts "Error when calling V2Api->gateway_stop_producer_with_http_info: #{e}"
5903
6862
  end
5904
6863
  ```
5905
6864
 
@@ -5907,11 +6866,11 @@ end
5907
6866
 
5908
6867
  | Name | Type | Description | Notes |
5909
6868
  | ---- | ---- | ----------- | ----- |
5910
- | **body** | [**GatewayRevokeTmpUsers**](GatewayRevokeTmpUsers.md) | | |
6869
+ | **body** | [**GatewayStopProducer**](GatewayStopProducer.md) | | |
5911
6870
 
5912
6871
  ### Return type
5913
6872
 
5914
- nil (empty response body)
6873
+ [**GatewayStopProducerOutput**](GatewayStopProducerOutput.md)
5915
6874
 
5916
6875
  ### Authorization
5917
6876
 
@@ -5923,9 +6882,9 @@ No authorization required
5923
6882
  - **Accept**: application/json
5924
6883
 
5925
6884
 
5926
- ## gateway_start_producer
6885
+ ## gateway_sync_migration
5927
6886
 
5928
- > <GatewayStartProducerOutput> gateway_start_producer(body)
6887
+ > <GatewayMigrationSyncOutput> gateway_sync_migration(body)
5929
6888
 
5930
6889
 
5931
6890
 
@@ -5936,32 +6895,32 @@ require 'time'
5936
6895
  require 'akeyless'
5937
6896
 
5938
6897
  api_instance = Akeyless::V2Api.new
5939
- body = Akeyless::GatewayStartProducer.new({name: 'name_example'}) # GatewayStartProducer |
6898
+ body = Akeyless::GatewaySyncMigration.new({name: 'name_example'}) # GatewaySyncMigration |
5940
6899
 
5941
6900
  begin
5942
6901
 
5943
- result = api_instance.gateway_start_producer(body)
6902
+ result = api_instance.gateway_sync_migration(body)
5944
6903
  p result
5945
6904
  rescue Akeyless::ApiError => e
5946
- puts "Error when calling V2Api->gateway_start_producer: #{e}"
6905
+ puts "Error when calling V2Api->gateway_sync_migration: #{e}"
5947
6906
  end
5948
6907
  ```
5949
6908
 
5950
- #### Using the gateway_start_producer_with_http_info variant
6909
+ #### Using the gateway_sync_migration_with_http_info variant
5951
6910
 
5952
6911
  This returns an Array which contains the response data, status code and headers.
5953
6912
 
5954
- > <Array(<GatewayStartProducerOutput>, Integer, Hash)> gateway_start_producer_with_http_info(body)
6913
+ > <Array(<GatewayMigrationSyncOutput>, Integer, Hash)> gateway_sync_migration_with_http_info(body)
5955
6914
 
5956
6915
  ```ruby
5957
6916
  begin
5958
6917
 
5959
- data, status_code, headers = api_instance.gateway_start_producer_with_http_info(body)
6918
+ data, status_code, headers = api_instance.gateway_sync_migration_with_http_info(body)
5960
6919
  p status_code # => 2xx
5961
6920
  p headers # => { ... }
5962
- p data # => <GatewayStartProducerOutput>
6921
+ p data # => <GatewayMigrationSyncOutput>
5963
6922
  rescue Akeyless::ApiError => e
5964
- puts "Error when calling V2Api->gateway_start_producer_with_http_info: #{e}"
6923
+ puts "Error when calling V2Api->gateway_sync_migration_with_http_info: #{e}"
5965
6924
  end
5966
6925
  ```
5967
6926
 
@@ -5969,11 +6928,11 @@ end
5969
6928
 
5970
6929
  | Name | Type | Description | Notes |
5971
6930
  | ---- | ---- | ----------- | ----- |
5972
- | **body** | [**GatewayStartProducer**](GatewayStartProducer.md) | | |
6931
+ | **body** | [**GatewaySyncMigration**](GatewaySyncMigration.md) | | |
5973
6932
 
5974
6933
  ### Return type
5975
6934
 
5976
- [**GatewayStartProducerOutput**](GatewayStartProducerOutput.md)
6935
+ [**GatewayMigrationSyncOutput**](GatewayMigrationSyncOutput.md)
5977
6936
 
5978
6937
  ### Authorization
5979
6938
 
@@ -5985,9 +6944,9 @@ No authorization required
5985
6944
  - **Accept**: application/json
5986
6945
 
5987
6946
 
5988
- ## gateway_stop_producer
6947
+ ## gateway_update_item
5989
6948
 
5990
- > <GatewayStopProducerOutput> gateway_stop_producer(body)
6949
+ > <GatewayUpdateItemOutput> gateway_update_item(body)
5991
6950
 
5992
6951
 
5993
6952
 
@@ -5998,32 +6957,32 @@ require 'time'
5998
6957
  require 'akeyless'
5999
6958
 
6000
6959
  api_instance = Akeyless::V2Api.new
6001
- body = Akeyless::GatewayStopProducer.new({name: 'name_example'}) # GatewayStopProducer |
6960
+ body = Akeyless::GatewayUpdateItem.new({name: 'name_example', type: 'type_example'}) # GatewayUpdateItem |
6002
6961
 
6003
6962
  begin
6004
6963
 
6005
- result = api_instance.gateway_stop_producer(body)
6964
+ result = api_instance.gateway_update_item(body)
6006
6965
  p result
6007
6966
  rescue Akeyless::ApiError => e
6008
- puts "Error when calling V2Api->gateway_stop_producer: #{e}"
6967
+ puts "Error when calling V2Api->gateway_update_item: #{e}"
6009
6968
  end
6010
6969
  ```
6011
6970
 
6012
- #### Using the gateway_stop_producer_with_http_info variant
6971
+ #### Using the gateway_update_item_with_http_info variant
6013
6972
 
6014
6973
  This returns an Array which contains the response data, status code and headers.
6015
6974
 
6016
- > <Array(<GatewayStopProducerOutput>, Integer, Hash)> gateway_stop_producer_with_http_info(body)
6975
+ > <Array(<GatewayUpdateItemOutput>, Integer, Hash)> gateway_update_item_with_http_info(body)
6017
6976
 
6018
6977
  ```ruby
6019
6978
  begin
6020
6979
 
6021
- data, status_code, headers = api_instance.gateway_stop_producer_with_http_info(body)
6980
+ data, status_code, headers = api_instance.gateway_update_item_with_http_info(body)
6022
6981
  p status_code # => 2xx
6023
6982
  p headers # => { ... }
6024
- p data # => <GatewayStopProducerOutput>
6983
+ p data # => <GatewayUpdateItemOutput>
6025
6984
  rescue Akeyless::ApiError => e
6026
- puts "Error when calling V2Api->gateway_stop_producer_with_http_info: #{e}"
6985
+ puts "Error when calling V2Api->gateway_update_item_with_http_info: #{e}"
6027
6986
  end
6028
6987
  ```
6029
6988
 
@@ -6031,11 +6990,11 @@ end
6031
6990
 
6032
6991
  | Name | Type | Description | Notes |
6033
6992
  | ---- | ---- | ----------- | ----- |
6034
- | **body** | [**GatewayStopProducer**](GatewayStopProducer.md) | | |
6993
+ | **body** | [**GatewayUpdateItem**](GatewayUpdateItem.md) | | |
6035
6994
 
6036
6995
  ### Return type
6037
6996
 
6038
- [**GatewayStopProducerOutput**](GatewayStopProducerOutput.md)
6997
+ [**GatewayUpdateItemOutput**](GatewayUpdateItemOutput.md)
6039
6998
 
6040
6999
  ### Authorization
6041
7000
 
@@ -6047,9 +7006,9 @@ No authorization required
6047
7006
  - **Accept**: application/json
6048
7007
 
6049
7008
 
6050
- ## gateway_sync_migration
7009
+ ## gateway_update_k8_s_auth_config
6051
7010
 
6052
- > <GatewayMigrationSyncOutput> gateway_sync_migration(body)
7011
+ > <GatewayUpdateK8SAuthConfigOutput> gateway_update_k8_s_auth_config(body)
6053
7012
 
6054
7013
 
6055
7014
 
@@ -6060,32 +7019,32 @@ require 'time'
6060
7019
  require 'akeyless'
6061
7020
 
6062
7021
  api_instance = Akeyless::V2Api.new
6063
- body = Akeyless::GatewaySyncMigration.new({name: 'name_example'}) # GatewaySyncMigration |
7022
+ body = Akeyless::GatewayUpdateK8SAuthConfig.new({access_id: 'access_id_example', k8s_host: 'k8s_host_example', name: 'name_example', new_name: 'new_name_example', signing_key: 'signing_key_example'}) # GatewayUpdateK8SAuthConfig |
6064
7023
 
6065
7024
  begin
6066
7025
 
6067
- result = api_instance.gateway_sync_migration(body)
7026
+ result = api_instance.gateway_update_k8_s_auth_config(body)
6068
7027
  p result
6069
7028
  rescue Akeyless::ApiError => e
6070
- puts "Error when calling V2Api->gateway_sync_migration: #{e}"
7029
+ puts "Error when calling V2Api->gateway_update_k8_s_auth_config: #{e}"
6071
7030
  end
6072
7031
  ```
6073
7032
 
6074
- #### Using the gateway_sync_migration_with_http_info variant
7033
+ #### Using the gateway_update_k8_s_auth_config_with_http_info variant
6075
7034
 
6076
7035
  This returns an Array which contains the response data, status code and headers.
6077
7036
 
6078
- > <Array(<GatewayMigrationSyncOutput>, Integer, Hash)> gateway_sync_migration_with_http_info(body)
7037
+ > <Array(<GatewayUpdateK8SAuthConfigOutput>, Integer, Hash)> gateway_update_k8_s_auth_config_with_http_info(body)
6079
7038
 
6080
7039
  ```ruby
6081
7040
  begin
6082
7041
 
6083
- data, status_code, headers = api_instance.gateway_sync_migration_with_http_info(body)
7042
+ data, status_code, headers = api_instance.gateway_update_k8_s_auth_config_with_http_info(body)
6084
7043
  p status_code # => 2xx
6085
7044
  p headers # => { ... }
6086
- p data # => <GatewayMigrationSyncOutput>
7045
+ p data # => <GatewayUpdateK8SAuthConfigOutput>
6087
7046
  rescue Akeyless::ApiError => e
6088
- puts "Error when calling V2Api->gateway_sync_migration_with_http_info: #{e}"
7047
+ puts "Error when calling V2Api->gateway_update_k8_s_auth_config_with_http_info: #{e}"
6089
7048
  end
6090
7049
  ```
6091
7050
 
@@ -6093,11 +7052,11 @@ end
6093
7052
 
6094
7053
  | Name | Type | Description | Notes |
6095
7054
  | ---- | ---- | ----------- | ----- |
6096
- | **body** | [**GatewaySyncMigration**](GatewaySyncMigration.md) | | |
7055
+ | **body** | [**GatewayUpdateK8SAuthConfig**](GatewayUpdateK8SAuthConfig.md) | | |
6097
7056
 
6098
7057
  ### Return type
6099
7058
 
6100
- [**GatewayMigrationSyncOutput**](GatewayMigrationSyncOutput.md)
7059
+ [**GatewayUpdateK8SAuthConfigOutput**](GatewayUpdateK8SAuthConfigOutput.md)
6101
7060
 
6102
7061
  ### Authorization
6103
7062
 
@@ -6109,9 +7068,9 @@ No authorization required
6109
7068
  - **Accept**: application/json
6110
7069
 
6111
7070
 
6112
- ## gateway_update_item
7071
+ ## gateway_update_ldap_auth_config
6113
7072
 
6114
- > <GatewayUpdateItemOutput> gateway_update_item(body)
7073
+ > <GatewayUpdateLdapAuthConfigOutput> gateway_update_ldap_auth_config(body)
6115
7074
 
6116
7075
 
6117
7076
 
@@ -6122,32 +7081,32 @@ require 'time'
6122
7081
  require 'akeyless'
6123
7082
 
6124
7083
  api_instance = Akeyless::V2Api.new
6125
- body = Akeyless::GatewayUpdateItem.new({name: 'name_example', type: 'type_example'}) # GatewayUpdateItem |
7084
+ body = Akeyless::GatewayUpdateLdapAuthConfig.new # GatewayUpdateLdapAuthConfig |
6126
7085
 
6127
7086
  begin
6128
7087
 
6129
- result = api_instance.gateway_update_item(body)
7088
+ result = api_instance.gateway_update_ldap_auth_config(body)
6130
7089
  p result
6131
7090
  rescue Akeyless::ApiError => e
6132
- puts "Error when calling V2Api->gateway_update_item: #{e}"
7091
+ puts "Error when calling V2Api->gateway_update_ldap_auth_config: #{e}"
6133
7092
  end
6134
7093
  ```
6135
7094
 
6136
- #### Using the gateway_update_item_with_http_info variant
7095
+ #### Using the gateway_update_ldap_auth_config_with_http_info variant
6137
7096
 
6138
7097
  This returns an Array which contains the response data, status code and headers.
6139
7098
 
6140
- > <Array(<GatewayUpdateItemOutput>, Integer, Hash)> gateway_update_item_with_http_info(body)
7099
+ > <Array(<GatewayUpdateLdapAuthConfigOutput>, Integer, Hash)> gateway_update_ldap_auth_config_with_http_info(body)
6141
7100
 
6142
7101
  ```ruby
6143
7102
  begin
6144
7103
 
6145
- data, status_code, headers = api_instance.gateway_update_item_with_http_info(body)
7104
+ data, status_code, headers = api_instance.gateway_update_ldap_auth_config_with_http_info(body)
6146
7105
  p status_code # => 2xx
6147
7106
  p headers # => { ... }
6148
- p data # => <GatewayUpdateItemOutput>
7107
+ p data # => <GatewayUpdateLdapAuthConfigOutput>
6149
7108
  rescue Akeyless::ApiError => e
6150
- puts "Error when calling V2Api->gateway_update_item_with_http_info: #{e}"
7109
+ puts "Error when calling V2Api->gateway_update_ldap_auth_config_with_http_info: #{e}"
6151
7110
  end
6152
7111
  ```
6153
7112
 
@@ -6155,11 +7114,11 @@ end
6155
7114
 
6156
7115
  | Name | Type | Description | Notes |
6157
7116
  | ---- | ---- | ----------- | ----- |
6158
- | **body** | [**GatewayUpdateItem**](GatewayUpdateItem.md) | | |
7117
+ | **body** | [**GatewayUpdateLdapAuthConfig**](GatewayUpdateLdapAuthConfig.md) | | |
6159
7118
 
6160
7119
  ### Return type
6161
7120
 
6162
- [**GatewayUpdateItemOutput**](GatewayUpdateItemOutput.md)
7121
+ [**GatewayUpdateLdapAuthConfigOutput**](GatewayUpdateLdapAuthConfigOutput.md)
6163
7122
 
6164
7123
  ### Authorization
6165
7124
 
@@ -6171,9 +7130,9 @@ No authorization required
6171
7130
  - **Accept**: application/json
6172
7131
 
6173
7132
 
6174
- ## gateway_update_k8_s_auth_config
7133
+ ## gateway_update_migration
6175
7134
 
6176
- > <GatewayUpdateK8SAuthConfigOutput> gateway_update_k8_s_auth_config(body)
7135
+ > <GatewayMigrationUpdateOutput> gateway_update_migration(body)
6177
7136
 
6178
7137
 
6179
7138
 
@@ -6184,32 +7143,32 @@ require 'time'
6184
7143
  require 'akeyless'
6185
7144
 
6186
7145
  api_instance = Akeyless::V2Api.new
6187
- body = Akeyless::GatewayUpdateK8SAuthConfig.new({access_id: 'access_id_example', k8s_host: 'k8s_host_example', name: 'name_example', new_name: 'new_name_example', signing_key: 'signing_key_example'}) # GatewayUpdateK8SAuthConfig |
7146
+ body = Akeyless::GatewayUpdateMigration.new({target_location: 'target_location_example'}) # GatewayUpdateMigration |
6188
7147
 
6189
7148
  begin
6190
7149
 
6191
- result = api_instance.gateway_update_k8_s_auth_config(body)
7150
+ result = api_instance.gateway_update_migration(body)
6192
7151
  p result
6193
7152
  rescue Akeyless::ApiError => e
6194
- puts "Error when calling V2Api->gateway_update_k8_s_auth_config: #{e}"
7153
+ puts "Error when calling V2Api->gateway_update_migration: #{e}"
6195
7154
  end
6196
7155
  ```
6197
7156
 
6198
- #### Using the gateway_update_k8_s_auth_config_with_http_info variant
7157
+ #### Using the gateway_update_migration_with_http_info variant
6199
7158
 
6200
7159
  This returns an Array which contains the response data, status code and headers.
6201
7160
 
6202
- > <Array(<GatewayUpdateK8SAuthConfigOutput>, Integer, Hash)> gateway_update_k8_s_auth_config_with_http_info(body)
7161
+ > <Array(<GatewayMigrationUpdateOutput>, Integer, Hash)> gateway_update_migration_with_http_info(body)
6203
7162
 
6204
7163
  ```ruby
6205
7164
  begin
6206
7165
 
6207
- data, status_code, headers = api_instance.gateway_update_k8_s_auth_config_with_http_info(body)
7166
+ data, status_code, headers = api_instance.gateway_update_migration_with_http_info(body)
6208
7167
  p status_code # => 2xx
6209
7168
  p headers # => { ... }
6210
- p data # => <GatewayUpdateK8SAuthConfigOutput>
7169
+ p data # => <GatewayMigrationUpdateOutput>
6211
7170
  rescue Akeyless::ApiError => e
6212
- puts "Error when calling V2Api->gateway_update_k8_s_auth_config_with_http_info: #{e}"
7171
+ puts "Error when calling V2Api->gateway_update_migration_with_http_info: #{e}"
6213
7172
  end
6214
7173
  ```
6215
7174
 
@@ -6217,11 +7176,11 @@ end
6217
7176
 
6218
7177
  | Name | Type | Description | Notes |
6219
7178
  | ---- | ---- | ----------- | ----- |
6220
- | **body** | [**GatewayUpdateK8SAuthConfig**](GatewayUpdateK8SAuthConfig.md) | | |
7179
+ | **body** | [**GatewayUpdateMigration**](GatewayUpdateMigration.md) | | |
6221
7180
 
6222
7181
  ### Return type
6223
7182
 
6224
- [**GatewayUpdateK8SAuthConfigOutput**](GatewayUpdateK8SAuthConfigOutput.md)
7183
+ [**GatewayMigrationUpdateOutput**](GatewayMigrationUpdateOutput.md)
6225
7184
 
6226
7185
  ### Authorization
6227
7186
 
@@ -6744,7 +7703,7 @@ require 'time'
6744
7703
  require 'akeyless'
6745
7704
 
6746
7705
  api_instance = Akeyless::V2Api.new
6747
- body = Akeyless::GatewayUpdateProducerGcp.new({name: 'name_example'}) # GatewayUpdateProducerGcp |
7706
+ body = Akeyless::GatewayUpdateProducerGcp.new({name: 'name_example', service_account_type: 'service_account_type_example'}) # GatewayUpdateProducerGcp |
6748
7707
 
6749
7708
  begin
6750
7709
 
@@ -6917,6 +7876,68 @@ No authorization required
6917
7876
  - **Accept**: application/json
6918
7877
 
6919
7878
 
7879
+ ## gateway_update_producer_hana_db
7880
+
7881
+ > <GatewayUpdateProducerHanaDbOutput> gateway_update_producer_hana_db(body)
7882
+
7883
+
7884
+
7885
+ ### Examples
7886
+
7887
+ ```ruby
7888
+ require 'time'
7889
+ require 'akeyless'
7890
+
7891
+ api_instance = Akeyless::V2Api.new
7892
+ body = Akeyless::GatewayUpdateProducerHanaDb.new({name: 'name_example'}) # GatewayUpdateProducerHanaDb |
7893
+
7894
+ begin
7895
+
7896
+ result = api_instance.gateway_update_producer_hana_db(body)
7897
+ p result
7898
+ rescue Akeyless::ApiError => e
7899
+ puts "Error when calling V2Api->gateway_update_producer_hana_db: #{e}"
7900
+ end
7901
+ ```
7902
+
7903
+ #### Using the gateway_update_producer_hana_db_with_http_info variant
7904
+
7905
+ This returns an Array which contains the response data, status code and headers.
7906
+
7907
+ > <Array(<GatewayUpdateProducerHanaDbOutput>, Integer, Hash)> gateway_update_producer_hana_db_with_http_info(body)
7908
+
7909
+ ```ruby
7910
+ begin
7911
+
7912
+ data, status_code, headers = api_instance.gateway_update_producer_hana_db_with_http_info(body)
7913
+ p status_code # => 2xx
7914
+ p headers # => { ... }
7915
+ p data # => <GatewayUpdateProducerHanaDbOutput>
7916
+ rescue Akeyless::ApiError => e
7917
+ puts "Error when calling V2Api->gateway_update_producer_hana_db_with_http_info: #{e}"
7918
+ end
7919
+ ```
7920
+
7921
+ ### Parameters
7922
+
7923
+ | Name | Type | Description | Notes |
7924
+ | ---- | ---- | ----------- | ----- |
7925
+ | **body** | [**GatewayUpdateProducerHanaDb**](GatewayUpdateProducerHanaDb.md) | | |
7926
+
7927
+ ### Return type
7928
+
7929
+ [**GatewayUpdateProducerHanaDbOutput**](GatewayUpdateProducerHanaDbOutput.md)
7930
+
7931
+ ### Authorization
7932
+
7933
+ No authorization required
7934
+
7935
+ ### HTTP request headers
7936
+
7937
+ - **Content-Type**: application/json
7938
+ - **Accept**: application/json
7939
+
7940
+
6920
7941
  ## gateway_update_producer_ldap
6921
7942
 
6922
7943
  > <GatewayUpdateProducerLdapOutput> gateway_update_producer_ldap(body)
@@ -8752,12 +9773,76 @@ This returns an Array which contains the response data, status code and headers.
8752
9773
  ```ruby
8753
9774
  begin
8754
9775
 
8755
- data, status_code, headers = api_instance.kmip_delete_client_with_http_info(opts)
9776
+ data, status_code, headers = api_instance.kmip_delete_client_with_http_info(opts)
9777
+ p status_code # => 2xx
9778
+ p headers # => { ... }
9779
+ p data # => Object
9780
+ rescue Akeyless::ApiError => e
9781
+ puts "Error when calling V2Api->kmip_delete_client_with_http_info: #{e}"
9782
+ end
9783
+ ```
9784
+
9785
+ ### Parameters
9786
+
9787
+ | Name | Type | Description | Notes |
9788
+ | ---- | ---- | ----------- | ----- |
9789
+ | **body** | [**KmipDeleteClient**](KmipDeleteClient.md) | | [optional] |
9790
+
9791
+ ### Return type
9792
+
9793
+ **Object**
9794
+
9795
+ ### Authorization
9796
+
9797
+ No authorization required
9798
+
9799
+ ### HTTP request headers
9800
+
9801
+ - **Content-Type**: application/json
9802
+ - **Accept**: application/json
9803
+
9804
+
9805
+ ## kmip_delete_server
9806
+
9807
+ > Object kmip_delete_server(opts)
9808
+
9809
+
9810
+
9811
+ ### Examples
9812
+
9813
+ ```ruby
9814
+ require 'time'
9815
+ require 'akeyless'
9816
+
9817
+ api_instance = Akeyless::V2Api.new
9818
+ opts = {
9819
+ body: Akeyless::KmipDeleteServer.new # KmipDeleteServer |
9820
+ }
9821
+
9822
+ begin
9823
+
9824
+ result = api_instance.kmip_delete_server(opts)
9825
+ p result
9826
+ rescue Akeyless::ApiError => e
9827
+ puts "Error when calling V2Api->kmip_delete_server: #{e}"
9828
+ end
9829
+ ```
9830
+
9831
+ #### Using the kmip_delete_server_with_http_info variant
9832
+
9833
+ This returns an Array which contains the response data, status code and headers.
9834
+
9835
+ > <Array(Object, Integer, Hash)> kmip_delete_server_with_http_info(opts)
9836
+
9837
+ ```ruby
9838
+ begin
9839
+
9840
+ data, status_code, headers = api_instance.kmip_delete_server_with_http_info(opts)
8756
9841
  p status_code # => 2xx
8757
9842
  p headers # => { ... }
8758
9843
  p data # => Object
8759
9844
  rescue Akeyless::ApiError => e
8760
- puts "Error when calling V2Api->kmip_delete_client_with_http_info: #{e}"
9845
+ puts "Error when calling V2Api->kmip_delete_server_with_http_info: #{e}"
8761
9846
  end
8762
9847
  ```
8763
9848
 
@@ -8765,7 +9850,7 @@ end
8765
9850
 
8766
9851
  | Name | Type | Description | Notes |
8767
9852
  | ---- | ---- | ----------- | ----- |
8768
- | **body** | [**KmipDeleteClient**](KmipDeleteClient.md) | | [optional] |
9853
+ | **body** | [**KmipDeleteServer**](KmipDeleteServer.md) | | [optional] |
8769
9854
 
8770
9855
  ### Return type
8771
9856
 
@@ -8973,6 +10058,70 @@ No authorization required
8973
10058
  - **Accept**: application/json
8974
10059
 
8975
10060
 
10061
+ ## kmip_move_server
10062
+
10063
+ > <KmipMoveServerOutput> kmip_move_server(opts)
10064
+
10065
+
10066
+
10067
+ ### Examples
10068
+
10069
+ ```ruby
10070
+ require 'time'
10071
+ require 'akeyless'
10072
+
10073
+ api_instance = Akeyless::V2Api.new
10074
+ opts = {
10075
+ body: Akeyless::KmipMoveServer.new # KmipMoveServer |
10076
+ }
10077
+
10078
+ begin
10079
+
10080
+ result = api_instance.kmip_move_server(opts)
10081
+ p result
10082
+ rescue Akeyless::ApiError => e
10083
+ puts "Error when calling V2Api->kmip_move_server: #{e}"
10084
+ end
10085
+ ```
10086
+
10087
+ #### Using the kmip_move_server_with_http_info variant
10088
+
10089
+ This returns an Array which contains the response data, status code and headers.
10090
+
10091
+ > <Array(<KmipMoveServerOutput>, Integer, Hash)> kmip_move_server_with_http_info(opts)
10092
+
10093
+ ```ruby
10094
+ begin
10095
+
10096
+ data, status_code, headers = api_instance.kmip_move_server_with_http_info(opts)
10097
+ p status_code # => 2xx
10098
+ p headers # => { ... }
10099
+ p data # => <KmipMoveServerOutput>
10100
+ rescue Akeyless::ApiError => e
10101
+ puts "Error when calling V2Api->kmip_move_server_with_http_info: #{e}"
10102
+ end
10103
+ ```
10104
+
10105
+ ### Parameters
10106
+
10107
+ | Name | Type | Description | Notes |
10108
+ | ---- | ---- | ----------- | ----- |
10109
+ | **body** | [**KmipMoveServer**](KmipMoveServer.md) | | [optional] |
10110
+
10111
+ ### Return type
10112
+
10113
+ [**KmipMoveServerOutput**](KmipMoveServerOutput.md)
10114
+
10115
+ ### Authorization
10116
+
10117
+ No authorization required
10118
+
10119
+ ### HTTP request headers
10120
+
10121
+ - **Content-Type**: application/json
10122
+ - **Accept**: application/json
10123
+
10124
+
8976
10125
  ## kmip_renew_client_certificate
8977
10126
 
8978
10127
  > <KmipRenewClientCertificateOutput> kmip_renew_client_certificate(opts)
@@ -9291,6 +10440,68 @@ No authorization required
9291
10440
  - **Accept**: application/json
9292
10441
 
9293
10442
 
10443
+ ## list_gateways
10444
+
10445
+ > <GatewaysListResponse> list_gateways(body)
10446
+
10447
+
10448
+
10449
+ ### Examples
10450
+
10451
+ ```ruby
10452
+ require 'time'
10453
+ require 'akeyless'
10454
+
10455
+ api_instance = Akeyless::V2Api.new
10456
+ body = Akeyless::ListGateways.new # ListGateways |
10457
+
10458
+ begin
10459
+
10460
+ result = api_instance.list_gateways(body)
10461
+ p result
10462
+ rescue Akeyless::ApiError => e
10463
+ puts "Error when calling V2Api->list_gateways: #{e}"
10464
+ end
10465
+ ```
10466
+
10467
+ #### Using the list_gateways_with_http_info variant
10468
+
10469
+ This returns an Array which contains the response data, status code and headers.
10470
+
10471
+ > <Array(<GatewaysListResponse>, Integer, Hash)> list_gateways_with_http_info(body)
10472
+
10473
+ ```ruby
10474
+ begin
10475
+
10476
+ data, status_code, headers = api_instance.list_gateways_with_http_info(body)
10477
+ p status_code # => 2xx
10478
+ p headers # => { ... }
10479
+ p data # => <GatewaysListResponse>
10480
+ rescue Akeyless::ApiError => e
10481
+ puts "Error when calling V2Api->list_gateways_with_http_info: #{e}"
10482
+ end
10483
+ ```
10484
+
10485
+ ### Parameters
10486
+
10487
+ | Name | Type | Description | Notes |
10488
+ | ---- | ---- | ----------- | ----- |
10489
+ | **body** | [**ListGateways**](ListGateways.md) | | |
10490
+
10491
+ ### Return type
10492
+
10493
+ [**GatewaysListResponse**](GatewaysListResponse.md)
10494
+
10495
+ ### Authorization
10496
+
10497
+ No authorization required
10498
+
10499
+ ### HTTP request headers
10500
+
10501
+ - **Content-Type**: application/json
10502
+ - **Accept**: application/json
10503
+
10504
+
9294
10505
  ## list_items
9295
10506
 
9296
10507
  > <ListItemsInPathOutput> list_items(body)
@@ -9415,6 +10626,68 @@ No authorization required
9415
10626
  - **Accept**: application/json
9416
10627
 
9417
10628
 
10629
+ ## list_sra_bastions
10630
+
10631
+ > <BastionsList> list_sra_bastions(body)
10632
+
10633
+
10634
+
10635
+ ### Examples
10636
+
10637
+ ```ruby
10638
+ require 'time'
10639
+ require 'akeyless'
10640
+
10641
+ api_instance = Akeyless::V2Api.new
10642
+ body = Akeyless::ListSRABastions.new # ListSRABastions |
10643
+
10644
+ begin
10645
+
10646
+ result = api_instance.list_sra_bastions(body)
10647
+ p result
10648
+ rescue Akeyless::ApiError => e
10649
+ puts "Error when calling V2Api->list_sra_bastions: #{e}"
10650
+ end
10651
+ ```
10652
+
10653
+ #### Using the list_sra_bastions_with_http_info variant
10654
+
10655
+ This returns an Array which contains the response data, status code and headers.
10656
+
10657
+ > <Array(<BastionsList>, Integer, Hash)> list_sra_bastions_with_http_info(body)
10658
+
10659
+ ```ruby
10660
+ begin
10661
+
10662
+ data, status_code, headers = api_instance.list_sra_bastions_with_http_info(body)
10663
+ p status_code # => 2xx
10664
+ p headers # => { ... }
10665
+ p data # => <BastionsList>
10666
+ rescue Akeyless::ApiError => e
10667
+ puts "Error when calling V2Api->list_sra_bastions_with_http_info: #{e}"
10668
+ end
10669
+ ```
10670
+
10671
+ ### Parameters
10672
+
10673
+ | Name | Type | Description | Notes |
10674
+ | ---- | ---- | ----------- | ----- |
10675
+ | **body** | [**ListSRABastions**](ListSRABastions.md) | | |
10676
+
10677
+ ### Return type
10678
+
10679
+ [**BastionsList**](BastionsList.md)
10680
+
10681
+ ### Authorization
10682
+
10683
+ No authorization required
10684
+
10685
+ ### HTTP request headers
10686
+
10687
+ - **Content-Type**: application/json
10688
+ - **Accept**: application/json
10689
+
10690
+
9418
10691
  ## list_targets
9419
10692
 
9420
10693
  > <ListTargetsOutput> list_targets(body)
@@ -9910,6 +11183,68 @@ No authorization required
9910
11183
  - **Accept**: application/json
9911
11184
 
9912
11185
 
11186
+ ## rotate_secret
11187
+
11188
+ > <RotatedSecretOutput> rotate_secret(body)
11189
+
11190
+
11191
+
11192
+ ### Examples
11193
+
11194
+ ```ruby
11195
+ require 'time'
11196
+ require 'akeyless'
11197
+
11198
+ api_instance = Akeyless::V2Api.new
11199
+ body = Akeyless::RotateSecret.new({name: 'name_example'}) # RotateSecret |
11200
+
11201
+ begin
11202
+
11203
+ result = api_instance.rotate_secret(body)
11204
+ p result
11205
+ rescue Akeyless::ApiError => e
11206
+ puts "Error when calling V2Api->rotate_secret: #{e}"
11207
+ end
11208
+ ```
11209
+
11210
+ #### Using the rotate_secret_with_http_info variant
11211
+
11212
+ This returns an Array which contains the response data, status code and headers.
11213
+
11214
+ > <Array(<RotatedSecretOutput>, Integer, Hash)> rotate_secret_with_http_info(body)
11215
+
11216
+ ```ruby
11217
+ begin
11218
+
11219
+ data, status_code, headers = api_instance.rotate_secret_with_http_info(body)
11220
+ p status_code # => 2xx
11221
+ p headers # => { ... }
11222
+ p data # => <RotatedSecretOutput>
11223
+ rescue Akeyless::ApiError => e
11224
+ puts "Error when calling V2Api->rotate_secret_with_http_info: #{e}"
11225
+ end
11226
+ ```
11227
+
11228
+ ### Parameters
11229
+
11230
+ | Name | Type | Description | Notes |
11231
+ | ---- | ---- | ----------- | ----- |
11232
+ | **body** | [**RotateSecret**](RotateSecret.md) | | |
11233
+
11234
+ ### Return type
11235
+
11236
+ [**RotatedSecretOutput**](RotatedSecretOutput.md)
11237
+
11238
+ ### Authorization
11239
+
11240
+ No authorization required
11241
+
11242
+ ### HTTP request headers
11243
+
11244
+ - **Content-Type**: application/json
11245
+ - **Accept**: application/json
11246
+
11247
+
9913
11248
  ## set_item_state
9914
11249
 
9915
11250
  > Object set_item_state(body)
@@ -10022,7 +11357,68 @@ end
10022
11357
 
10023
11358
  ### Return type
10024
11359
 
10025
- **Object**
11360
+ **Object**
11361
+
11362
+ ### Authorization
11363
+
11364
+ No authorization required
11365
+
11366
+ ### HTTP request headers
11367
+
11368
+ - **Content-Type**: application/json
11369
+ - **Accept**: application/json
11370
+
11371
+
11372
+ ## share_item
11373
+
11374
+ > share_item(body)
11375
+
11376
+
11377
+
11378
+ ### Examples
11379
+
11380
+ ```ruby
11381
+ require 'time'
11382
+ require 'akeyless'
11383
+
11384
+ api_instance = Akeyless::V2Api.new
11385
+ body = Akeyless::ShareItem.new({action: 'action_example', item_name: 'item_name_example'}) # ShareItem |
11386
+
11387
+ begin
11388
+
11389
+ api_instance.share_item(body)
11390
+ rescue Akeyless::ApiError => e
11391
+ puts "Error when calling V2Api->share_item: #{e}"
11392
+ end
11393
+ ```
11394
+
11395
+ #### Using the share_item_with_http_info variant
11396
+
11397
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
11398
+
11399
+ > <Array(nil, Integer, Hash)> share_item_with_http_info(body)
11400
+
11401
+ ```ruby
11402
+ begin
11403
+
11404
+ data, status_code, headers = api_instance.share_item_with_http_info(body)
11405
+ p status_code # => 2xx
11406
+ p headers # => { ... }
11407
+ p data # => nil
11408
+ rescue Akeyless::ApiError => e
11409
+ puts "Error when calling V2Api->share_item_with_http_info: #{e}"
11410
+ end
11411
+ ```
11412
+
11413
+ ### Parameters
11414
+
11415
+ | Name | Type | Description | Notes |
11416
+ | ---- | ---- | ----------- | ----- |
11417
+ | **body** | [**ShareItem**](ShareItem.md) | | |
11418
+
11419
+ ### Return type
11420
+
11421
+ nil (empty response body)
10026
11422
 
10027
11423
  ### Authorization
10028
11424
 
@@ -10109,7 +11505,7 @@ require 'time'
10109
11505
  require 'akeyless'
10110
11506
 
10111
11507
  api_instance = Akeyless::V2Api.new
10112
- body = Akeyless::SignPKCS1.new({key_name: 'key_name_example', message: 'message_example'}) # SignPKCS1 |
11508
+ body = Akeyless::SignPKCS1.new({message: 'message_example'}) # SignPKCS1 |
10113
11509
 
10114
11510
  begin
10115
11511
 
@@ -10282,6 +11678,68 @@ No authorization required
10282
11678
  - **Accept**: application/json
10283
11679
 
10284
11680
 
11681
+ ## tokenize
11682
+
11683
+ > <TokenizeOutput> tokenize(body)
11684
+
11685
+
11686
+
11687
+ ### Examples
11688
+
11689
+ ```ruby
11690
+ require 'time'
11691
+ require 'akeyless'
11692
+
11693
+ api_instance = Akeyless::V2Api.new
11694
+ body = Akeyless::Tokenize.new({plaintext: 'plaintext_example', tokenizer_name: 'tokenizer_name_example'}) # Tokenize |
11695
+
11696
+ begin
11697
+
11698
+ result = api_instance.tokenize(body)
11699
+ p result
11700
+ rescue Akeyless::ApiError => e
11701
+ puts "Error when calling V2Api->tokenize: #{e}"
11702
+ end
11703
+ ```
11704
+
11705
+ #### Using the tokenize_with_http_info variant
11706
+
11707
+ This returns an Array which contains the response data, status code and headers.
11708
+
11709
+ > <Array(<TokenizeOutput>, Integer, Hash)> tokenize_with_http_info(body)
11710
+
11711
+ ```ruby
11712
+ begin
11713
+
11714
+ data, status_code, headers = api_instance.tokenize_with_http_info(body)
11715
+ p status_code # => 2xx
11716
+ p headers # => { ... }
11717
+ p data # => <TokenizeOutput>
11718
+ rescue Akeyless::ApiError => e
11719
+ puts "Error when calling V2Api->tokenize_with_http_info: #{e}"
11720
+ end
11721
+ ```
11722
+
11723
+ ### Parameters
11724
+
11725
+ | Name | Type | Description | Notes |
11726
+ | ---- | ---- | ----------- | ----- |
11727
+ | **body** | [**Tokenize**](Tokenize.md) | | |
11728
+
11729
+ ### Return type
11730
+
11731
+ [**TokenizeOutput**](TokenizeOutput.md)
11732
+
11733
+ ### Authorization
11734
+
11735
+ No authorization required
11736
+
11737
+ ### HTTP request headers
11738
+
11739
+ - **Content-Type**: application/json
11740
+ - **Accept**: application/json
11741
+
11742
+
10285
11743
  ## uid_create_child_token
10286
11744
 
10287
11745
  > <UidCreateChildTokenOutput> uid_create_child_token(body)
@@ -10964,6 +12422,68 @@ No authorization required
10964
12422
  - **Accept**: application/json
10965
12423
 
10966
12424
 
12425
+ ## update_auth_method_cert
12426
+
12427
+ > <UpdateAuthMethodCertOutput> update_auth_method_cert(body)
12428
+
12429
+
12430
+
12431
+ ### Examples
12432
+
12433
+ ```ruby
12434
+ require 'time'
12435
+ require 'akeyless'
12436
+
12437
+ api_instance = Akeyless::V2Api.new
12438
+ body = Akeyless::UpdateAuthMethodCert.new({name: 'name_example', unique_identifier: 'unique_identifier_example'}) # UpdateAuthMethodCert |
12439
+
12440
+ begin
12441
+
12442
+ result = api_instance.update_auth_method_cert(body)
12443
+ p result
12444
+ rescue Akeyless::ApiError => e
12445
+ puts "Error when calling V2Api->update_auth_method_cert: #{e}"
12446
+ end
12447
+ ```
12448
+
12449
+ #### Using the update_auth_method_cert_with_http_info variant
12450
+
12451
+ This returns an Array which contains the response data, status code and headers.
12452
+
12453
+ > <Array(<UpdateAuthMethodCertOutput>, Integer, Hash)> update_auth_method_cert_with_http_info(body)
12454
+
12455
+ ```ruby
12456
+ begin
12457
+
12458
+ data, status_code, headers = api_instance.update_auth_method_cert_with_http_info(body)
12459
+ p status_code # => 2xx
12460
+ p headers # => { ... }
12461
+ p data # => <UpdateAuthMethodCertOutput>
12462
+ rescue Akeyless::ApiError => e
12463
+ puts "Error when calling V2Api->update_auth_method_cert_with_http_info: #{e}"
12464
+ end
12465
+ ```
12466
+
12467
+ ### Parameters
12468
+
12469
+ | Name | Type | Description | Notes |
12470
+ | ---- | ---- | ----------- | ----- |
12471
+ | **body** | [**UpdateAuthMethodCert**](UpdateAuthMethodCert.md) | | |
12472
+
12473
+ ### Return type
12474
+
12475
+ [**UpdateAuthMethodCertOutput**](UpdateAuthMethodCertOutput.md)
12476
+
12477
+ ### Authorization
12478
+
12479
+ No authorization required
12480
+
12481
+ ### HTTP request headers
12482
+
12483
+ - **Content-Type**: application/json
12484
+ - **Accept**: application/json
12485
+
12486
+
10967
12487
  ## update_auth_method_gcp
10968
12488
 
10969
12489
  > Object update_auth_method_gcp(body)
@@ -11090,7 +12610,7 @@ No authorization required
11090
12610
 
11091
12611
  ## update_auth_method_ldap
11092
12612
 
11093
- > Object update_auth_method_ldap(body)
12613
+ > <UpdateAuthMethodLDAPOutput> update_auth_method_ldap(body)
11094
12614
 
11095
12615
 
11096
12616
 
@@ -11116,7 +12636,7 @@ end
11116
12636
 
11117
12637
  This returns an Array which contains the response data, status code and headers.
11118
12638
 
11119
- > <Array(Object, Integer, Hash)> update_auth_method_ldap_with_http_info(body)
12639
+ > <Array(<UpdateAuthMethodLDAPOutput>, Integer, Hash)> update_auth_method_ldap_with_http_info(body)
11120
12640
 
11121
12641
  ```ruby
11122
12642
  begin
@@ -11124,7 +12644,7 @@ begin
11124
12644
  data, status_code, headers = api_instance.update_auth_method_ldap_with_http_info(body)
11125
12645
  p status_code # => 2xx
11126
12646
  p headers # => { ... }
11127
- p data # => Object
12647
+ p data # => <UpdateAuthMethodLDAPOutput>
11128
12648
  rescue Akeyless::ApiError => e
11129
12649
  puts "Error when calling V2Api->update_auth_method_ldap_with_http_info: #{e}"
11130
12650
  end
@@ -11138,7 +12658,7 @@ end
11138
12658
 
11139
12659
  ### Return type
11140
12660
 
11141
- **Object**
12661
+ [**UpdateAuthMethodLDAPOutput**](UpdateAuthMethodLDAPOutput.md)
11142
12662
 
11143
12663
  ### Authorization
11144
12664
 
@@ -11845,7 +13365,7 @@ require 'time'
11845
13365
  require 'akeyless'
11846
13366
 
11847
13367
  api_instance = Akeyless::V2Api.new
11848
- body = Akeyless::UpdateGcpTarget.new({gcp_sa_email: 'gcp_sa_email_example', name: 'name_example'}) # UpdateGcpTarget |
13368
+ body = Akeyless::UpdateGcpTarget.new({name: 'name_example'}) # UpdateGcpTarget |
11849
13369
 
11850
13370
  begin
11851
13371
 
@@ -12080,9 +13600,133 @@ No authorization required
12080
13600
  - **Accept**: application/json
12081
13601
 
12082
13602
 
13603
+ ## update_ldap_target
13604
+
13605
+ > <UpdateLdapTargetOutput> update_ldap_target(body)
13606
+
13607
+
13608
+
13609
+ ### Examples
13610
+
13611
+ ```ruby
13612
+ require 'time'
13613
+ require 'akeyless'
13614
+
13615
+ api_instance = Akeyless::V2Api.new
13616
+ body = Akeyless::UpdateLdapTarget.new({name: 'name_example'}) # UpdateLdapTarget |
13617
+
13618
+ begin
13619
+
13620
+ result = api_instance.update_ldap_target(body)
13621
+ p result
13622
+ rescue Akeyless::ApiError => e
13623
+ puts "Error when calling V2Api->update_ldap_target: #{e}"
13624
+ end
13625
+ ```
13626
+
13627
+ #### Using the update_ldap_target_with_http_info variant
13628
+
13629
+ This returns an Array which contains the response data, status code and headers.
13630
+
13631
+ > <Array(<UpdateLdapTargetOutput>, Integer, Hash)> update_ldap_target_with_http_info(body)
13632
+
13633
+ ```ruby
13634
+ begin
13635
+
13636
+ data, status_code, headers = api_instance.update_ldap_target_with_http_info(body)
13637
+ p status_code # => 2xx
13638
+ p headers # => { ... }
13639
+ p data # => <UpdateLdapTargetOutput>
13640
+ rescue Akeyless::ApiError => e
13641
+ puts "Error when calling V2Api->update_ldap_target_with_http_info: #{e}"
13642
+ end
13643
+ ```
13644
+
13645
+ ### Parameters
13646
+
13647
+ | Name | Type | Description | Notes |
13648
+ | ---- | ---- | ----------- | ----- |
13649
+ | **body** | [**UpdateLdapTarget**](UpdateLdapTarget.md) | | |
13650
+
13651
+ ### Return type
13652
+
13653
+ [**UpdateLdapTargetOutput**](UpdateLdapTargetOutput.md)
13654
+
13655
+ ### Authorization
13656
+
13657
+ No authorization required
13658
+
13659
+ ### HTTP request headers
13660
+
13661
+ - **Content-Type**: application/json
13662
+ - **Accept**: application/json
13663
+
13664
+
13665
+ ## update_ldap_target_details
13666
+
13667
+ > <UpdateTargetOutput> update_ldap_target_details(body)
13668
+
13669
+
13670
+
13671
+ ### Examples
13672
+
13673
+ ```ruby
13674
+ require 'time'
13675
+ require 'akeyless'
13676
+
13677
+ api_instance = Akeyless::V2Api.new
13678
+ body = Akeyless::UpdateLdapTargetDetails.new({name: 'name_example'}) # UpdateLdapTargetDetails |
13679
+
13680
+ begin
13681
+
13682
+ result = api_instance.update_ldap_target_details(body)
13683
+ p result
13684
+ rescue Akeyless::ApiError => e
13685
+ puts "Error when calling V2Api->update_ldap_target_details: #{e}"
13686
+ end
13687
+ ```
13688
+
13689
+ #### Using the update_ldap_target_details_with_http_info variant
13690
+
13691
+ This returns an Array which contains the response data, status code and headers.
13692
+
13693
+ > <Array(<UpdateTargetOutput>, Integer, Hash)> update_ldap_target_details_with_http_info(body)
13694
+
13695
+ ```ruby
13696
+ begin
13697
+
13698
+ data, status_code, headers = api_instance.update_ldap_target_details_with_http_info(body)
13699
+ p status_code # => 2xx
13700
+ p headers # => { ... }
13701
+ p data # => <UpdateTargetOutput>
13702
+ rescue Akeyless::ApiError => e
13703
+ puts "Error when calling V2Api->update_ldap_target_details_with_http_info: #{e}"
13704
+ end
13705
+ ```
13706
+
13707
+ ### Parameters
13708
+
13709
+ | Name | Type | Description | Notes |
13710
+ | ---- | ---- | ----------- | ----- |
13711
+ | **body** | [**UpdateLdapTargetDetails**](UpdateLdapTargetDetails.md) | | |
13712
+
13713
+ ### Return type
13714
+
13715
+ [**UpdateTargetOutput**](UpdateTargetOutput.md)
13716
+
13717
+ ### Authorization
13718
+
13719
+ No authorization required
13720
+
13721
+ ### HTTP request headers
13722
+
13723
+ - **Content-Type**: application/json
13724
+ - **Accept**: application/json
13725
+
13726
+
12083
13727
  ## update_native_k8_s_target
12084
13728
 
12085
- > <UpdateNativeK8STarget> update_native_k8_s_target(body)
13729
+ > <UpdateNativeK8STargetOutput> update_native_k8_s_target(body)
12086
13730
 
12087
13731
 
12088
13732
 
@@ -12108,7 +13752,7 @@ end
12108
13752
 
12109
13753
  This returns an Array which contains the response data, status code and headers.
12110
13754
 
12111
- > <Array(<UpdateNativeK8STarget>, Integer, Hash)> update_native_k8_s_target_with_http_info(body)
13755
+ > <Array(<UpdateNativeK8STargetOutput>, Integer, Hash)> update_native_k8_s_target_with_http_info(body)
12112
13756
 
12113
13757
  ```ruby
12114
13758
  begin
@@ -12116,7 +13760,7 @@ begin
12116
13760
  data, status_code, headers = api_instance.update_native_k8_s_target_with_http_info(body)
12117
13761
  p status_code # => 2xx
12118
13762
  p headers # => { ... }
12119
- p data # => <UpdateNativeK8STarget>
13763
+ p data # => <UpdateNativeK8STargetOutput>
12120
13764
  rescue Akeyless::ApiError => e
12121
13765
  puts "Error when calling V2Api->update_native_k8_s_target_with_http_info: #{e}"
12122
13766
  end
@@ -12130,7 +13774,7 @@ end
12130
13774
 
12131
13775
  ### Return type
12132
13776
 
12133
- [**UpdateNativeK8STarget**](UpdateNativeK8STarget.md)
13777
+ [**UpdateNativeK8STargetOutput**](UpdateNativeK8STargetOutput.md)
12134
13778
 
12135
13779
  ### Authorization
12136
13780
 
@@ -12573,6 +14217,68 @@ No authorization required
12573
14217
  - **Accept**: application/json
12574
14218
 
12575
14219
 
14220
+ ## update_salesforce_target
14221
+
14222
+ > <UpdateSalesforceTargetOutput> update_salesforce_target(body)
14223
+
14224
+
14225
+
14226
+ ### Examples
14227
+
14228
+ ```ruby
14229
+ require 'time'
14230
+ require 'akeyless'
14231
+
14232
+ api_instance = Akeyless::V2Api.new
14233
+ body = Akeyless::UpdateSalesforceTarget.new({auth_flow: 'auth_flow_example', client_id: 'client_id_example', email: 'email_example', name: 'name_example', tenant_url: 'tenant_url_example'}) # UpdateSalesforceTarget |
14234
+
14235
+ begin
14236
+
14237
+ result = api_instance.update_salesforce_target(body)
14238
+ p result
14239
+ rescue Akeyless::ApiError => e
14240
+ puts "Error when calling V2Api->update_salesforce_target: #{e}"
14241
+ end
14242
+ ```
14243
+
14244
+ #### Using the update_salesforce_target_with_http_info variant
14245
+
14246
+ This returns an Array which contains the response data, status code and headers.
14247
+
14248
+ > <Array(<UpdateSalesforceTargetOutput>, Integer, Hash)> update_salesforce_target_with_http_info(body)
14249
+
14250
+ ```ruby
14251
+ begin
14252
+
14253
+ data, status_code, headers = api_instance.update_salesforce_target_with_http_info(body)
14254
+ p status_code # => 2xx
14255
+ p headers # => { ... }
14256
+ p data # => <UpdateSalesforceTargetOutput>
14257
+ rescue Akeyless::ApiError => e
14258
+ puts "Error when calling V2Api->update_salesforce_target_with_http_info: #{e}"
14259
+ end
14260
+ ```
14261
+
14262
+ ### Parameters
14263
+
14264
+ | Name | Type | Description | Notes |
14265
+ | ---- | ---- | ----------- | ----- |
14266
+ | **body** | [**UpdateSalesforceTarget**](UpdateSalesforceTarget.md) | | |
14267
+
14268
+ ### Return type
14269
+
14270
+ [**UpdateSalesforceTargetOutput**](UpdateSalesforceTargetOutput.md)
14271
+
14272
+ ### Authorization
14273
+
14274
+ No authorization required
14275
+
14276
+ ### HTTP request headers
14277
+
14278
+ - **Content-Type**: application/json
14279
+ - **Accept**: application/json
14280
+
14281
+
12576
14282
  ## update_secret_val
12577
14283
 
12578
14284
  > <UpdateSecretValOutput> update_secret_val(body)
@@ -12896,7 +14602,7 @@ require 'time'
12896
14602
  require 'akeyless'
12897
14603
 
12898
14604
  api_instance = Akeyless::V2Api.new
12899
- body = { ... } # Object |
14605
+ body = Akeyless::UpdateTargetDetails.new # UpdateTargetDetails |
12900
14606
 
12901
14607
  begin
12902
14608
 
@@ -12929,7 +14635,7 @@ end
12929
14635
 
12930
14636
  | Name | Type | Description | Notes |
12931
14637
  | ---- | ---- | ----------- | ----- |
12932
- | **body** | **Object** | | |
14638
+ | **body** | [**UpdateTargetDetails**](UpdateTargetDetails.md) | | |
12933
14639
 
12934
14640
  ### Return type
12935
14641