akeyless 5.0.20 → 5.0.21

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 (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -1
  3. data/docs/GCPPayload.md +5 -1
  4. data/docs/GatewayCreateMigration.md +5 -1
  5. data/docs/GatewayUpdateMigration.md +5 -1
  6. data/docs/LetsEncryptTargetDetails.md +38 -0
  7. data/docs/PoliciesCreateOutput.md +18 -0
  8. data/docs/PoliciesDelete.md +24 -0
  9. data/docs/PoliciesGet.md +24 -0
  10. data/docs/PoliciesGetOutput.md +18 -0
  11. data/docs/PoliciesList.md +30 -0
  12. data/docs/PoliciesListOutput.md +18 -0
  13. data/docs/PolicyCreateKeys.md +34 -0
  14. data/docs/PolicyOutput.md +34 -0
  15. data/docs/PolicyUpdateKeys.md +36 -0
  16. data/docs/RotatedSecretCreateAws.md +4 -2
  17. data/docs/RotatedSecretCreateAzure.md +4 -2
  18. data/docs/RotatedSecretCreateCassandra.md +1 -1
  19. data/docs/RotatedSecretCreateCustom.md +1 -1
  20. data/docs/RotatedSecretCreateDockerhub.md +1 -1
  21. data/docs/RotatedSecretCreateGcp.md +4 -2
  22. data/docs/RotatedSecretCreateHanadb.md +1 -1
  23. data/docs/RotatedSecretCreateLdap.md +1 -1
  24. data/docs/RotatedSecretCreateMongodb.md +1 -1
  25. data/docs/RotatedSecretCreateMssql.md +1 -1
  26. data/docs/RotatedSecretCreateMysql.md +1 -1
  27. data/docs/RotatedSecretCreateOpenAI.md +1 -1
  28. data/docs/RotatedSecretCreateOracledb.md +1 -1
  29. data/docs/RotatedSecretCreatePostgresql.md +1 -1
  30. data/docs/RotatedSecretCreateRedis.md +1 -1
  31. data/docs/RotatedSecretCreateRedshift.md +1 -1
  32. data/docs/RotatedSecretCreateSnowflake.md +1 -1
  33. data/docs/RotatedSecretCreateSplunk.md +68 -0
  34. data/docs/RotatedSecretCreateSsh.md +1 -1
  35. data/docs/RotatedSecretCreateWindows.md +1 -1
  36. data/docs/RotatedSecretDetailsInfo.md +2 -0
  37. data/docs/RotatedSecretUpdateAws.md +3 -1
  38. data/docs/RotatedSecretUpdateAzure.md +3 -1
  39. data/docs/RotatedSecretUpdateGcp.md +3 -1
  40. data/docs/RotatedSecretUpdateSplunk.md +64 -0
  41. data/docs/SplunkPayload.md +30 -0
  42. data/docs/SplunkTargetDetails.md +34 -0
  43. data/docs/TargetCreateLetsEncrypt.md +46 -0
  44. data/docs/TargetCreateSplunk.md +42 -0
  45. data/docs/TargetTypeDetailsInput.md +4 -0
  46. data/docs/TargetUpdateLetsEncrypt.md +50 -0
  47. data/docs/V2Api.md +659 -29
  48. data/lib/akeyless/api/v2_api.rb +640 -0
  49. data/lib/akeyless/models/gateway_create_migration.rb +24 -4
  50. data/lib/akeyless/models/gateway_update_migration.rb +24 -4
  51. data/lib/akeyless/models/gcp_payload.rb +22 -4
  52. data/lib/akeyless/models/lets_encrypt_target_details.rb +315 -0
  53. data/lib/akeyless/models/policies_create_output.rb +214 -0
  54. data/lib/akeyless/models/policies_delete.rb +254 -0
  55. data/lib/akeyless/models/policies_get.rb +254 -0
  56. data/lib/akeyless/models/policies_get_output.rb +214 -0
  57. data/lib/akeyless/models/policies_list.rb +283 -0
  58. data/lib/akeyless/models/policies_list_output.rb +216 -0
  59. data/lib/akeyless/models/policy_create_keys.rb +312 -0
  60. data/lib/akeyless/models/policy_output.rb +295 -0
  61. data/lib/akeyless/models/policy_update_keys.rb +322 -0
  62. data/lib/akeyless/models/rotated_secret_create_aws.rb +13 -3
  63. data/lib/akeyless/models/rotated_secret_create_azure.rb +13 -3
  64. data/lib/akeyless/models/rotated_secret_create_cassandra.rb +1 -1
  65. data/lib/akeyless/models/rotated_secret_create_custom.rb +1 -1
  66. data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +1 -1
  67. data/lib/akeyless/models/rotated_secret_create_gcp.rb +13 -3
  68. data/lib/akeyless/models/rotated_secret_create_hanadb.rb +1 -1
  69. data/lib/akeyless/models/rotated_secret_create_ldap.rb +1 -1
  70. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +1 -1
  71. data/lib/akeyless/models/rotated_secret_create_mssql.rb +1 -1
  72. data/lib/akeyless/models/rotated_secret_create_mysql.rb +1 -1
  73. data/lib/akeyless/models/rotated_secret_create_open_ai.rb +1 -1
  74. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +1 -1
  75. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +1 -1
  76. data/lib/akeyless/models/rotated_secret_create_redis.rb +1 -1
  77. data/lib/akeyless/models/rotated_secret_create_redshift.rb +1 -1
  78. data/lib/akeyless/models/rotated_secret_create_snowflake.rb +1 -1
  79. data/lib/akeyless/models/rotated_secret_create_splunk.rb +497 -0
  80. data/lib/akeyless/models/rotated_secret_create_ssh.rb +1 -1
  81. data/lib/akeyless/models/rotated_secret_create_windows.rb +1 -1
  82. data/lib/akeyless/models/rotated_secret_details_info.rb +10 -1
  83. data/lib/akeyless/models/rotated_secret_update_aws.rb +12 -2
  84. data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -2
  85. data/lib/akeyless/models/rotated_secret_update_gcp.rb +12 -2
  86. data/lib/akeyless/models/rotated_secret_update_splunk.rb +467 -0
  87. data/lib/akeyless/models/splunk_payload.rb +268 -0
  88. data/lib/akeyless/models/splunk_target_details.rb +294 -0
  89. data/lib/akeyless/models/target_create_lets_encrypt.rb +368 -0
  90. data/lib/akeyless/models/target_create_splunk.rb +354 -0
  91. data/lib/akeyless/models/target_type_details_input.rb +19 -1
  92. data/lib/akeyless/models/target_update_lets_encrypt.rb +388 -0
  93. data/lib/akeyless/version.rb +1 -1
  94. data/lib/akeyless.rb +17 -0
  95. data/spec/models/lets_encrypt_target_details_spec.rb +96 -0
  96. data/spec/models/policies_create_output_spec.rb +36 -0
  97. data/spec/models/policies_delete_spec.rb +54 -0
  98. data/spec/models/policies_get_output_spec.rb +36 -0
  99. data/spec/models/policies_get_spec.rb +54 -0
  100. data/spec/models/policies_list_output_spec.rb +36 -0
  101. data/spec/models/policies_list_spec.rb +72 -0
  102. data/spec/models/policy_create_keys_spec.rb +84 -0
  103. data/spec/models/policy_output_spec.rb +84 -0
  104. data/spec/models/policy_update_keys_spec.rb +90 -0
  105. data/spec/models/rotated_secret_create_splunk_spec.rb +186 -0
  106. data/spec/models/rotated_secret_update_splunk_spec.rb +174 -0
  107. data/spec/models/splunk_payload_spec.rb +72 -0
  108. data/spec/models/splunk_target_details_spec.rb +84 -0
  109. data/spec/models/target_create_lets_encrypt_spec.rb +120 -0
  110. data/spec/models/target_create_splunk_spec.rb +108 -0
  111. data/spec/models/target_update_lets_encrypt_spec.rb +132 -0
  112. metadata +69 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9a1fec685c0eff277f661e0758adcb9cc8f46c6b9534a6889e9d7fc1b1e5d8
4
- data.tar.gz: b0c76f83dc344e72c0c1f99ab073eb09ec3eff5a6f4a364e83d86e988b608f7e
3
+ metadata.gz: a50df1564b03a42b11e79749518c800879f473a0c5958f00b06c7116e238c7dc
4
+ data.tar.gz: 5560fd32e296d44407df339867588d72880c934781af1a8a46dddc104491d118
5
5
  SHA512:
6
- metadata.gz: 18d2379a718c54600b89bd919b0a1e98176f9cc4c7616a8901768aecacb4525a497460ae74dc0fb60568673dddd4eea91a04c991ddff0920820a869be6ec19f5
7
- data.tar.gz: c3643f8dd4a5712184a8015757535998fd80e6067a21fb3ecca815d27096381f8dd4b338eed83ebe0c92d9afc3550ee322a05865f86312a4c14fcb494d8bd7b2
6
+ metadata.gz: f6d5f04cabdbadfc79b788eee87d8866093dd380efe0eac115a7e5408e7ca871efcc897e601e38554fc2c574f340f9fb5cfdb06b3c789c8df3bc3e18ceb63334
7
+ data.tar.gz: a407649269edd3dc25c743d7489ffc7e5d3df0a64474635ef0aec93ec970cc3f7da9c5fb165276a3b0aa7a78a4d5b0f2ca1035fd7156faeef5ff81ebf864a653
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 3.0
10
- - Package version: 5.0.20
10
+ - Package version: 5.0.21
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -444,6 +444,11 @@ Class | Method | HTTP request | Description
444
444
  *Akeyless::V2Api* | [**list_sra_sessions**](docs/V2Api.md#list_sra_sessions) | **POST** /list-sra-sessions |
445
445
  *Akeyless::V2Api* | [**list_targets**](docs/V2Api.md#list_targets) | **POST** /list-targets |
446
446
  *Akeyless::V2Api* | [**move_objects**](docs/V2Api.md#move_objects) | **POST** /move-objects |
447
+ *Akeyless::V2Api* | [**policies_delete**](docs/V2Api.md#policies_delete) | **POST** /policy-delete |
448
+ *Akeyless::V2Api* | [**policies_get**](docs/V2Api.md#policies_get) | **POST** /policy-get |
449
+ *Akeyless::V2Api* | [**policies_list**](docs/V2Api.md#policies_list) | **POST** /policy-list |
450
+ *Akeyless::V2Api* | [**policy_create_keys**](docs/V2Api.md#policy_create_keys) | **POST** /policy-create-keys |
451
+ *Akeyless::V2Api* | [**policy_update_keys**](docs/V2Api.md#policy_update_keys) | **POST** /policy-update-keys |
447
452
  *Akeyless::V2Api* | [**provision_certificate**](docs/V2Api.md#provision_certificate) | **POST** /provision-certificate |
448
453
  *Akeyless::V2Api* | [**raw_creds**](docs/V2Api.md#raw_creds) | **POST** /raw-creds |
449
454
  *Akeyless::V2Api* | [**refresh_key**](docs/V2Api.md#refresh_key) | **POST** /refresh-key |
@@ -474,6 +479,7 @@ Class | Method | HTTP request | Description
474
479
  *Akeyless::V2Api* | [**rotated_secret_create_redis**](docs/V2Api.md#rotated_secret_create_redis) | **POST** /rotated-secret-create-redis |
475
480
  *Akeyless::V2Api* | [**rotated_secret_create_redshift**](docs/V2Api.md#rotated_secret_create_redshift) | **POST** /rotated-secret-create-redshift |
476
481
  *Akeyless::V2Api* | [**rotated_secret_create_snowflake**](docs/V2Api.md#rotated_secret_create_snowflake) | **POST** /rotated-secret-create-snowflake |
482
+ *Akeyless::V2Api* | [**rotated_secret_create_splunk**](docs/V2Api.md#rotated_secret_create_splunk) | **POST** /rotated-secret-create-splunk |
477
483
  *Akeyless::V2Api* | [**rotated_secret_create_ssh**](docs/V2Api.md#rotated_secret_create_ssh) | **POST** /rotated-secret-create-ssh |
478
484
  *Akeyless::V2Api* | [**rotated_secret_create_windows**](docs/V2Api.md#rotated_secret_create_windows) | **POST** /rotated-secret-create-windows |
479
485
  *Akeyless::V2Api* | [**rotated_secret_delete**](docs/V2Api.md#rotated_secret_delete) | **POST** /rotated-secret-delete |
@@ -498,6 +504,7 @@ Class | Method | HTTP request | Description
498
504
  *Akeyless::V2Api* | [**rotated_secret_update_redis**](docs/V2Api.md#rotated_secret_update_redis) | **POST** /rotated-secret-update-redis |
499
505
  *Akeyless::V2Api* | [**rotated_secret_update_redshift**](docs/V2Api.md#rotated_secret_update_redshift) | **POST** /rotated-secret-update-redshift |
500
506
  *Akeyless::V2Api* | [**rotated_secret_update_snowflake**](docs/V2Api.md#rotated_secret_update_snowflake) | **POST** /rotated-secret-update-snowflake |
507
+ *Akeyless::V2Api* | [**rotated_secret_update_splunk**](docs/V2Api.md#rotated_secret_update_splunk) | **POST** /rotated-secret-update-splunk |
501
508
  *Akeyless::V2Api* | [**rotated_secret_update_ssh**](docs/V2Api.md#rotated_secret_update_ssh) | **POST** /rotated-secret-update-ssh |
502
509
  *Akeyless::V2Api* | [**rotated_secret_update_windows**](docs/V2Api.md#rotated_secret_update_windows) | **POST** /rotated-secret-update-windows |
503
510
  *Akeyless::V2Api* | [**set_item_state**](docs/V2Api.md#set_item_state) | **POST** /set-item-state |
@@ -530,12 +537,14 @@ Class | Method | HTTP request | Description
530
537
  *Akeyless::V2Api* | [**target_create_hashi_vault**](docs/V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault |
531
538
  *Akeyless::V2Api* | [**target_create_k8s**](docs/V2Api.md#target_create_k8s) | **POST** /target-create-k8s |
532
539
  *Akeyless::V2Api* | [**target_create_ldap**](docs/V2Api.md#target_create_ldap) | **POST** /target-create-ldap |
540
+ *Akeyless::V2Api* | [**target_create_lets_encrypt**](docs/V2Api.md#target_create_lets_encrypt) | **POST** /target-create-lets-encrypt |
533
541
  *Akeyless::V2Api* | [**target_create_linked**](docs/V2Api.md#target_create_linked) | **POST** /target-create-linked |
534
542
  *Akeyless::V2Api* | [**target_create_open_ai**](docs/V2Api.md#target_create_open_ai) | **POST** /target-create-openai |
535
543
  *Akeyless::V2Api* | [**target_create_ping**](docs/V2Api.md#target_create_ping) | **POST** /target-create-ping |
536
544
  *Akeyless::V2Api* | [**target_create_rabbit_mq**](docs/V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq |
537
545
  *Akeyless::V2Api* | [**target_create_salesforce**](docs/V2Api.md#target_create_salesforce) | **POST** /target-create-salesforce |
538
546
  *Akeyless::V2Api* | [**target_create_sectigo**](docs/V2Api.md#target_create_sectigo) | **POST** /target-create-sectigo |
547
+ *Akeyless::V2Api* | [**target_create_splunk**](docs/V2Api.md#target_create_splunk) | **POST** /target-create-splunk |
539
548
  *Akeyless::V2Api* | [**target_create_ssh**](docs/V2Api.md#target_create_ssh) | **POST** /target-create-ssh |
540
549
  *Akeyless::V2Api* | [**target_create_web**](docs/V2Api.md#target_create_web) | **POST** /target-create-web |
541
550
  *Akeyless::V2Api* | [**target_create_windows**](docs/V2Api.md#target_create_windows) | **POST** /target-create-windows |
@@ -561,6 +570,7 @@ Class | Method | HTTP request | Description
561
570
  *Akeyless::V2Api* | [**target_update_hashi_vault**](docs/V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault |
562
571
  *Akeyless::V2Api* | [**target_update_k8s**](docs/V2Api.md#target_update_k8s) | **POST** /target-update-k8s |
563
572
  *Akeyless::V2Api* | [**target_update_ldap**](docs/V2Api.md#target_update_ldap) | **POST** /target-update-ldap |
573
+ *Akeyless::V2Api* | [**target_update_lets_encrypt**](docs/V2Api.md#target_update_lets_encrypt) | **POST** /target-update-lets-encrypt |
564
574
  *Akeyless::V2Api* | [**target_update_linked**](docs/V2Api.md#target_update_linked) | **POST** /target-update-linked |
565
575
  *Akeyless::V2Api* | [**target_update_open_ai**](docs/V2Api.md#target_update_open_ai) | **POST** /target-update-openai |
566
576
  *Akeyless::V2Api* | [**target_update_ping**](docs/V2Api.md#target_update_ping) | **POST** /target-update-ping |
@@ -1386,6 +1396,7 @@ Class | Method | HTTP request | Description
1386
1396
  - [Akeyless::LdapConfigPart](docs/LdapConfigPart.md)
1387
1397
  - [Akeyless::LdapTargetDetails](docs/LdapTargetDetails.md)
1388
1398
  - [Akeyless::LeadershipConfigPart](docs/LeadershipConfigPart.md)
1399
+ - [Akeyless::LetsEncryptTargetDetails](docs/LetsEncryptTargetDetails.md)
1389
1400
  - [Akeyless::LinkedDetails](docs/LinkedDetails.md)
1390
1401
  - [Akeyless::LinkedTargetDetails](docs/LinkedTargetDetails.md)
1391
1402
  - [Akeyless::ListAcmeAccounts](docs/ListAcmeAccounts.md)
@@ -1445,6 +1456,15 @@ Class | Method | HTTP request | Description
1445
1456
  - [Akeyless::PasswordSecurityInfo](docs/PasswordSecurityInfo.md)
1446
1457
  - [Akeyless::PathRule](docs/PathRule.md)
1447
1458
  - [Akeyless::PingTargetDetails](docs/PingTargetDetails.md)
1459
+ - [Akeyless::PoliciesCreateOutput](docs/PoliciesCreateOutput.md)
1460
+ - [Akeyless::PoliciesDelete](docs/PoliciesDelete.md)
1461
+ - [Akeyless::PoliciesGet](docs/PoliciesGet.md)
1462
+ - [Akeyless::PoliciesGetOutput](docs/PoliciesGetOutput.md)
1463
+ - [Akeyless::PoliciesList](docs/PoliciesList.md)
1464
+ - [Akeyless::PoliciesListOutput](docs/PoliciesListOutput.md)
1465
+ - [Akeyless::PolicyCreateKeys](docs/PolicyCreateKeys.md)
1466
+ - [Akeyless::PolicyOutput](docs/PolicyOutput.md)
1467
+ - [Akeyless::PolicyUpdateKeys](docs/PolicyUpdateKeys.md)
1448
1468
  - [Akeyless::Producer](docs/Producer.md)
1449
1469
  - [Akeyless::ProducersConfigPart](docs/ProducersConfigPart.md)
1450
1470
  - [Akeyless::ProvisionCertificate](docs/ProvisionCertificate.md)
@@ -1495,6 +1515,7 @@ Class | Method | HTTP request | Description
1495
1515
  - [Akeyless::RotatedSecretCreateRedis](docs/RotatedSecretCreateRedis.md)
1496
1516
  - [Akeyless::RotatedSecretCreateRedshift](docs/RotatedSecretCreateRedshift.md)
1497
1517
  - [Akeyless::RotatedSecretCreateSnowflake](docs/RotatedSecretCreateSnowflake.md)
1518
+ - [Akeyless::RotatedSecretCreateSplunk](docs/RotatedSecretCreateSplunk.md)
1498
1519
  - [Akeyless::RotatedSecretCreateSsh](docs/RotatedSecretCreateSsh.md)
1499
1520
  - [Akeyless::RotatedSecretCreateWindows](docs/RotatedSecretCreateWindows.md)
1500
1521
  - [Akeyless::RotatedSecretDelete](docs/RotatedSecretDelete.md)
@@ -1523,6 +1544,7 @@ Class | Method | HTTP request | Description
1523
1544
  - [Akeyless::RotatedSecretUpdateRedis](docs/RotatedSecretUpdateRedis.md)
1524
1545
  - [Akeyless::RotatedSecretUpdateRedshift](docs/RotatedSecretUpdateRedshift.md)
1525
1546
  - [Akeyless::RotatedSecretUpdateSnowflake](docs/RotatedSecretUpdateSnowflake.md)
1547
+ - [Akeyless::RotatedSecretUpdateSplunk](docs/RotatedSecretUpdateSplunk.md)
1526
1548
  - [Akeyless::RotatedSecretUpdateSsh](docs/RotatedSecretUpdateSsh.md)
1527
1549
  - [Akeyless::RotatedSecretUpdateWindows](docs/RotatedSecretUpdateWindows.md)
1528
1550
  - [Akeyless::RotationSecretMaxInterval](docs/RotationSecretMaxInterval.md)
@@ -1565,6 +1587,8 @@ Class | Method | HTTP request | Description
1565
1587
  - [Akeyless::SlackNotiForwarderDetails](docs/SlackNotiForwarderDetails.md)
1566
1588
  - [Akeyless::SmInfo](docs/SmInfo.md)
1567
1589
  - [Akeyless::SplunkLogForwardingConfig](docs/SplunkLogForwardingConfig.md)
1590
+ - [Akeyless::SplunkPayload](docs/SplunkPayload.md)
1591
+ - [Akeyless::SplunkTargetDetails](docs/SplunkTargetDetails.md)
1568
1592
  - [Akeyless::SraDesktopAppConf](docs/SraDesktopAppConf.md)
1569
1593
  - [Akeyless::SraInfo](docs/SraInfo.md)
1570
1594
  - [Akeyless::SraSessionEntryOut](docs/SraSessionEntryOut.md)
@@ -1598,6 +1622,7 @@ Class | Method | HTTP request | Description
1598
1622
  - [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
1599
1623
  - [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
1600
1624
  - [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
1625
+ - [Akeyless::TargetCreateLetsEncrypt](docs/TargetCreateLetsEncrypt.md)
1601
1626
  - [Akeyless::TargetCreateLinked](docs/TargetCreateLinked.md)
1602
1627
  - [Akeyless::TargetCreateOpenAI](docs/TargetCreateOpenAI.md)
1603
1628
  - [Akeyless::TargetCreateOutput](docs/TargetCreateOutput.md)
@@ -1605,6 +1630,7 @@ Class | Method | HTTP request | Description
1605
1630
  - [Akeyless::TargetCreateRabbitMq](docs/TargetCreateRabbitMq.md)
1606
1631
  - [Akeyless::TargetCreateSalesforce](docs/TargetCreateSalesforce.md)
1607
1632
  - [Akeyless::TargetCreateSectigo](docs/TargetCreateSectigo.md)
1633
+ - [Akeyless::TargetCreateSplunk](docs/TargetCreateSplunk.md)
1608
1634
  - [Akeyless::TargetCreateSsh](docs/TargetCreateSsh.md)
1609
1635
  - [Akeyless::TargetCreateWeb](docs/TargetCreateWeb.md)
1610
1636
  - [Akeyless::TargetCreateWindows](docs/TargetCreateWindows.md)
@@ -1635,6 +1661,7 @@ Class | Method | HTTP request | Description
1635
1661
  - [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
1636
1662
  - [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
1637
1663
  - [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
1664
+ - [Akeyless::TargetUpdateLetsEncrypt](docs/TargetUpdateLetsEncrypt.md)
1638
1665
  - [Akeyless::TargetUpdateLinked](docs/TargetUpdateLinked.md)
1639
1666
  - [Akeyless::TargetUpdateOpenAI](docs/TargetUpdateOpenAI.md)
1640
1667
  - [Akeyless::TargetUpdateOutput](docs/TargetUpdateOutput.md)
data/docs/GCPPayload.md CHANGED
@@ -5,6 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **gcp_credentials_json** | **String** | | [optional] |
8
+ | **project_id** | **String** | | [optional] |
9
+ | **use_gw_cloud_identity** | **Boolean** | | [optional] |
8
10
 
9
11
  ## Example
10
12
 
@@ -12,7 +14,9 @@
12
14
  require 'akeyless'
13
15
 
14
16
  instance = Akeyless::GCPPayload.new(
15
- gcp_credentials_json: null
17
+ gcp_credentials_json: null,
18
+ project_id: null,
19
+ use_gw_cloud_identity: null
16
20
  )
17
21
  ```
18
22
 
@@ -37,6 +37,7 @@
37
37
  | **azure_tenant_id** | **String** | Azure Key Vault Access tenant ID (relevant only for Azure Key Vault migration) | [optional] |
38
38
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
39
39
  | **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
40
+ | **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
40
41
  | **hashi_json** | **String** | Import secret key as json value or independent secrets (relevant only for HasiCorp Vault migration) [true/false] | [optional][default to 'true'] |
41
42
  | **hashi_ns** | **Array<String>** | HashiCorp Vault Namespaces is a comma-separated list of namespaces which need to be imported into Akeyless Vault. For every provided namespace, all its child namespaces are imported as well, e.g. nmsp/subnmsp1/subnmsp2,nmsp/anothernmsp. By default, import all namespaces (relevant only for HasiCorp Vault migration) | [optional] |
42
43
  | **hashi_token** | **String** | HashiCorp Vault access token with sufficient permissions to preform list & read operations on secrets objects (relevant only for HasiCorp Vault migration) | [optional] |
@@ -67,6 +68,7 @@
67
68
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
68
69
  | **type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv/active_directory/server_inventory/certificate) | [optional] |
69
70
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
71
+ | **use_gw_cloud_identity** | **Boolean** | Use the GW's Cloud IAM | [optional] |
70
72
 
71
73
  ## Example
72
74
 
@@ -107,6 +109,7 @@ instance = Akeyless::GatewayCreateMigration.new(
107
109
  azure_tenant_id: null,
108
110
  expiration_event_in: null,
109
111
  gcp_key: null,
112
+ gcp_project_id: null,
110
113
  hashi_json: null,
111
114
  hashi_ns: null,
112
115
  hashi_token: null,
@@ -136,7 +139,8 @@ instance = Akeyless::GatewayCreateMigration.new(
136
139
  target_location: null,
137
140
  token: null,
138
141
  type: null,
139
- uid_token: null
142
+ uid_token: null,
143
+ use_gw_cloud_identity: null
140
144
  )
141
145
  ```
142
146
 
@@ -37,6 +37,7 @@
37
37
  | **azure_tenant_id** | **String** | Azure Key Vault Access tenant ID (relevant only for Azure Key Vault migration) | [optional] |
38
38
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
39
39
  | **gcp_key** | **String** | Base64-encoded GCP Service Account private key text with sufficient permissions to Secrets Manager, Minimum required permission is Secret Manager Secret Accessor, e.g. 'roles/secretmanager.secretAccessor' (relevant only for GCP migration) | [optional] |
40
+ | **gcp_project_id** | **String** | GCP Project ID (cross-project override) | [optional] |
40
41
  | **hashi_json** | **String** | Import secret key as json value or independent secrets (relevant only for HasiCorp Vault migration) [true/false] | [optional][default to 'true'] |
41
42
  | **hashi_ns** | **Array<String>** | HashiCorp Vault Namespaces is a comma-separated list of namespaces which need to be imported into Akeyless Vault. For every provided namespace, all its child namespaces are imported as well, e.g. nmsp/subnmsp1/subnmsp2,nmsp/anothernmsp. By default, import all namespaces (relevant only for HasiCorp Vault migration) | [optional] |
42
43
  | **hashi_token** | **String** | HashiCorp Vault access token with sufficient permissions to preform list & read operations on secrets objects (relevant only for HasiCorp Vault migration) | [optional] |
@@ -68,6 +69,7 @@
68
69
  | **target_location** | **String** | Target location in Akeyless for imported secrets | |
69
70
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
70
71
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
72
+ | **use_gw_cloud_identity** | **Boolean** | Use the GW's Cloud IAM | [optional] |
71
73
 
72
74
  ## Example
73
75
 
@@ -108,6 +110,7 @@ instance = Akeyless::GatewayUpdateMigration.new(
108
110
  azure_tenant_id: null,
109
111
  expiration_event_in: null,
110
112
  gcp_key: null,
113
+ gcp_project_id: null,
111
114
  hashi_json: null,
112
115
  hashi_ns: null,
113
116
  hashi_token: null,
@@ -138,7 +141,8 @@ instance = Akeyless::GatewayUpdateMigration.new(
138
141
  si_users_path_template: null,
139
142
  target_location: null,
140
143
  token: null,
141
- uid_token: null
144
+ uid_token: null,
145
+ use_gw_cloud_identity: null
142
146
  )
143
147
  ```
144
148
 
@@ -0,0 +1,38 @@
1
+ # Akeyless::LetsEncryptTargetDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_key_pem** | **String** | ACME Account Private Key (PEM-encoded) Supports ECDSA (P-256, P-384, P-521), RSA (2048+), and Ed25519 Auto-generated as ECDSA P-256 on first certificate issuance if not provided Stored encrypted, required for certificate operations and revocation | [optional] |
8
+ | **account_url** | **String** | ACME Account URL (returned after registration with Let's Encrypt) Used to retrieve existing account instead of re-registering | [optional] |
9
+ | **acme_environment** | **String** | ACMEEnvironment defines Let's Encrypt ACME directory environment | [optional] |
10
+ | **challenge_type** | **String** | ACMEChallengeType defines ACME challenge type for Let's Encrypt | [optional] |
11
+ | **dns_target_name** | **String** | Name of DNS target (transient field - not stored in DB) Used by CLI to pass DNS target name to SDK for creating target_object_assoc Retrieved from target_object_assoc when reading target Required when ChallengeType is \"dns\" | [optional] |
12
+ | **dns_target_type** | **String** | | [optional] |
13
+ | **email** | **String** | Email address for ACME account registration Required | [optional] |
14
+ | **gcp_project** | **String** | GCP Cloud DNS: Project ID Optional - can be derived from service account | [optional] |
15
+ | **hosted_zone** | **String** | AWS Route53: Hosted zone ID Required when DNSTargetType is AWS | [optional] |
16
+ | **resource_group** | **String** | Azure DNS: Resource group name Required when DNSTargetType is Azure | [optional] |
17
+ | **timeout** | **Integer** | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'akeyless'
23
+
24
+ instance = Akeyless::LetsEncryptTargetDetails.new(
25
+ account_key_pem: null,
26
+ account_url: null,
27
+ acme_environment: null,
28
+ challenge_type: null,
29
+ dns_target_name: null,
30
+ dns_target_type: null,
31
+ email: null,
32
+ gcp_project: null,
33
+ hosted_zone: null,
34
+ resource_group: null,
35
+ timeout: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::PoliciesCreateOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::PoliciesCreateOutput.new(
15
+ id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # Akeyless::PoliciesDelete
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Policy id | |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::PoliciesDelete.new(
18
+ id: null,
19
+ json: null,
20
+ token: null,
21
+ uid_token: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Akeyless::PoliciesGet
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Policy id | |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::PoliciesGet.new(
18
+ id: null,
19
+ json: null,
20
+ token: null,
21
+ uid_token: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::PoliciesGetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **policy** | [**PolicyOutput**](PolicyOutput.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::PoliciesGetOutput.new(
15
+ policy: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,30 @@
1
+ # Akeyless::PoliciesList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **aggregate** | **Boolean** | Aggregate missing configurations from parent policies (requires --paths) | [optional] |
8
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
+ | **object_type** | **Array<String>** | Optional object types filter (items or targets) | [optional] |
10
+ | **paths** | **Array<String>** | Filter by exact policy paths | [optional] |
11
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
+ | **types** | **Array<String>** | Filter by policy types | [optional] |
13
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'akeyless'
19
+
20
+ instance = Akeyless::PoliciesList.new(
21
+ aggregate: null,
22
+ json: null,
23
+ object_type: null,
24
+ paths: null,
25
+ token: null,
26
+ types: null,
27
+ uid_token: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::PoliciesListOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **policies** | [**Array<PolicyOutput>**](PolicyOutput.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::PoliciesListOutput.new(
15
+ policies: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,34 @@
1
+ # Akeyless::PolicyCreateKeys
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **allowed_algorithms** | **Array<String>** | Specify allowed key algorithms (e.g., [RSA2048,AES128GCM]) | [optional] |
8
+ | **allowed_key_names** | **Array<String>** | Specify allowed protection key names. To enforce using the account's default protection key, use 'default-account-key' | [optional] |
9
+ | **allowed_key_types** | **Array<String>** | Specify allowed key protection types (dfc, classic-key) | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **max_rotation_interval_days** | **Integer** | Set the maximum rotation interval for automatic key rotation. | [optional] |
12
+ | **object_types** | **Array<String>** | The object types this policy will apply to (items, targets). If not provided, defaults to [items, targets]. | [optional] |
13
+ | **path** | **String** | The path the policy refers to | |
14
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'akeyless'
21
+
22
+ instance = Akeyless::PolicyCreateKeys.new(
23
+ allowed_algorithms: null,
24
+ allowed_key_names: null,
25
+ allowed_key_types: null,
26
+ json: null,
27
+ max_rotation_interval_days: null,
28
+ object_types: null,
29
+ path: null,
30
+ token: null,
31
+ uid_token: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,34 @@
1
+ # Akeyless::PolicyOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_id** | **String** | | [optional] |
8
+ | **allowed_algorithms** | **Array<String>** | | [optional] |
9
+ | **allowed_key_names** | **Array<String>** | | [optional] |
10
+ | **allowed_key_types** | **Array<String>** | | [optional] |
11
+ | **id** | **String** | | [optional] |
12
+ | **max_rotation_interval_days** | **Integer** | | [optional] |
13
+ | **object_types** | **Array<String>** | | [optional] |
14
+ | **path** | **String** | | [optional] |
15
+ | **type** | **String** | | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'akeyless'
21
+
22
+ instance = Akeyless::PolicyOutput.new(
23
+ account_id: null,
24
+ allowed_algorithms: null,
25
+ allowed_key_names: null,
26
+ allowed_key_types: null,
27
+ id: null,
28
+ max_rotation_interval_days: null,
29
+ object_types: null,
30
+ path: null,
31
+ type: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,36 @@
1
+ # Akeyless::PolicyUpdateKeys
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **allowed_algorithms** | **Array<String>** | Specify allowed key algorithms (e.g., [RSA2048,AES128GCM]) | [optional] |
8
+ | **allowed_key_names** | **Array<String>** | Specify allowed protection key names. To enforce using the account's default protection key, use 'default-account-key' | [optional] |
9
+ | **allowed_key_types** | **Array<String>** | Specify allowed key protection types (dfc, classic-key) | [optional] |
10
+ | **id** | **String** | Policy id | |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
+ | **max_rotation_interval_days** | **Integer** | Set the maximum rotation interval for automatic key rotation. | [optional] |
13
+ | **object_types** | **Array<String>** | The object type this policy will apply to (items, targets) | [optional] |
14
+ | **path** | **String** | The path the policy refers to | [optional] |
15
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
16
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'akeyless'
22
+
23
+ instance = Akeyless::PolicyUpdateKeys.new(
24
+ allowed_algorithms: null,
25
+ allowed_key_names: null,
26
+ allowed_key_types: null,
27
+ id: null,
28
+ json: null,
29
+ max_rotation_interval_days: null,
30
+ object_types: null,
31
+ path: null,
32
+ token: null,
33
+ uid_token: null
34
+ )
35
+ ```
36
+
@@ -11,9 +11,10 @@
11
11
  | **aws_region** | **String** | Aws Region | [optional][default to 'us-east-2'] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
14
- | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS/Azure/GCP for backup (relevant only for AWS/Azure/GCP) [true/false] | [optional] |
14
+ | **grace_rotation** | **String** | Enable graceful rotation (keep both versions temporarily). When enabled, a new secret version is created while the previous version is kept for the grace period, so both versions exist for a limited time. [true/false] | [optional] |
15
15
  | **grace_rotation_hour** | **Integer** | The Hour of the grace rotation in UTC | [optional] |
16
16
  | **grace_rotation_interval** | **String** | The number of days to wait before deleting the old key (must be bigger than rotation-interval) | [optional] |
17
+ | **grace_rotation_timing** | **String** | When to create the new version relative to the rotation date [after/before] | [optional] |
17
18
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
18
19
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
19
20
  | **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] |
@@ -31,7 +32,7 @@
31
32
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
32
33
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
33
34
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
34
- | **target_name** | **String** | Target name | |
35
+ | **target_name** | **String** | The target name to associate | |
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
 
@@ -51,6 +52,7 @@ instance = Akeyless::RotatedSecretCreateAws.new(
51
52
  grace_rotation: null,
52
53
  grace_rotation_hour: null,
53
54
  grace_rotation_interval: null,
55
+ grace_rotation_timing: null,
54
56
  item_custom_fields: null,
55
57
  json: null,
56
58
  key: null,
@@ -12,9 +12,10 @@
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
14
14
  | **explicitly_set_sa** | **String** | If set, explicitly provide the storage account details [true/false] | [optional][default to 'false'] |
15
- | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS/Azure/GCP for backup (relevant only for AWS/Azure/GCP) [true/false] | [optional] |
15
+ | **grace_rotation** | **String** | Enable graceful rotation (keep both versions temporarily). When enabled, a new secret version is created while the previous version is kept for the grace period, so both versions exist for a limited time. [true/false] | [optional] |
16
16
  | **grace_rotation_hour** | **Integer** | The Hour of the grace rotation in UTC | [optional] |
17
17
  | **grace_rotation_interval** | **String** | The number of days to wait before deleting the old key (must be bigger than rotation-interval) | [optional] |
18
+ | **grace_rotation_timing** | **String** | When to create the new version relative to the rotation date [after/before] | [optional] |
18
19
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
19
20
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
20
21
  | **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] |
@@ -36,7 +37,7 @@
36
37
  | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
37
38
  | **storage_account_key_name** | **String** | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [optional] |
38
39
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
39
- | **target_name** | **String** | Target name | |
40
+ | **target_name** | **String** | The target name to associate | |
40
41
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
41
42
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
42
43
  | **username** | **String** | The user principal name to rotate his password (relevant only for rotator-type=password) | [optional] |
@@ -58,6 +59,7 @@ instance = Akeyless::RotatedSecretCreateAzure.new(
58
59
  grace_rotation: null,
59
60
  grace_rotation_hour: null,
60
61
  grace_rotation_interval: null,
62
+ grace_rotation_timing: null,
61
63
  item_custom_fields: null,
62
64
  json: null,
63
65
  key: null,
@@ -21,7 +21,7 @@
21
21
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
22
22
  | **rotator_type** | **String** | The rotator type. options: [target/password] | |
23
23
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
24
- | **target_name** | **String** | Target name | |
24
+ | **target_name** | **String** | The target name to associate | |
25
25
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
26
26
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
27
27
 
@@ -33,7 +33,7 @@
33
33
  | **secure_access_web_browsing** | **Boolean** | Secure browser via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
34
34
  | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
35
35
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
36
- | **target_name** | **String** | Target name | |
36
+ | **target_name** | **String** | The target name to associate | |
37
37
  | **timeout_sec** | **Integer** | Maximum allowed time in seconds for the custom rotator to return the results | [optional][default to 40] |
38
38
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
39
39
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -18,7 +18,7 @@
18
18
  | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
19
19
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
20
20
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
21
- | **target_name** | **String** | Target name | |
21
+ | **target_name** | **String** | The target name to associate | |
22
22
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
23
23
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
24
24
 
@@ -11,9 +11,10 @@
11
11
  | **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
12
12
  | **gcp_service_account_email** | **String** | The email of the gcp service account to rotate | [optional] |
13
13
  | **gcp_service_account_key_id** | **String** | The key id of the gcp service account to rotate | [optional] |
14
- | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS/Azure/GCP for backup (relevant only for AWS/Azure/GCP) [true/false] | [optional] |
14
+ | **grace_rotation** | **String** | Enable graceful rotation (keep both versions temporarily). When enabled, a new secret version is created while the previous version is kept for the grace period, so both versions exist for a limited time. [true/false] | [optional] |
15
15
  | **grace_rotation_hour** | **Integer** | The Hour of the grace rotation in UTC | [optional] |
16
16
  | **grace_rotation_interval** | **String** | The number of days to wait before deleting the old key (must be bigger than rotation-interval) | [optional] |
17
+ | **grace_rotation_timing** | **String** | When to create the new version relative to the rotation date [after/before] | [optional] |
17
18
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
18
19
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
19
20
  | **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] |
@@ -25,7 +26,7 @@
25
26
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (1-365) | [optional] |
26
27
  | **rotator_type** | **String** | The rotator type. options: [target/service-account-rotator] | |
27
28
  | **tags** | **Array<String>** | Add tags attached to this object | [optional] |
28
- | **target_name** | **String** | Target name | |
29
+ | **target_name** | **String** | The target name to associate | |
29
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
31
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
31
32
 
@@ -45,6 +46,7 @@ instance = Akeyless::RotatedSecretCreateGcp.new(
45
46
  grace_rotation: null,
46
47
  grace_rotation_hour: null,
47
48
  grace_rotation_interval: null,
49
+ grace_rotation_timing: null,
48
50
  item_custom_fields: null,
49
51
  json: null,
50
52
  key: null,