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
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
8
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
12
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
8
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
12
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
8
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
12
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
8
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
12
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
8
8
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
12
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -18,6 +18,7 @@
18
18
  | **rotator_type** | **String** | | [optional] |
19
19
  | **same_password** | **Boolean** | | [optional] |
20
20
  | **services_details** | [**Array<WindowsService>**](WindowsService.md) | | [optional] |
21
+ | **timeout_seconds** | **Integer** | | [optional] |
21
22
 
22
23
  ## Example
23
24
 
@@ -38,7 +39,8 @@ instance = Akeyless::RotatedSecretDetailsInfo.new(
38
39
  rotator_status: null,
39
40
  rotator_type: null,
40
41
  same_password: null,
41
- services_details: null
42
+ services_details: null,
43
+ timeout_seconds: null
42
44
  )
43
45
  ```
44
46
 
@@ -10,7 +10,7 @@
10
10
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
11
11
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
12
12
  | **aws_region** | **String** | Aws Region | [optional][default to 'us-east-2'] |
13
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
13
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
14
14
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
15
15
  | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] | [optional] |
16
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -10,7 +10,7 @@
10
10
  | **application_id** | **String** | Id of the azure app that hold the serect to be rotated (relevant only for rotator-type=api-key & authentication-credentials=use-target-creds) | [optional] |
11
11
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
12
12
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
13
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
13
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
14
14
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
15
15
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
16
16
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -23,6 +23,7 @@
23
23
  | **rotate_after_disconnect** | **String** | Rotate the value of the secret after SRA session ends [true/false] | [optional][default to 'false'] |
24
24
  | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
25
25
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
26
+ | **secure_access_disable_concurrent_connections** | **Boolean** | Enable this flag to prevent simultaneous use of the same secret | [optional] |
26
27
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
27
28
  | **secure_access_url** | **String** | Destination URL to inject secrets | [optional] |
28
29
  | **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
@@ -58,6 +59,7 @@ instance = Akeyless::RotatedSecretUpdateAzure.new(
58
59
  rotate_after_disconnect: null,
59
60
  rotation_hour: null,
60
61
  rotation_interval: null,
62
+ secure_access_disable_concurrent_connections: null,
61
63
  secure_access_enable: null,
62
64
  secure_access_url: null,
63
65
  secure_access_web: null,
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
10
  | **custom_payload** | **String** | Secret payload to be sent with rotation request | [optional] |
11
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
12
12
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
13
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
14
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -32,6 +32,7 @@
32
32
  | **secure_access_web** | **Boolean** | Enable Web Secure Remote Access | [optional][default to false] |
33
33
  | **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless Web Access Bastion | [optional][default to false] |
34
34
  | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless Web Access Bastion | [optional][default to false] |
35
+ | **timeout_sec** | **Integer** | Maximum allowed time in seconds for the custom rotator to return the results | [optional] |
35
36
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
36
37
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
37
38
 
@@ -69,6 +70,7 @@ instance = Akeyless::RotatedSecretUpdateCustom.new(
69
70
  secure_access_web: null,
70
71
  secure_access_web_browsing: null,
71
72
  secure_access_web_proxy: null,
73
+ timeout_sec: null,
72
74
  token: null,
73
75
  uid_token: null
74
76
  )
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
13
13
  | **gcp_service_account_email** | **String** | The email of the gcp service account to rotate | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
9
9
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
11
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
12
12
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
13
13
  | **host_provider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
14
14
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **authentication_credentials** | **String** | The credentials to connect with use-user-creds/use-target-creds | [optional][default to 'use-user-creds'] |
9
9
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -7,6 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
9
9
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Auth Method description | [optional] |
11
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
13
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -27,6 +28,7 @@ instance = Akeyless::UpdateAuthMethod.new(
27
28
  access_expires: null,
28
29
  audit_logs_claims: null,
29
30
  bound_ips: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  force_sub_claims: null,
32
34
  gw_bound_ips: null,
@@ -14,6 +14,7 @@
14
14
  | **bound_role_name** | **Array<String>** | A list of full role-name that the access is restricted to | [optional] |
15
15
  | **bound_user_id** | **Array<String>** | A list of full user ids that the access is restricted to | [optional] |
16
16
  | **bound_user_name** | **Array<String>** | A list of full user-name that the access is restricted to | [optional] |
17
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
17
18
  | **description** | **String** | Auth Method description | [optional] |
18
19
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
19
20
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -42,6 +43,7 @@ instance = Akeyless::UpdateAuthMethodAWSIAM.new(
42
43
  bound_role_name: null,
43
44
  bound_user_id: null,
44
45
  bound_user_name: null,
46
+ delete_protection: null,
45
47
  description: null,
46
48
  force_sub_claims: null,
47
49
  gw_bound_ips: null,
@@ -17,6 +17,7 @@
17
17
  | **bound_spid** | **Array<String>** | A list of service principal IDs that the access is restricted to | [optional] |
18
18
  | **bound_sub_id** | **Array<String>** | A list of subscription ids that the access is restricted to | [optional] |
19
19
  | **bound_tenant_id** | **String** | The Azure tenant id that the access is restricted to | |
20
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
20
21
  | **description** | **String** | Auth Method description | [optional] |
21
22
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
22
23
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -49,6 +50,7 @@ instance = Akeyless::UpdateAuthMethodAzureAD.new(
49
50
  bound_spid: null,
50
51
  bound_sub_id: null,
51
52
  bound_tenant_id: null,
53
+ delete_protection: null,
52
54
  description: null,
53
55
  force_sub_claims: null,
54
56
  gw_bound_ips: null,
@@ -15,6 +15,7 @@
15
15
  | **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
16
16
  | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
17
17
  | **certificate_data** | **String** | The certificate data in base64, if no file was provided | [optional] |
18
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
18
19
  | **description** | **String** | Auth Method description | [optional] |
19
20
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
20
21
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::UpdateAuthMethodCert.new(
45
46
  bound_organizational_units: null,
46
47
  bound_uri_sans: null,
47
48
  certificate_data: null,
49
+ delete_protection: null,
48
50
  description: null,
49
51
  force_sub_claims: null,
50
52
  gw_bound_ips: null,
@@ -13,6 +13,7 @@
13
13
  | **bound_regions** | **Array<String>** | List of regions 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 regional group and the group must belong to this region. If bound_zones are provided, this attribute is ignored. | [optional] |
14
14
  | **bound_service_accounts** | **Array<String>** | List of service accounts the service account must be part of in order to be authenticated. | [optional] |
15
15
  | **bound_zones** | **Array<String>** | === 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. | [optional] |
16
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
16
17
  | **description** | **String** | Auth Method description | [optional] |
17
18
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
18
19
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -41,6 +42,7 @@ instance = Akeyless::UpdateAuthMethodGCP.new(
41
42
  bound_regions: null,
42
43
  bound_service_accounts: null,
43
44
  bound_zones: null,
45
+ delete_protection: null,
44
46
  description: null,
45
47
  force_sub_claims: null,
46
48
  gw_bound_ips: null,
@@ -11,6 +11,7 @@
11
11
  | **bound_namespaces** | **Array<String>** | A list of namespaces that the access is restricted to | [optional] |
12
12
  | **bound_pod_names** | **Array<String>** | A list of pod names that the access is restricted to | [optional] |
13
13
  | **bound_sa_names** | **Array<String>** | A list of service account names that the access is restricted to | [optional] |
14
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
14
15
  | **description** | **String** | Auth Method description | [optional] |
15
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
16
17
  | **gen_key** | **String** | Automatically generate key-pair for K8S configuration. If set to false, a public key needs to be provided [true/false] | [optional] |
@@ -37,6 +38,7 @@ instance = Akeyless::UpdateAuthMethodK8S.new(
37
38
  bound_namespaces: null,
38
39
  bound_pod_names: null,
39
40
  bound_sa_names: null,
41
+ delete_protection: null,
40
42
  description: null,
41
43
  force_sub_claims: null,
42
44
  gen_key: null,
@@ -7,6 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
9
9
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Auth Method description | [optional] |
11
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
13
  | **gen_key** | **String** | Automatically generate key-pair for LDAP configuration. If set to false, a public key needs to be provided [true/false] | [optional] |
@@ -30,6 +31,7 @@ instance = Akeyless::UpdateAuthMethodLDAP.new(
30
31
  access_expires: null,
31
32
  audit_logs_claims: null,
32
33
  bound_ips: null,
34
+ delete_protection: null,
33
35
  description: null,
34
36
  force_sub_claims: null,
35
37
  gen_key: null,
@@ -11,6 +11,7 @@
11
11
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
12
12
  | **cert** | **String** | CertificateFile Path to a file that contain the certificate in a PEM format. | [optional] |
13
13
  | **cert_file_data** | **String** | CertificateFileData PEM Certificate in a Base64 format. | [optional] |
14
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
14
15
  | **description** | **String** | Auth Method description | [optional] |
15
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
16
17
  | **gateway_url** | **String** | Akeyless Gateway URL (Configuration Management port). Relevant only when the jwks-uri is accessible only from the gateway. | [optional] |
@@ -41,6 +42,7 @@ instance = Akeyless::UpdateAuthMethodOAuth2.new(
41
42
  bound_ips: null,
42
43
  cert: null,
43
44
  cert_file_data: null,
45
+ delete_protection: null,
44
46
  description: null,
45
47
  force_sub_claims: null,
46
48
  gateway_url: null,
@@ -7,6 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
9
9
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Auth Method description | [optional] |
11
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
13
  | **group_ocid** | **Array<String>** | A list of required groups ocids | |
@@ -29,6 +30,7 @@ instance = Akeyless::UpdateAuthMethodOCI.new(
29
30
  access_expires: null,
30
31
  audit_logs_claims: null,
31
32
  bound_ips: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  force_sub_claims: null,
34
36
  group_ocid: null,
@@ -11,6 +11,7 @@
11
11
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
12
12
  | **client_id** | **String** | Client ID | [optional] |
13
13
  | **client_secret** | **String** | Client Secret | [optional] |
14
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
14
15
  | **description** | **String** | Auth Method description | [optional] |
15
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
16
17
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -40,6 +41,7 @@ instance = Akeyless::UpdateAuthMethodOIDC.new(
40
41
  bound_ips: null,
41
42
  client_id: null,
42
43
  client_secret: null,
44
+ delete_protection: null,
43
45
  description: null,
44
46
  force_sub_claims: null,
45
47
  gw_bound_ips: null,
@@ -8,6 +8,7 @@
8
8
  | **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
12
  | **description** | **String** | Auth Method description | [optional] |
12
13
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
13
14
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -33,6 +34,7 @@ instance = Akeyless::UpdateAuthMethodSAML.new(
33
34
  allowed_redirect_uri: null,
34
35
  audit_logs_claims: null,
35
36
  bound_ips: null,
37
+ delete_protection: null,
36
38
  description: null,
37
39
  force_sub_claims: null,
38
40
  gw_bound_ips: null,
@@ -7,6 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
9
9
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
11
12
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
12
13
  | **description** | **String** | Auth Method description | [optional] |
@@ -30,6 +31,7 @@ instance = Akeyless::UpdateAuthMethodUniversalIdentity.new(
30
31
  access_expires: null,
31
32
  audit_logs_claims: null,
32
33
  bound_ips: null,
34
+ delete_protection: null,
33
35
  deny_inheritance: null,
34
36
  deny_rotate: null,
35
37
  description: null,
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **certificate_data** | **String** | Content of the certificate in a Base64 format. | [optional] |
9
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
11
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
12
12
  | **format** | **String** | CertificateFormat of the certificate and private key, possible values: cer,crt,pem,pfx,p12. Required when passing inline certificate content with --certificate-data or --key-data, otherwise format is derived from the file extension. | [optional] |
data/docs/UpdateItem.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
10
10
  | **cert_file_data** | **String** | PEM Certificate in a Base64 format. Used for updating RSA keys' certificates. | [optional] |
11
11
  | **change_event** | **String** | Trigger an event when a secret value changed [true/false] (Relevant only for Static Secret) | [optional] |
12
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
12
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
14
14
  | **host_provider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
15
15
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -16,7 +16,7 @@
16
16
  | **country** | **String** | A comma-separated list of countries that will be set in the issued certificate | [optional] |
17
17
  | **create_private_crl** | **Boolean** | Set this to allow the issuer will expose a CRL endpoint in the Gateway | [optional] |
18
18
  | **create_public_crl** | **Boolean** | Set this to allow the cert issuer will expose a public CRL endpoint | [optional] |
19
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
19
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
20
20
  | **description** | **String** | Description of the object | [optional] |
21
21
  | **destination_path** | **String** | A path in which to save generated certificates | [optional] |
22
22
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
data/docs/UpdateRole.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **analytics_access** | **String** | Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
8
8
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
10
11
  | **event_center_access** | **String** | Allow this role to view Event Center. Currently only 'none', 'own' and 'all' values are supported | [optional] |
11
12
  | **event_forwarder_access** | **String** | Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported. | [optional] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::UpdateRole.new(
28
29
  analytics_access: null,
29
30
  audit_access: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  event_center_access: null,
32
34
  event_forwarder_access: null,
@@ -7,7 +7,7 @@
7
7
  | **provider_type** | **String** | | [optional] |
8
8
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
9
9
  | **allowed_users** | **String** | Users allowed to fetch the certificate, e.g root,ubuntu | |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional] |
12
12
  | **extensions** | **Hash<String, String>** | Signed certificates with extensions, e.g permit-port-forwarding=\\\"\\\" | [optional] |
13
13
  | **host_provider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional] |
data/docs/UploadPKCS12.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) | [optional] |
8
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
9
  | **description** | **String** | Description of the object | [optional] |
10
10
  | **_in** | **String** | PKCS#12 input file (private key and certificate only) | |
11
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
data/docs/UploadRSA.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **alg** | **String** | Key type. options: [RSA1024, RSA2048, RSA3072, RSA4096] | |
8
8
  | **cert_file_data** | **String** | Certificate in a PEM format. | [optional] |
9
9
  | **customer_frg_id** | **String** | The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) | [optional] |
10
- | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
11
11
  | **description** | **String** | Description of the object | [optional] |
12
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
13
  | **metadata** | **String** | Deprecated - use description | [optional] |