akeyless 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/Auth.md +4 -2
  4. data/docs/AuthMethod.md +2 -0
  5. data/docs/AuthMethodCreateApiKey.md +2 -0
  6. data/docs/AuthMethodCreateAwsIam.md +2 -0
  7. data/docs/AuthMethodCreateAzureAD.md +2 -0
  8. data/docs/AuthMethodCreateCert.md +2 -0
  9. data/docs/AuthMethodCreateEmail.md +2 -0
  10. data/docs/AuthMethodCreateGcp.md +2 -0
  11. data/docs/AuthMethodCreateK8s.md +2 -0
  12. data/docs/AuthMethodCreateLdap.md +2 -0
  13. data/docs/AuthMethodCreateOCI.md +2 -0
  14. data/docs/AuthMethodCreateOIDC.md +2 -0
  15. data/docs/AuthMethodCreateOauth2.md +2 -0
  16. data/docs/AuthMethodCreateSAML.md +2 -0
  17. data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
  18. data/docs/AuthMethodUpdateApiKey.md +2 -0
  19. data/docs/AuthMethodUpdateAwsIam.md +2 -0
  20. data/docs/AuthMethodUpdateAzureAD.md +2 -0
  21. data/docs/AuthMethodUpdateCert.md +2 -0
  22. data/docs/AuthMethodUpdateEmail.md +2 -0
  23. data/docs/AuthMethodUpdateGcp.md +2 -0
  24. data/docs/AuthMethodUpdateK8s.md +2 -0
  25. data/docs/AuthMethodUpdateLdap.md +2 -0
  26. data/docs/AuthMethodUpdateOCI.md +2 -0
  27. data/docs/AuthMethodUpdateOIDC.md +2 -0
  28. data/docs/AuthMethodUpdateOauth2.md +2 -0
  29. data/docs/AuthMethodUpdateSAML.md +2 -0
  30. data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
  31. data/docs/AuthOutput.md +2 -0
  32. data/docs/BastionListEntry.md +2 -0
  33. data/docs/CreateAuthMethod.md +2 -0
  34. data/docs/CreateAuthMethodAWSIAM.md +2 -0
  35. data/docs/CreateAuthMethodAzureAD.md +2 -0
  36. data/docs/CreateAuthMethodCert.md +2 -0
  37. data/docs/CreateAuthMethodEmail.md +2 -0
  38. data/docs/CreateAuthMethodGCP.md +2 -0
  39. data/docs/CreateAuthMethodHuawei.md +2 -0
  40. data/docs/CreateAuthMethodK8S.md +2 -0
  41. data/docs/CreateAuthMethodLDAP.md +2 -0
  42. data/docs/CreateAuthMethodOAuth2.md +2 -0
  43. data/docs/CreateAuthMethodOCI.md +2 -0
  44. data/docs/CreateAuthMethodOIDC.md +2 -0
  45. data/docs/CreateAuthMethodSAML.md +2 -0
  46. data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
  47. data/docs/CreateCertificate.md +1 -1
  48. data/docs/CreateClassicKey.md +1 -1
  49. data/docs/CreateDFCKey.md +1 -1
  50. data/docs/CreateDynamicSecret.md +1 -1
  51. data/docs/CreateESM.md +1 -1
  52. data/docs/CreateKey.md +1 -1
  53. data/docs/CreateOidcApp.md +1 -1
  54. data/docs/CreatePKICertIssuer.md +1 -1
  55. data/docs/CreateRole.md +2 -0
  56. data/docs/CreateRotatedSecret.md +1 -1
  57. data/docs/CreateSSHCertIssuer.md +1 -1
  58. data/docs/CreateSecret.md +1 -1
  59. data/docs/CreateTokenizer.md +1 -1
  60. data/docs/CreateUSC.md +1 -1
  61. data/docs/DSProducerDetails.md +4 -0
  62. data/docs/DynamicSecretCreateArtifactory.md +1 -1
  63. data/docs/DynamicSecretCreateAws.md +5 -1
  64. data/docs/DynamicSecretCreateAzure.md +1 -1
  65. data/docs/DynamicSecretCreateCassandra.md +1 -1
  66. data/docs/DynamicSecretCreateChef.md +1 -1
  67. data/docs/DynamicSecretCreateCustom.md +1 -1
  68. data/docs/DynamicSecretCreateDockerhub.md +1 -1
  69. data/docs/DynamicSecretCreateEks.md +1 -1
  70. data/docs/DynamicSecretCreateGcp.md +1 -1
  71. data/docs/DynamicSecretCreateGithub.md +1 -1
  72. data/docs/DynamicSecretCreateGitlab.md +1 -1
  73. data/docs/DynamicSecretCreateGke.md +1 -1
  74. data/docs/DynamicSecretCreateGoogleWorkspace.md +1 -1
  75. data/docs/DynamicSecretCreateHanaDb.md +1 -1
  76. data/docs/DynamicSecretCreateK8s.md +1 -1
  77. data/docs/DynamicSecretCreateLdap.md +1 -1
  78. data/docs/DynamicSecretCreateMongoDb.md +1 -1
  79. data/docs/DynamicSecretCreateMsSql.md +1 -1
  80. data/docs/DynamicSecretCreateMySql.md +1 -1
  81. data/docs/DynamicSecretCreateOracleDb.md +1 -1
  82. data/docs/DynamicSecretCreatePing.md +1 -1
  83. data/docs/DynamicSecretCreatePostgreSql.md +1 -1
  84. data/docs/DynamicSecretCreateRabbitMq.md +1 -1
  85. data/docs/DynamicSecretCreateRdp.md +1 -1
  86. data/docs/DynamicSecretCreateRedis.md +1 -1
  87. data/docs/DynamicSecretCreateRedshift.md +1 -1
  88. data/docs/DynamicSecretCreateSnowflake.md +1 -1
  89. data/docs/DynamicSecretCreateVenafi.md +1 -1
  90. data/docs/DynamicSecretUpdateArtifactory.md +1 -1
  91. data/docs/DynamicSecretUpdateAws.md +5 -1
  92. data/docs/DynamicSecretUpdateAzure.md +1 -1
  93. data/docs/DynamicSecretUpdateCassandra.md +1 -1
  94. data/docs/DynamicSecretUpdateChef.md +1 -1
  95. data/docs/DynamicSecretUpdateCustom.md +1 -1
  96. data/docs/DynamicSecretUpdateDockerhub.md +1 -1
  97. data/docs/DynamicSecretUpdateEks.md +1 -1
  98. data/docs/DynamicSecretUpdateGcp.md +1 -1
  99. data/docs/DynamicSecretUpdateGithub.md +1 -1
  100. data/docs/DynamicSecretUpdateGitlab.md +1 -1
  101. data/docs/DynamicSecretUpdateGke.md +1 -1
  102. data/docs/DynamicSecretUpdateGoogleWorkspace.md +1 -1
  103. data/docs/DynamicSecretUpdateHanaDb.md +1 -1
  104. data/docs/DynamicSecretUpdateK8s.md +1 -1
  105. data/docs/DynamicSecretUpdateLdap.md +1 -1
  106. data/docs/DynamicSecretUpdateMongoDb.md +1 -1
  107. data/docs/DynamicSecretUpdateMsSql.md +1 -1
  108. data/docs/DynamicSecretUpdateMySql.md +1 -1
  109. data/docs/DynamicSecretUpdateOracleDb.md +1 -1
  110. data/docs/DynamicSecretUpdatePing.md +1 -1
  111. data/docs/DynamicSecretUpdatePostgreSql.md +1 -1
  112. data/docs/DynamicSecretUpdateRabbitMq.md +1 -1
  113. data/docs/DynamicSecretUpdateRdp.md +1 -1
  114. data/docs/DynamicSecretUpdateRedis.md +1 -1
  115. data/docs/DynamicSecretUpdateRedshift.md +1 -1
  116. data/docs/DynamicSecretUpdateSnowflake.md +1 -1
  117. data/docs/DynamicSecretUpdateVenafi.md +1 -1
  118. data/docs/GatewayCreateMigration.md +2 -0
  119. data/docs/GatewayCreateProducerArtifactory.md +1 -1
  120. data/docs/GatewayCreateProducerAws.md +5 -1
  121. data/docs/GatewayCreateProducerAzure.md +1 -1
  122. data/docs/GatewayCreateProducerCassandra.md +1 -1
  123. data/docs/GatewayCreateProducerChef.md +1 -1
  124. data/docs/GatewayCreateProducerCustom.md +1 -1
  125. data/docs/GatewayCreateProducerDockerhub.md +1 -1
  126. data/docs/GatewayCreateProducerEks.md +1 -1
  127. data/docs/GatewayCreateProducerGcp.md +1 -1
  128. data/docs/GatewayCreateProducerGithub.md +1 -1
  129. data/docs/GatewayCreateProducerGke.md +1 -1
  130. data/docs/GatewayCreateProducerHanaDb.md +1 -1
  131. data/docs/GatewayCreateProducerLdap.md +1 -1
  132. data/docs/GatewayCreateProducerMSSQL.md +1 -1
  133. data/docs/GatewayCreateProducerMongo.md +1 -1
  134. data/docs/GatewayCreateProducerMySQL.md +1 -1
  135. data/docs/GatewayCreateProducerNativeK8S.md +1 -1
  136. data/docs/GatewayCreateProducerOracleDb.md +1 -1
  137. data/docs/GatewayCreateProducerPing.md +1 -1
  138. data/docs/GatewayCreateProducerPostgreSQL.md +1 -1
  139. data/docs/GatewayCreateProducerRabbitMQ.md +1 -1
  140. data/docs/GatewayCreateProducerRdp.md +1 -1
  141. data/docs/GatewayCreateProducerRedis.md +1 -1
  142. data/docs/GatewayCreateProducerRedshift.md +1 -1
  143. data/docs/GatewayCreateProducerSnowflake.md +1 -1
  144. data/docs/GatewayCreateProducerVenafi.md +1 -1
  145. data/docs/GatewayUpdateItem.md +1 -1
  146. data/docs/GatewayUpdateMigration.md +2 -0
  147. data/docs/GatewayUpdateProducerArtifactory.md +1 -1
  148. data/docs/GatewayUpdateProducerAws.md +5 -1
  149. data/docs/GatewayUpdateProducerAzure.md +1 -1
  150. data/docs/GatewayUpdateProducerCassandra.md +1 -1
  151. data/docs/GatewayUpdateProducerChef.md +1 -1
  152. data/docs/GatewayUpdateProducerCustom.md +1 -1
  153. data/docs/GatewayUpdateProducerDockerhub.md +1 -1
  154. data/docs/GatewayUpdateProducerEks.md +1 -1
  155. data/docs/GatewayUpdateProducerGcp.md +1 -1
  156. data/docs/GatewayUpdateProducerGithub.md +1 -1
  157. data/docs/GatewayUpdateProducerGke.md +1 -1
  158. data/docs/GatewayUpdateProducerHanaDb.md +1 -1
  159. data/docs/GatewayUpdateProducerLdap.md +1 -1
  160. data/docs/GatewayUpdateProducerMSSQL.md +1 -1
  161. data/docs/GatewayUpdateProducerMongo.md +1 -1
  162. data/docs/GatewayUpdateProducerMySQL.md +1 -1
  163. data/docs/GatewayUpdateProducerNativeK8S.md +1 -1
  164. data/docs/GatewayUpdateProducerOracleDb.md +1 -1
  165. data/docs/GatewayUpdateProducerPing.md +1 -1
  166. data/docs/GatewayUpdateProducerPostgreSQL.md +1 -1
  167. data/docs/GatewayUpdateProducerRabbitMQ.md +1 -1
  168. data/docs/GatewayUpdateProducerRdp.md +1 -1
  169. data/docs/GatewayUpdateProducerRedis.md +1 -1
  170. data/docs/GatewayUpdateProducerRedshift.md +1 -1
  171. data/docs/GatewayUpdateProducerSnowflake.md +1 -1
  172. data/docs/GatewayUpdateProducerVenafi.md +1 -1
  173. data/docs/NotiForwarder.md +2 -0
  174. data/docs/RenewCertificate.md +2 -0
  175. data/docs/Role.md +2 -0
  176. data/docs/RotatedSecretCreateAws.md +1 -1
  177. data/docs/RotatedSecretCreateAzure.md +3 -1
  178. data/docs/RotatedSecretCreateCassandra.md +1 -1
  179. data/docs/RotatedSecretCreateCustom.md +3 -1
  180. data/docs/RotatedSecretCreateDockerhub.md +1 -1
  181. data/docs/RotatedSecretCreateGcp.md +1 -1
  182. data/docs/RotatedSecretCreateHanadb.md +1 -1
  183. data/docs/RotatedSecretCreateLdap.md +1 -1
  184. data/docs/RotatedSecretCreateMongodb.md +1 -1
  185. data/docs/RotatedSecretCreateMssql.md +1 -1
  186. data/docs/RotatedSecretCreateMysql.md +1 -1
  187. data/docs/RotatedSecretCreateOracledb.md +1 -1
  188. data/docs/RotatedSecretCreatePostgresql.md +1 -1
  189. data/docs/RotatedSecretCreateRedis.md +1 -1
  190. data/docs/RotatedSecretCreateRedshift.md +1 -1
  191. data/docs/RotatedSecretCreateSnowflake.md +1 -1
  192. data/docs/RotatedSecretCreateSsh.md +1 -1
  193. data/docs/RotatedSecretCreateWindows.md +1 -1
  194. data/docs/RotatedSecretDetailsInfo.md +3 -1
  195. data/docs/RotatedSecretUpdateAws.md +1 -1
  196. data/docs/RotatedSecretUpdateAzure.md +3 -1
  197. data/docs/RotatedSecretUpdateCassandra.md +1 -1
  198. data/docs/RotatedSecretUpdateCustom.md +3 -1
  199. data/docs/RotatedSecretUpdateDockerhub.md +1 -1
  200. data/docs/RotatedSecretUpdateGcp.md +1 -1
  201. data/docs/RotatedSecretUpdateHanadb.md +1 -1
  202. data/docs/RotatedSecretUpdateLdap.md +1 -1
  203. data/docs/RotatedSecretUpdateMongodb.md +1 -1
  204. data/docs/RotatedSecretUpdateMssql.md +1 -1
  205. data/docs/RotatedSecretUpdateMysql.md +1 -1
  206. data/docs/RotatedSecretUpdateOracledb.md +1 -1
  207. data/docs/RotatedSecretUpdatePostgresql.md +1 -1
  208. data/docs/RotatedSecretUpdateRedis.md +1 -1
  209. data/docs/RotatedSecretUpdateRedshift.md +1 -1
  210. data/docs/RotatedSecretUpdateSnowflake.md +1 -1
  211. data/docs/RotatedSecretUpdateSsh.md +1 -1
  212. data/docs/RotatedSecretUpdateWindows.md +1 -1
  213. data/docs/UpdateAuthMethod.md +2 -0
  214. data/docs/UpdateAuthMethodAWSIAM.md +2 -0
  215. data/docs/UpdateAuthMethodAzureAD.md +2 -0
  216. data/docs/UpdateAuthMethodCert.md +2 -0
  217. data/docs/UpdateAuthMethodGCP.md +2 -0
  218. data/docs/UpdateAuthMethodK8S.md +2 -0
  219. data/docs/UpdateAuthMethodLDAP.md +2 -0
  220. data/docs/UpdateAuthMethodOAuth2.md +2 -0
  221. data/docs/UpdateAuthMethodOCI.md +2 -0
  222. data/docs/UpdateAuthMethodOIDC.md +2 -0
  223. data/docs/UpdateAuthMethodSAML.md +2 -0
  224. data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
  225. data/docs/UpdateCertificateValue.md +1 -1
  226. data/docs/UpdateItem.md +1 -1
  227. data/docs/UpdatePKICertIssuer.md +1 -1
  228. data/docs/UpdateRole.md +2 -0
  229. data/docs/UpdateSSHCertIssuer.md +1 -1
  230. data/docs/UploadPKCS12.md +1 -1
  231. data/docs/UploadRSA.md +1 -1
  232. data/lib/akeyless/api/v2_api.rb +531 -531
  233. data/lib/akeyless/models/auth.rb +15 -5
  234. data/lib/akeyless/models/auth_method.rb +10 -1
  235. data/lib/akeyless/models/auth_method_create_api_key.rb +11 -1
  236. data/lib/akeyless/models/auth_method_create_aws_iam.rb +11 -1
  237. data/lib/akeyless/models/auth_method_create_azure_ad.rb +11 -1
  238. data/lib/akeyless/models/auth_method_create_cert.rb +11 -1
  239. data/lib/akeyless/models/auth_method_create_email.rb +11 -1
  240. data/lib/akeyless/models/auth_method_create_gcp.rb +11 -1
  241. data/lib/akeyless/models/auth_method_create_k8s.rb +11 -1
  242. data/lib/akeyless/models/auth_method_create_ldap.rb +11 -1
  243. data/lib/akeyless/models/auth_method_create_oauth2.rb +11 -1
  244. data/lib/akeyless/models/auth_method_create_oci.rb +11 -1
  245. data/lib/akeyless/models/auth_method_create_oidc.rb +11 -1
  246. data/lib/akeyless/models/auth_method_create_saml.rb +11 -1
  247. data/lib/akeyless/models/auth_method_create_universal_identity.rb +11 -1
  248. data/lib/akeyless/models/auth_method_update_api_key.rb +11 -1
  249. data/lib/akeyless/models/auth_method_update_aws_iam.rb +11 -1
  250. data/lib/akeyless/models/auth_method_update_azure_ad.rb +11 -1
  251. data/lib/akeyless/models/auth_method_update_cert.rb +11 -1
  252. data/lib/akeyless/models/auth_method_update_email.rb +11 -1
  253. data/lib/akeyless/models/auth_method_update_gcp.rb +11 -1
  254. data/lib/akeyless/models/auth_method_update_k8s.rb +11 -1
  255. data/lib/akeyless/models/auth_method_update_ldap.rb +11 -1
  256. data/lib/akeyless/models/auth_method_update_oauth2.rb +11 -1
  257. data/lib/akeyless/models/auth_method_update_oci.rb +11 -1
  258. data/lib/akeyless/models/auth_method_update_oidc.rb +11 -1
  259. data/lib/akeyless/models/auth_method_update_saml.rb +11 -1
  260. data/lib/akeyless/models/auth_method_update_universal_identity.rb +11 -1
  261. data/lib/akeyless/models/auth_output.rb +10 -1
  262. data/lib/akeyless/models/bastion_list_entry.rb +10 -1
  263. data/lib/akeyless/models/create_auth_method.rb +11 -1
  264. data/lib/akeyless/models/create_auth_method_awsiam.rb +11 -1
  265. data/lib/akeyless/models/create_auth_method_azure_ad.rb +11 -1
  266. data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
  267. data/lib/akeyless/models/create_auth_method_email.rb +11 -1
  268. data/lib/akeyless/models/create_auth_method_gcp.rb +11 -1
  269. data/lib/akeyless/models/create_auth_method_huawei.rb +11 -1
  270. data/lib/akeyless/models/create_auth_method_k8_s.rb +11 -1
  271. data/lib/akeyless/models/create_auth_method_ldap.rb +11 -1
  272. data/lib/akeyless/models/create_auth_method_o_auth2.rb +11 -1
  273. data/lib/akeyless/models/create_auth_method_oci.rb +11 -1
  274. data/lib/akeyless/models/create_auth_method_oidc.rb +11 -1
  275. data/lib/akeyless/models/create_auth_method_saml.rb +11 -1
  276. data/lib/akeyless/models/create_auth_method_universal_identity.rb +11 -1
  277. data/lib/akeyless/models/create_certificate.rb +1 -1
  278. data/lib/akeyless/models/create_classic_key.rb +1 -1
  279. data/lib/akeyless/models/create_dfc_key.rb +1 -1
  280. data/lib/akeyless/models/create_dynamic_secret.rb +1 -1
  281. data/lib/akeyless/models/create_esm.rb +1 -1
  282. data/lib/akeyless/models/create_key.rb +1 -1
  283. data/lib/akeyless/models/create_oidc_app.rb +1 -1
  284. data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
  285. data/lib/akeyless/models/create_role.rb +11 -1
  286. data/lib/akeyless/models/create_rotated_secret.rb +1 -1
  287. data/lib/akeyless/models/create_secret.rb +1 -1
  288. data/lib/akeyless/models/create_ssh_cert_issuer.rb +1 -1
  289. data/lib/akeyless/models/create_tokenizer.rb +1 -1
  290. data/lib/akeyless/models/create_usc.rb +1 -1
  291. data/lib/akeyless/models/ds_producer_details.rb +19 -1
  292. data/lib/akeyless/models/dynamic_secret_create_artifactory.rb +1 -1
  293. data/lib/akeyless/models/dynamic_secret_create_aws.rb +22 -2
  294. data/lib/akeyless/models/dynamic_secret_create_azure.rb +1 -1
  295. data/lib/akeyless/models/dynamic_secret_create_cassandra.rb +1 -1
  296. data/lib/akeyless/models/dynamic_secret_create_chef.rb +1 -1
  297. data/lib/akeyless/models/dynamic_secret_create_custom.rb +1 -1
  298. data/lib/akeyless/models/dynamic_secret_create_dockerhub.rb +1 -1
  299. data/lib/akeyless/models/dynamic_secret_create_eks.rb +1 -1
  300. data/lib/akeyless/models/dynamic_secret_create_gcp.rb +1 -1
  301. data/lib/akeyless/models/dynamic_secret_create_github.rb +1 -1
  302. data/lib/akeyless/models/dynamic_secret_create_gitlab.rb +1 -1
  303. data/lib/akeyless/models/dynamic_secret_create_gke.rb +1 -1
  304. data/lib/akeyless/models/dynamic_secret_create_google_workspace.rb +1 -1
  305. data/lib/akeyless/models/dynamic_secret_create_hana_db.rb +1 -1
  306. data/lib/akeyless/models/dynamic_secret_create_k8s.rb +1 -1
  307. data/lib/akeyless/models/dynamic_secret_create_ldap.rb +1 -1
  308. data/lib/akeyless/models/dynamic_secret_create_mongo_db.rb +1 -1
  309. data/lib/akeyless/models/dynamic_secret_create_ms_sql.rb +1 -1
  310. data/lib/akeyless/models/dynamic_secret_create_my_sql.rb +1 -1
  311. data/lib/akeyless/models/dynamic_secret_create_oracle_db.rb +1 -1
  312. data/lib/akeyless/models/dynamic_secret_create_ping.rb +1 -1
  313. data/lib/akeyless/models/dynamic_secret_create_postgre_sql.rb +1 -1
  314. data/lib/akeyless/models/dynamic_secret_create_rabbit_mq.rb +1 -1
  315. data/lib/akeyless/models/dynamic_secret_create_rdp.rb +1 -1
  316. data/lib/akeyless/models/dynamic_secret_create_redis.rb +1 -1
  317. data/lib/akeyless/models/dynamic_secret_create_redshift.rb +1 -1
  318. data/lib/akeyless/models/dynamic_secret_create_snowflake.rb +1 -1
  319. data/lib/akeyless/models/dynamic_secret_create_venafi.rb +1 -1
  320. data/lib/akeyless/models/dynamic_secret_update_artifactory.rb +1 -1
  321. data/lib/akeyless/models/dynamic_secret_update_aws.rb +22 -2
  322. data/lib/akeyless/models/dynamic_secret_update_azure.rb +1 -1
  323. data/lib/akeyless/models/dynamic_secret_update_cassandra.rb +1 -1
  324. data/lib/akeyless/models/dynamic_secret_update_chef.rb +1 -1
  325. data/lib/akeyless/models/dynamic_secret_update_custom.rb +1 -1
  326. data/lib/akeyless/models/dynamic_secret_update_dockerhub.rb +1 -1
  327. data/lib/akeyless/models/dynamic_secret_update_eks.rb +1 -1
  328. data/lib/akeyless/models/dynamic_secret_update_gcp.rb +1 -1
  329. data/lib/akeyless/models/dynamic_secret_update_github.rb +1 -1
  330. data/lib/akeyless/models/dynamic_secret_update_gitlab.rb +1 -1
  331. data/lib/akeyless/models/dynamic_secret_update_gke.rb +1 -1
  332. data/lib/akeyless/models/dynamic_secret_update_google_workspace.rb +1 -1
  333. data/lib/akeyless/models/dynamic_secret_update_hana_db.rb +1 -1
  334. data/lib/akeyless/models/dynamic_secret_update_k8s.rb +1 -1
  335. data/lib/akeyless/models/dynamic_secret_update_ldap.rb +1 -1
  336. data/lib/akeyless/models/dynamic_secret_update_mongo_db.rb +1 -1
  337. data/lib/akeyless/models/dynamic_secret_update_ms_sql.rb +1 -1
  338. data/lib/akeyless/models/dynamic_secret_update_my_sql.rb +1 -1
  339. data/lib/akeyless/models/dynamic_secret_update_oracle_db.rb +1 -1
  340. data/lib/akeyless/models/dynamic_secret_update_ping.rb +1 -1
  341. data/lib/akeyless/models/dynamic_secret_update_postgre_sql.rb +1 -1
  342. data/lib/akeyless/models/dynamic_secret_update_rabbit_mq.rb +1 -1
  343. data/lib/akeyless/models/dynamic_secret_update_rdp.rb +1 -1
  344. data/lib/akeyless/models/dynamic_secret_update_redis.rb +1 -1
  345. data/lib/akeyless/models/dynamic_secret_update_redshift.rb +1 -1
  346. data/lib/akeyless/models/dynamic_secret_update_snowflake.rb +1 -1
  347. data/lib/akeyless/models/dynamic_secret_update_venafi.rb +1 -1
  348. data/lib/akeyless/models/gateway_create_migration.rb +10 -1
  349. data/lib/akeyless/models/gateway_create_producer_artifactory.rb +1 -1
  350. data/lib/akeyless/models/gateway_create_producer_aws.rb +22 -2
  351. data/lib/akeyless/models/gateway_create_producer_azure.rb +1 -1
  352. data/lib/akeyless/models/gateway_create_producer_cassandra.rb +1 -1
  353. data/lib/akeyless/models/gateway_create_producer_chef.rb +1 -1
  354. data/lib/akeyless/models/gateway_create_producer_custom.rb +1 -1
  355. data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +1 -1
  356. data/lib/akeyless/models/gateway_create_producer_eks.rb +1 -1
  357. data/lib/akeyless/models/gateway_create_producer_gcp.rb +1 -1
  358. data/lib/akeyless/models/gateway_create_producer_github.rb +1 -1
  359. data/lib/akeyless/models/gateway_create_producer_gke.rb +1 -1
  360. data/lib/akeyless/models/gateway_create_producer_hana_db.rb +1 -1
  361. data/lib/akeyless/models/gateway_create_producer_ldap.rb +1 -1
  362. data/lib/akeyless/models/gateway_create_producer_mongo.rb +1 -1
  363. data/lib/akeyless/models/gateway_create_producer_mssql.rb +1 -1
  364. data/lib/akeyless/models/gateway_create_producer_my_sql.rb +1 -1
  365. data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +1 -1
  366. data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +1 -1
  367. data/lib/akeyless/models/gateway_create_producer_ping.rb +1 -1
  368. data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +1 -1
  369. data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +1 -1
  370. data/lib/akeyless/models/gateway_create_producer_rdp.rb +1 -1
  371. data/lib/akeyless/models/gateway_create_producer_redis.rb +1 -1
  372. data/lib/akeyless/models/gateway_create_producer_redshift.rb +1 -1
  373. data/lib/akeyless/models/gateway_create_producer_snowflake.rb +1 -1
  374. data/lib/akeyless/models/gateway_create_producer_venafi.rb +1 -1
  375. data/lib/akeyless/models/gateway_update_item.rb +1 -1
  376. data/lib/akeyless/models/gateway_update_migration.rb +10 -1
  377. data/lib/akeyless/models/gateway_update_producer_artifactory.rb +1 -1
  378. data/lib/akeyless/models/gateway_update_producer_aws.rb +22 -2
  379. data/lib/akeyless/models/gateway_update_producer_azure.rb +1 -1
  380. data/lib/akeyless/models/gateway_update_producer_cassandra.rb +1 -1
  381. data/lib/akeyless/models/gateway_update_producer_chef.rb +1 -1
  382. data/lib/akeyless/models/gateway_update_producer_custom.rb +1 -1
  383. data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +1 -1
  384. data/lib/akeyless/models/gateway_update_producer_eks.rb +1 -1
  385. data/lib/akeyless/models/gateway_update_producer_gcp.rb +1 -1
  386. data/lib/akeyless/models/gateway_update_producer_github.rb +1 -1
  387. data/lib/akeyless/models/gateway_update_producer_gke.rb +1 -1
  388. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
  389. data/lib/akeyless/models/gateway_update_producer_ldap.rb +1 -1
  390. data/lib/akeyless/models/gateway_update_producer_mongo.rb +1 -1
  391. data/lib/akeyless/models/gateway_update_producer_mssql.rb +1 -1
  392. data/lib/akeyless/models/gateway_update_producer_my_sql.rb +1 -1
  393. data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +1 -1
  394. data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +1 -1
  395. data/lib/akeyless/models/gateway_update_producer_ping.rb +1 -1
  396. data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +1 -1
  397. data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +1 -1
  398. data/lib/akeyless/models/gateway_update_producer_rdp.rb +1 -1
  399. data/lib/akeyless/models/gateway_update_producer_redis.rb +1 -1
  400. data/lib/akeyless/models/gateway_update_producer_redshift.rb +1 -1
  401. data/lib/akeyless/models/gateway_update_producer_snowflake.rb +1 -1
  402. data/lib/akeyless/models/gateway_update_producer_venafi.rb +1 -1
  403. data/lib/akeyless/models/get_rotated_secret_value.rb +0 -1
  404. data/lib/akeyless/models/noti_forwarder.rb +10 -1
  405. data/lib/akeyless/models/renew_certificate.rb +11 -1
  406. data/lib/akeyless/models/role.rb +10 -1
  407. data/lib/akeyless/models/rotated_secret_create_aws.rb +1 -1
  408. data/lib/akeyless/models/rotated_secret_create_azure.rb +12 -2
  409. data/lib/akeyless/models/rotated_secret_create_cassandra.rb +1 -1
  410. data/lib/akeyless/models/rotated_secret_create_custom.rb +14 -2
  411. data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +1 -1
  412. data/lib/akeyless/models/rotated_secret_create_gcp.rb +1 -1
  413. data/lib/akeyless/models/rotated_secret_create_hanadb.rb +1 -1
  414. data/lib/akeyless/models/rotated_secret_create_ldap.rb +1 -1
  415. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +1 -1
  416. data/lib/akeyless/models/rotated_secret_create_mssql.rb +1 -1
  417. data/lib/akeyless/models/rotated_secret_create_mysql.rb +1 -1
  418. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +1 -1
  419. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +1 -1
  420. data/lib/akeyless/models/rotated_secret_create_redis.rb +1 -1
  421. data/lib/akeyless/models/rotated_secret_create_redshift.rb +1 -1
  422. data/lib/akeyless/models/rotated_secret_create_snowflake.rb +1 -1
  423. data/lib/akeyless/models/rotated_secret_create_ssh.rb +1 -1
  424. data/lib/akeyless/models/rotated_secret_create_windows.rb +1 -1
  425. data/lib/akeyless/models/rotated_secret_details_info.rb +13 -4
  426. data/lib/akeyless/models/rotated_secret_update_aws.rb +1 -1
  427. data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -2
  428. data/lib/akeyless/models/rotated_secret_update_cassandra.rb +1 -1
  429. data/lib/akeyless/models/rotated_secret_update_custom.rb +12 -2
  430. data/lib/akeyless/models/rotated_secret_update_dockerhub.rb +1 -1
  431. data/lib/akeyless/models/rotated_secret_update_gcp.rb +1 -1
  432. data/lib/akeyless/models/rotated_secret_update_hanadb.rb +1 -1
  433. data/lib/akeyless/models/rotated_secret_update_ldap.rb +1 -1
  434. data/lib/akeyless/models/rotated_secret_update_mongodb.rb +1 -1
  435. data/lib/akeyless/models/rotated_secret_update_mssql.rb +1 -1
  436. data/lib/akeyless/models/rotated_secret_update_mysql.rb +1 -1
  437. data/lib/akeyless/models/rotated_secret_update_oracledb.rb +1 -1
  438. data/lib/akeyless/models/rotated_secret_update_postgresql.rb +1 -1
  439. data/lib/akeyless/models/rotated_secret_update_redis.rb +1 -1
  440. data/lib/akeyless/models/rotated_secret_update_redshift.rb +1 -1
  441. data/lib/akeyless/models/rotated_secret_update_snowflake.rb +1 -1
  442. data/lib/akeyless/models/rotated_secret_update_ssh.rb +1 -1
  443. data/lib/akeyless/models/rotated_secret_update_windows.rb +1 -1
  444. data/lib/akeyless/models/update_auth_method.rb +11 -1
  445. data/lib/akeyless/models/update_auth_method_awsiam.rb +11 -1
  446. data/lib/akeyless/models/update_auth_method_azure_ad.rb +11 -1
  447. data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
  448. data/lib/akeyless/models/update_auth_method_gcp.rb +11 -1
  449. data/lib/akeyless/models/update_auth_method_k8_s.rb +11 -1
  450. data/lib/akeyless/models/update_auth_method_ldap.rb +11 -1
  451. data/lib/akeyless/models/update_auth_method_o_auth2.rb +11 -1
  452. data/lib/akeyless/models/update_auth_method_oci.rb +11 -1
  453. data/lib/akeyless/models/update_auth_method_oidc.rb +11 -1
  454. data/lib/akeyless/models/update_auth_method_saml.rb +11 -1
  455. data/lib/akeyless/models/update_auth_method_universal_identity.rb +11 -1
  456. data/lib/akeyless/models/update_certificate_value.rb +1 -1
  457. data/lib/akeyless/models/update_item.rb +1 -1
  458. data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
  459. data/lib/akeyless/models/update_role.rb +11 -1
  460. data/lib/akeyless/models/update_ssh_cert_issuer.rb +1 -1
  461. data/lib/akeyless/models/upload_pkcs12.rb +1 -1
  462. data/lib/akeyless/models/upload_rsa.rb +1 -1
  463. data/lib/akeyless/version.rb +1 -1
  464. metadata +980 -980
@@ -25,6 +25,9 @@ module Akeyless
25
25
  # A CIDR whitelist with the IPs that the access is restricted to
26
26
  attr_accessor :bound_ips
27
27
 
28
+ # Protection from accidental deletion of this object [true/false]
29
+ attr_accessor :delete_protection
30
+
28
31
  # Auth Method description
29
32
  attr_accessor :description
30
33
 
@@ -67,6 +70,7 @@ module Akeyless
67
70
  :'access_expires' => :'access-expires',
68
71
  :'audit_logs_claims' => :'audit-logs-claims',
69
72
  :'bound_ips' => :'bound-ips',
73
+ :'delete_protection' => :'delete_protection',
70
74
  :'description' => :'description',
71
75
  :'force_sub_claims' => :'force-sub-claims',
72
76
  :'group_ocid' => :'group-ocid',
@@ -93,6 +97,7 @@ module Akeyless
93
97
  :'access_expires' => :'Integer',
94
98
  :'audit_logs_claims' => :'Array<String>',
95
99
  :'bound_ips' => :'Array<String>',
100
+ :'delete_protection' => :'String',
96
101
  :'description' => :'String',
97
102
  :'force_sub_claims' => :'Boolean',
98
103
  :'group_ocid' => :'Array<String>',
@@ -147,6 +152,10 @@ module Akeyless
147
152
  end
148
153
  end
149
154
 
155
+ if attributes.key?(:'delete_protection')
156
+ self.delete_protection = attributes[:'delete_protection']
157
+ end
158
+
150
159
  if attributes.key?(:'description')
151
160
  self.description = attributes[:'description']
152
161
  end
@@ -250,6 +259,7 @@ module Akeyless
250
259
  access_expires == o.access_expires &&
251
260
  audit_logs_claims == o.audit_logs_claims &&
252
261
  bound_ips == o.bound_ips &&
262
+ delete_protection == o.delete_protection &&
253
263
  description == o.description &&
254
264
  force_sub_claims == o.force_sub_claims &&
255
265
  group_ocid == o.group_ocid &&
@@ -273,7 +283,7 @@ module Akeyless
273
283
  # Calculates hash code according to all attributes.
274
284
  # @return [Integer] Hash code
275
285
  def hash
276
- [access_expires, audit_logs_claims, bound_ips, description, force_sub_claims, group_ocid, gw_bound_ips, json, jwt_ttl, name, new_name, product_type, tenant_ocid, token, uid_token].hash
286
+ [access_expires, audit_logs_claims, bound_ips, delete_protection, description, force_sub_claims, group_ocid, gw_bound_ips, json, jwt_ttl, name, new_name, product_type, tenant_ocid, token, uid_token].hash
277
287
  end
278
288
 
279
289
  # Builds the object from hash
@@ -37,6 +37,9 @@ module Akeyless
37
37
  # Client Secret
38
38
  attr_accessor :client_secret
39
39
 
40
+ # Protection from accidental deletion of this object [true/false]
41
+ attr_accessor :delete_protection
42
+
40
43
  # Auth Method description
41
44
  attr_accessor :description
42
45
 
@@ -92,6 +95,7 @@ module Akeyless
92
95
  :'bound_ips' => :'bound-ips',
93
96
  :'client_id' => :'client-id',
94
97
  :'client_secret' => :'client-secret',
98
+ :'delete_protection' => :'delete_protection',
95
99
  :'description' => :'description',
96
100
  :'force_sub_claims' => :'force-sub-claims',
97
101
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -125,6 +129,7 @@ module Akeyless
125
129
  :'bound_ips' => :'Array<String>',
126
130
  :'client_id' => :'String',
127
131
  :'client_secret' => :'String',
132
+ :'delete_protection' => :'String',
128
133
  :'description' => :'String',
129
134
  :'force_sub_claims' => :'Boolean',
130
135
  :'gw_bound_ips' => :'Array<String>',
@@ -200,6 +205,10 @@ module Akeyless
200
205
  self.client_secret = attributes[:'client_secret']
201
206
  end
202
207
 
208
+ if attributes.key?(:'delete_protection')
209
+ self.delete_protection = attributes[:'delete_protection']
210
+ end
211
+
203
212
  if attributes.key?(:'description')
204
213
  self.description = attributes[:'description']
205
214
  end
@@ -314,6 +323,7 @@ module Akeyless
314
323
  bound_ips == o.bound_ips &&
315
324
  client_id == o.client_id &&
316
325
  client_secret == o.client_secret &&
326
+ delete_protection == o.delete_protection &&
317
327
  description == o.description &&
318
328
  force_sub_claims == o.force_sub_claims &&
319
329
  gw_bound_ips == o.gw_bound_ips &&
@@ -340,7 +350,7 @@ module Akeyless
340
350
  # Calculates hash code according to all attributes.
341
351
  # @return [Integer] Hash code
342
352
  def hash
343
- [access_expires, allowed_redirect_uri, audience, audit_logs_claims, bound_ips, client_id, client_secret, description, force_sub_claims, gw_bound_ips, issuer, json, jwt_ttl, name, new_name, product_type, required_scopes, required_scopes_prefix, subclaims_delimiters, token, uid_token, unique_identifier].hash
353
+ [access_expires, allowed_redirect_uri, audience, audit_logs_claims, bound_ips, client_id, client_secret, delete_protection, description, force_sub_claims, gw_bound_ips, issuer, json, jwt_ttl, name, new_name, product_type, required_scopes, required_scopes_prefix, subclaims_delimiters, token, uid_token, unique_identifier].hash
344
354
  end
345
355
 
346
356
  # Builds the object from hash
@@ -28,6 +28,9 @@ module Akeyless
28
28
  # A CIDR whitelist with the IPs that the access is restricted to
29
29
  attr_accessor :bound_ips
30
30
 
31
+ # Protection from accidental deletion of this object [true/false]
32
+ attr_accessor :delete_protection
33
+
31
34
  # Auth Method description
32
35
  attr_accessor :description
33
36
 
@@ -77,6 +80,7 @@ module Akeyless
77
80
  :'allowed_redirect_uri' => :'allowed-redirect-uri',
78
81
  :'audit_logs_claims' => :'audit-logs-claims',
79
82
  :'bound_ips' => :'bound-ips',
83
+ :'delete_protection' => :'delete_protection',
80
84
  :'description' => :'description',
81
85
  :'force_sub_claims' => :'force-sub-claims',
82
86
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -106,6 +110,7 @@ module Akeyless
106
110
  :'allowed_redirect_uri' => :'Array<String>',
107
111
  :'audit_logs_claims' => :'Array<String>',
108
112
  :'bound_ips' => :'Array<String>',
113
+ :'delete_protection' => :'String',
109
114
  :'description' => :'String',
110
115
  :'force_sub_claims' => :'Boolean',
111
116
  :'gw_bound_ips' => :'Array<String>',
@@ -168,6 +173,10 @@ module Akeyless
168
173
  end
169
174
  end
170
175
 
176
+ if attributes.key?(:'delete_protection')
177
+ self.delete_protection = attributes[:'delete_protection']
178
+ end
179
+
171
180
  if attributes.key?(:'description')
172
181
  self.description = attributes[:'description']
173
182
  end
@@ -273,6 +282,7 @@ module Akeyless
273
282
  allowed_redirect_uri == o.allowed_redirect_uri &&
274
283
  audit_logs_claims == o.audit_logs_claims &&
275
284
  bound_ips == o.bound_ips &&
285
+ delete_protection == o.delete_protection &&
276
286
  description == o.description &&
277
287
  force_sub_claims == o.force_sub_claims &&
278
288
  gw_bound_ips == o.gw_bound_ips &&
@@ -298,7 +308,7 @@ module Akeyless
298
308
  # Calculates hash code according to all attributes.
299
309
  # @return [Integer] Hash code
300
310
  def hash
301
- [access_expires, allowed_redirect_uri, audit_logs_claims, bound_ips, description, force_sub_claims, gw_bound_ips, idp_metadata_url, idp_metadata_xml_data, json, jwt_ttl, name, new_name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
311
+ [access_expires, allowed_redirect_uri, audit_logs_claims, bound_ips, delete_protection, description, force_sub_claims, gw_bound_ips, idp_metadata_url, idp_metadata_xml_data, json, jwt_ttl, name, new_name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
302
312
  end
303
313
 
304
314
  # Builds the object from hash
@@ -25,6 +25,9 @@ module Akeyless
25
25
  # A CIDR whitelist with the IPs that the access is restricted to
26
26
  attr_accessor :bound_ips
27
27
 
28
+ # Protection from accidental deletion of this object [true/false]
29
+ attr_accessor :delete_protection
30
+
28
31
  # Deny from root to create children
29
32
  attr_accessor :deny_inheritance
30
33
 
@@ -70,6 +73,7 @@ module Akeyless
70
73
  :'access_expires' => :'access-expires',
71
74
  :'audit_logs_claims' => :'audit-logs-claims',
72
75
  :'bound_ips' => :'bound-ips',
76
+ :'delete_protection' => :'delete_protection',
73
77
  :'deny_inheritance' => :'deny-inheritance',
74
78
  :'deny_rotate' => :'deny-rotate',
75
79
  :'description' => :'description',
@@ -97,6 +101,7 @@ module Akeyless
97
101
  :'access_expires' => :'Integer',
98
102
  :'audit_logs_claims' => :'Array<String>',
99
103
  :'bound_ips' => :'Array<String>',
104
+ :'delete_protection' => :'String',
100
105
  :'deny_inheritance' => :'Boolean',
101
106
  :'deny_rotate' => :'Boolean',
102
107
  :'description' => :'String',
@@ -152,6 +157,10 @@ module Akeyless
152
157
  end
153
158
  end
154
159
 
160
+ if attributes.key?(:'delete_protection')
161
+ self.delete_protection = attributes[:'delete_protection']
162
+ end
163
+
155
164
  if attributes.key?(:'deny_inheritance')
156
165
  self.deny_inheritance = attributes[:'deny_inheritance']
157
166
  end
@@ -245,6 +254,7 @@ module Akeyless
245
254
  access_expires == o.access_expires &&
246
255
  audit_logs_claims == o.audit_logs_claims &&
247
256
  bound_ips == o.bound_ips &&
257
+ delete_protection == o.delete_protection &&
248
258
  deny_inheritance == o.deny_inheritance &&
249
259
  deny_rotate == o.deny_rotate &&
250
260
  description == o.description &&
@@ -269,7 +279,7 @@ module Akeyless
269
279
  # Calculates hash code according to all attributes.
270
280
  # @return [Integer] Hash code
271
281
  def hash
272
- [access_expires, audit_logs_claims, bound_ips, deny_inheritance, deny_rotate, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, new_name, product_type, token, ttl, uid_token].hash
282
+ [access_expires, audit_logs_claims, bound_ips, delete_protection, deny_inheritance, deny_rotate, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, new_name, product_type, token, ttl, uid_token].hash
273
283
  end
274
284
 
275
285
  # Builds the object from hash
@@ -15,6 +15,8 @@ require 'time'
15
15
 
16
16
  module Akeyless
17
17
  class AuthOutput
18
+ attr_accessor :complete_auth_link
19
+
18
20
  attr_accessor :creds
19
21
 
20
22
  attr_accessor :token
@@ -22,6 +24,7 @@ module Akeyless
22
24
  # Attribute mapping from ruby-style variable name to JSON key.
23
25
  def self.attribute_map
24
26
  {
27
+ :'complete_auth_link' => :'complete_auth_link',
25
28
  :'creds' => :'creds',
26
29
  :'token' => :'token'
27
30
  }
@@ -35,6 +38,7 @@ module Akeyless
35
38
  # Attribute type mapping.
36
39
  def self.openapi_types
37
40
  {
41
+ :'complete_auth_link' => :'String',
38
42
  :'creds' => :'SystemAccessCredentialsReplyObj',
39
43
  :'token' => :'String'
40
44
  }
@@ -61,6 +65,10 @@ module Akeyless
61
65
  h[k.to_sym] = v
62
66
  }
63
67
 
68
+ if attributes.key?(:'complete_auth_link')
69
+ self.complete_auth_link = attributes[:'complete_auth_link']
70
+ end
71
+
64
72
  if attributes.key?(:'creds')
65
73
  self.creds = attributes[:'creds']
66
74
  end
@@ -90,6 +98,7 @@ module Akeyless
90
98
  def ==(o)
91
99
  return true if self.equal?(o)
92
100
  self.class == o.class &&
101
+ complete_auth_link == o.complete_auth_link &&
93
102
  creds == o.creds &&
94
103
  token == o.token
95
104
  end
@@ -103,7 +112,7 @@ module Akeyless
103
112
  # Calculates hash code according to all attributes.
104
113
  # @return [Integer] Hash code
105
114
  def hash
106
- [creds, token].hash
115
+ [complete_auth_link, creds, token].hash
107
116
  end
108
117
 
109
118
  # Builds the object from hash
@@ -27,6 +27,8 @@ module Akeyless
27
27
 
28
28
  attr_accessor :display_name
29
29
 
30
+ attr_accessor :has_gateway_identity
31
+
30
32
  attr_accessor :last_report
31
33
 
32
34
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -38,6 +40,7 @@ module Akeyless
38
40
  :'allowed_urls_per_instance' => :'allowed_urls_per_instance',
39
41
  :'cluster_name' => :'cluster_name',
40
42
  :'display_name' => :'display_name',
43
+ :'has_gateway_identity' => :'has_gateway_identity',
41
44
  :'last_report' => :'last_report'
42
45
  }
43
46
  end
@@ -56,6 +59,7 @@ module Akeyless
56
59
  :'allowed_urls_per_instance' => :'Hash<String, Array<String>>',
57
60
  :'cluster_name' => :'String',
58
61
  :'display_name' => :'String',
62
+ :'has_gateway_identity' => :'Boolean',
59
63
  :'last_report' => :'Time'
60
64
  }
61
65
  end
@@ -111,6 +115,10 @@ module Akeyless
111
115
  self.display_name = attributes[:'display_name']
112
116
  end
113
117
 
118
+ if attributes.key?(:'has_gateway_identity')
119
+ self.has_gateway_identity = attributes[:'has_gateway_identity']
120
+ end
121
+
114
122
  if attributes.key?(:'last_report')
115
123
  self.last_report = attributes[:'last_report']
116
124
  end
@@ -142,6 +150,7 @@ module Akeyless
142
150
  allowed_urls_per_instance == o.allowed_urls_per_instance &&
143
151
  cluster_name == o.cluster_name &&
144
152
  display_name == o.display_name &&
153
+ has_gateway_identity == o.has_gateway_identity &&
145
154
  last_report == o.last_report
146
155
  end
147
156
 
@@ -154,7 +163,7 @@ module Akeyless
154
163
  # Calculates hash code according to all attributes.
155
164
  # @return [Integer] Hash code
156
165
  def hash
157
- [access_id, allowed_access_ids, allowed_urls, allowed_urls_per_instance, cluster_name, display_name, last_report].hash
166
+ [access_id, allowed_access_ids, allowed_urls, allowed_urls_per_instance, cluster_name, display_name, has_gateway_identity, last_report].hash
158
167
  end
159
168
 
160
169
  # Builds the object from hash
@@ -25,6 +25,9 @@ module Akeyless
25
25
  # A CIDR whitelist with the IPs that the access is restricted to
26
26
  attr_accessor :bound_ips
27
27
 
28
+ # Protection from accidental deletion of this object [true/false]
29
+ attr_accessor :delete_protection
30
+
28
31
  # Auth Method description
29
32
  attr_accessor :description
30
33
 
@@ -58,6 +61,7 @@ module Akeyless
58
61
  :'access_expires' => :'access-expires',
59
62
  :'audit_logs_claims' => :'audit-logs-claims',
60
63
  :'bound_ips' => :'bound-ips',
64
+ :'delete_protection' => :'delete_protection',
61
65
  :'description' => :'description',
62
66
  :'force_sub_claims' => :'force-sub-claims',
63
67
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -81,6 +85,7 @@ module Akeyless
81
85
  :'access_expires' => :'Integer',
82
86
  :'audit_logs_claims' => :'Array<String>',
83
87
  :'bound_ips' => :'Array<String>',
88
+ :'delete_protection' => :'String',
84
89
  :'description' => :'String',
85
90
  :'force_sub_claims' => :'Boolean',
86
91
  :'gw_bound_ips' => :'Array<String>',
@@ -132,6 +137,10 @@ module Akeyless
132
137
  end
133
138
  end
134
139
 
140
+ if attributes.key?(:'delete_protection')
141
+ self.delete_protection = attributes[:'delete_protection']
142
+ end
143
+
135
144
  if attributes.key?(:'description')
136
145
  self.description = attributes[:'description']
137
146
  end
@@ -207,6 +216,7 @@ module Akeyless
207
216
  access_expires == o.access_expires &&
208
217
  audit_logs_claims == o.audit_logs_claims &&
209
218
  bound_ips == o.bound_ips &&
219
+ delete_protection == o.delete_protection &&
210
220
  description == o.description &&
211
221
  force_sub_claims == o.force_sub_claims &&
212
222
  gw_bound_ips == o.gw_bound_ips &&
@@ -227,7 +237,7 @@ module Akeyless
227
237
  # Calculates hash code according to all attributes.
228
238
  # @return [Integer] Hash code
229
239
  def hash
230
- [access_expires, audit_logs_claims, bound_ips, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, uid_token].hash
240
+ [access_expires, audit_logs_claims, bound_ips, delete_protection, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, uid_token].hash
231
241
  end
232
242
 
233
243
  # Builds the object from hash
@@ -46,6 +46,9 @@ module Akeyless
46
46
  # A list of full user-name that the access is restricted to
47
47
  attr_accessor :bound_user_name
48
48
 
49
+ # Protection from accidental deletion of this object [true/false]
50
+ attr_accessor :delete_protection
51
+
49
52
  # Auth Method description
50
53
  attr_accessor :description
51
54
 
@@ -89,6 +92,7 @@ module Akeyless
89
92
  :'bound_role_name' => :'bound-role-name',
90
93
  :'bound_user_id' => :'bound-user-id',
91
94
  :'bound_user_name' => :'bound-user-name',
95
+ :'delete_protection' => :'delete_protection',
92
96
  :'description' => :'description',
93
97
  :'force_sub_claims' => :'force-sub-claims',
94
98
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -120,6 +124,7 @@ module Akeyless
120
124
  :'bound_role_name' => :'Array<String>',
121
125
  :'bound_user_id' => :'Array<String>',
122
126
  :'bound_user_name' => :'Array<String>',
127
+ :'delete_protection' => :'String',
123
128
  :'description' => :'String',
124
129
  :'force_sub_claims' => :'Boolean',
125
130
  :'gw_bound_ips' => :'Array<String>',
@@ -216,6 +221,10 @@ module Akeyless
216
221
  end
217
222
  end
218
223
 
224
+ if attributes.key?(:'delete_protection')
225
+ self.delete_protection = attributes[:'delete_protection']
226
+ end
227
+
219
228
  if attributes.key?(:'description')
220
229
  self.description = attributes[:'description']
221
230
  end
@@ -309,6 +318,7 @@ module Akeyless
309
318
  bound_role_name == o.bound_role_name &&
310
319
  bound_user_id == o.bound_user_id &&
311
320
  bound_user_name == o.bound_user_name &&
321
+ delete_protection == o.delete_protection &&
312
322
  description == o.description &&
313
323
  force_sub_claims == o.force_sub_claims &&
314
324
  gw_bound_ips == o.gw_bound_ips &&
@@ -330,7 +340,7 @@ module Akeyless
330
340
  # Calculates hash code according to all attributes.
331
341
  # @return [Integer] Hash code
332
342
  def hash
333
- [access_expires, audit_logs_claims, bound_arn, bound_aws_account_id, bound_ips, bound_resource_id, bound_role_id, bound_role_name, bound_user_id, bound_user_name, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, sts_url, token, uid_token].hash
343
+ [access_expires, audit_logs_claims, bound_arn, bound_aws_account_id, bound_ips, bound_resource_id, bound_role_id, bound_role_name, bound_user_id, bound_user_name, delete_protection, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, sts_url, token, uid_token].hash
334
344
  end
335
345
 
336
346
  # Builds the object from hash
@@ -55,6 +55,9 @@ module Akeyless
55
55
  # The Azure tenant id that the access is restricted to
56
56
  attr_accessor :bound_tenant_id
57
57
 
58
+ # Protection from accidental deletion of this object [true/false]
59
+ attr_accessor :delete_protection
60
+
58
61
  # Auth Method description
59
62
  attr_accessor :description
60
63
 
@@ -104,6 +107,7 @@ module Akeyless
104
107
  :'bound_spid' => :'bound-spid',
105
108
  :'bound_sub_id' => :'bound-sub-id',
106
109
  :'bound_tenant_id' => :'bound-tenant-id',
110
+ :'delete_protection' => :'delete_protection',
107
111
  :'description' => :'description',
108
112
  :'force_sub_claims' => :'force-sub-claims',
109
113
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -139,6 +143,7 @@ module Akeyless
139
143
  :'bound_spid' => :'Array<String>',
140
144
  :'bound_sub_id' => :'Array<String>',
141
145
  :'bound_tenant_id' => :'String',
146
+ :'delete_protection' => :'String',
142
147
  :'description' => :'String',
143
148
  :'force_sub_claims' => :'Boolean',
144
149
  :'gw_bound_ips' => :'Array<String>',
@@ -252,6 +257,10 @@ module Akeyless
252
257
  self.bound_tenant_id = nil
253
258
  end
254
259
 
260
+ if attributes.key?(:'delete_protection')
261
+ self.delete_protection = attributes[:'delete_protection']
262
+ end
263
+
255
264
  if attributes.key?(:'description')
256
265
  self.description = attributes[:'description']
257
266
  end
@@ -354,6 +363,7 @@ module Akeyless
354
363
  bound_spid == o.bound_spid &&
355
364
  bound_sub_id == o.bound_sub_id &&
356
365
  bound_tenant_id == o.bound_tenant_id &&
366
+ delete_protection == o.delete_protection &&
357
367
  description == o.description &&
358
368
  force_sub_claims == o.force_sub_claims &&
359
369
  gw_bound_ips == o.gw_bound_ips &&
@@ -376,7 +386,7 @@ module Akeyless
376
386
  # Calculates hash code according to all attributes.
377
387
  # @return [Integer] Hash code
378
388
  def hash
379
- [access_expires, audience, audit_logs_claims, bound_group_id, bound_ips, bound_providers, bound_resource_id, bound_resource_names, bound_resource_types, bound_rg_id, bound_spid, bound_sub_id, bound_tenant_id, description, force_sub_claims, gw_bound_ips, issuer, json, jwks_uri, jwt_ttl, name, product_type, token, uid_token].hash
389
+ [access_expires, audience, audit_logs_claims, bound_group_id, bound_ips, bound_providers, bound_resource_id, bound_resource_names, bound_resource_types, bound_rg_id, bound_spid, bound_sub_id, bound_tenant_id, delete_protection, description, force_sub_claims, gw_bound_ips, issuer, json, jwks_uri, jwt_ttl, name, product_type, token, uid_token].hash
380
390
  end
381
391
 
382
392
  # Builds the object from hash
@@ -49,6 +49,9 @@ module Akeyless
49
49
  # The certificate data in base64, if no file was provided
50
50
  attr_accessor :certificate_data
51
51
 
52
+ # Protection from accidental deletion of this object [true/false]
53
+ attr_accessor :delete_protection
54
+
52
55
  # Auth Method description
53
56
  attr_accessor :description
54
57
 
@@ -96,6 +99,7 @@ module Akeyless
96
99
  :'bound_organizational_units' => :'bound-organizational-units',
97
100
  :'bound_uri_sans' => :'bound-uri-sans',
98
101
  :'certificate_data' => :'certificate-data',
102
+ :'delete_protection' => :'delete_protection',
99
103
  :'description' => :'description',
100
104
  :'force_sub_claims' => :'force-sub-claims',
101
105
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -129,6 +133,7 @@ module Akeyless
129
133
  :'bound_organizational_units' => :'Array<String>',
130
134
  :'bound_uri_sans' => :'Array<String>',
131
135
  :'certificate_data' => :'String',
136
+ :'delete_protection' => :'String',
132
137
  :'description' => :'String',
133
138
  :'force_sub_claims' => :'Boolean',
134
139
  :'gw_bound_ips' => :'Array<String>',
@@ -226,6 +231,10 @@ module Akeyless
226
231
  self.certificate_data = attributes[:'certificate_data']
227
232
  end
228
233
 
234
+ if attributes.key?(:'delete_protection')
235
+ self.delete_protection = attributes[:'delete_protection']
236
+ end
237
+
229
238
  if attributes.key?(:'description')
230
239
  self.description = attributes[:'description']
231
240
  end
@@ -326,6 +335,7 @@ module Akeyless
326
335
  bound_organizational_units == o.bound_organizational_units &&
327
336
  bound_uri_sans == o.bound_uri_sans &&
328
337
  certificate_data == o.certificate_data &&
338
+ delete_protection == o.delete_protection &&
329
339
  description == o.description &&
330
340
  force_sub_claims == o.force_sub_claims &&
331
341
  gw_bound_ips == o.gw_bound_ips &&
@@ -348,7 +358,7 @@ module Akeyless
348
358
  # Calculates hash code according to all attributes.
349
359
  # @return [Integer] Hash code
350
360
  def hash
351
- [access_expires, allowed_cors, audit_logs_claims, bound_common_names, bound_dns_sans, bound_email_sans, bound_extensions, bound_ips, bound_organizational_units, bound_uri_sans, certificate_data, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, revoked_cert_ids, token, uid_token, unique_identifier].hash
361
+ [access_expires, allowed_cors, audit_logs_claims, bound_common_names, bound_dns_sans, bound_email_sans, bound_extensions, bound_ips, bound_organizational_units, bound_uri_sans, certificate_data, delete_protection, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, revoked_cert_ids, token, uid_token, unique_identifier].hash
352
362
  end
353
363
 
354
364
  # Builds the object from hash
@@ -25,6 +25,9 @@ module Akeyless
25
25
  # A CIDR whitelist with the IPs that the access is restricted to
26
26
  attr_accessor :bound_ips
27
27
 
28
+ # Protection from accidental deletion of this object [true/false]
29
+ attr_accessor :delete_protection
30
+
28
31
  # Auth Method description
29
32
  attr_accessor :description
30
33
 
@@ -61,6 +64,7 @@ module Akeyless
61
64
  :'access_expires' => :'access-expires',
62
65
  :'audit_logs_claims' => :'audit-logs-claims',
63
66
  :'bound_ips' => :'bound-ips',
67
+ :'delete_protection' => :'delete_protection',
64
68
  :'description' => :'description',
65
69
  :'email' => :'email',
66
70
  :'force_sub_claims' => :'force-sub-claims',
@@ -85,6 +89,7 @@ module Akeyless
85
89
  :'access_expires' => :'Integer',
86
90
  :'audit_logs_claims' => :'Array<String>',
87
91
  :'bound_ips' => :'Array<String>',
92
+ :'delete_protection' => :'String',
88
93
  :'description' => :'String',
89
94
  :'email' => :'String',
90
95
  :'force_sub_claims' => :'Boolean',
@@ -137,6 +142,10 @@ module Akeyless
137
142
  end
138
143
  end
139
144
 
145
+ if attributes.key?(:'delete_protection')
146
+ self.delete_protection = attributes[:'delete_protection']
147
+ end
148
+
140
149
  if attributes.key?(:'description')
141
150
  self.description = attributes[:'description']
142
151
  end
@@ -223,6 +232,7 @@ module Akeyless
223
232
  access_expires == o.access_expires &&
224
233
  audit_logs_claims == o.audit_logs_claims &&
225
234
  bound_ips == o.bound_ips &&
235
+ delete_protection == o.delete_protection &&
226
236
  description == o.description &&
227
237
  email == o.email &&
228
238
  force_sub_claims == o.force_sub_claims &&
@@ -244,7 +254,7 @@ module Akeyless
244
254
  # Calculates hash code according to all attributes.
245
255
  # @return [Integer] Hash code
246
256
  def hash
247
- [access_expires, audit_logs_claims, bound_ips, description, email, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, uid_token].hash
257
+ [access_expires, audit_logs_claims, bound_ips, delete_protection, description, email, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, uid_token].hash
248
258
  end
249
259
 
250
260
  # Builds the object from hash
@@ -43,6 +43,9 @@ module Akeyless
43
43
  # === Machine authentication section === List of zones that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a zonal group and the group must belong to this zone.
44
44
  attr_accessor :bound_zones
45
45
 
46
+ # Protection from accidental deletion of this object [true/false]
47
+ attr_accessor :delete_protection
48
+
46
49
  # Auth Method description
47
50
  attr_accessor :description
48
51
 
@@ -88,6 +91,7 @@ module Akeyless
88
91
  :'bound_regions' => :'bound-regions',
89
92
  :'bound_service_accounts' => :'bound-service-accounts',
90
93
  :'bound_zones' => :'bound-zones',
94
+ :'delete_protection' => :'delete_protection',
91
95
  :'description' => :'description',
92
96
  :'force_sub_claims' => :'force-sub-claims',
93
97
  :'gw_bound_ips' => :'gw-bound-ips',
@@ -119,6 +123,7 @@ module Akeyless
119
123
  :'bound_regions' => :'Array<String>',
120
124
  :'bound_service_accounts' => :'Array<String>',
121
125
  :'bound_zones' => :'Array<String>',
126
+ :'delete_protection' => :'String',
122
127
  :'description' => :'String',
123
128
  :'force_sub_claims' => :'Boolean',
124
129
  :'gw_bound_ips' => :'Array<String>',
@@ -208,6 +213,10 @@ module Akeyless
208
213
  end
209
214
  end
210
215
 
216
+ if attributes.key?(:'delete_protection')
217
+ self.delete_protection = attributes[:'delete_protection']
218
+ end
219
+
211
220
  if attributes.key?(:'description')
212
221
  self.description = attributes[:'description']
213
222
  end
@@ -309,6 +318,7 @@ module Akeyless
309
318
  bound_regions == o.bound_regions &&
310
319
  bound_service_accounts == o.bound_service_accounts &&
311
320
  bound_zones == o.bound_zones &&
321
+ delete_protection == o.delete_protection &&
312
322
  description == o.description &&
313
323
  force_sub_claims == o.force_sub_claims &&
314
324
  gw_bound_ips == o.gw_bound_ips &&
@@ -331,7 +341,7 @@ module Akeyless
331
341
  # Calculates hash code according to all attributes.
332
342
  # @return [Integer] Hash code
333
343
  def hash
334
- [access_expires, audience, audit_logs_claims, bound_ips, bound_labels, bound_projects, bound_regions, bound_service_accounts, bound_zones, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, service_account_creds_data, token, type, uid_token].hash
344
+ [access_expires, audience, audit_logs_claims, bound_ips, bound_labels, bound_projects, bound_regions, bound_service_accounts, bound_zones, delete_protection, description, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, service_account_creds_data, token, type, uid_token].hash
335
345
  end
336
346
 
337
347
  # Builds the object from hash