akeyless 5.0.20 → 5.0.22

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 (188) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -1
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/ActiveDirectoryPayload.md +6 -0
  5. data/docs/Auth.md +2 -0
  6. data/docs/AuthMethodCreateCert.md +2 -0
  7. data/docs/AuthMethodUpdateCert.md +2 -0
  8. data/docs/AzureADAccessRules.md +2 -0
  9. data/docs/AzureTargetDetails.md +2 -0
  10. data/docs/CertAccessRules.md +2 -0
  11. data/docs/CertificateChainInfo.md +2 -0
  12. data/docs/Configure.md +2 -0
  13. data/docs/ConjurMigration.md +20 -0
  14. data/docs/ConjurPayload.md +24 -0
  15. data/docs/CreateAuthMethodCert.md +2 -0
  16. data/docs/CreateAzureTarget.md +2 -0
  17. data/docs/CreateUSC.md +10 -0
  18. data/docs/DSProducerDetails.md +2 -0
  19. data/docs/DefaultAuthMethodSettings.md +20 -0
  20. data/docs/GCPPayload.md +5 -1
  21. data/docs/GatewayCreateMigration.md +20 -2
  22. data/docs/GatewayUpdateMigration.md +19 -1
  23. data/docs/GetPKICertificateOutput.md +2 -0
  24. data/docs/GithubMetadata.md +28 -0
  25. data/docs/HTTPChallengeInfo.md +26 -0
  26. data/docs/IssuerOverviewInfo.md +22 -0
  27. data/docs/ItemGeneralInfo.md +2 -0
  28. data/docs/LetsEncryptTargetDetails.md +38 -0
  29. data/docs/MigrationStatusReplyObj.md +2 -0
  30. data/docs/MigrationsConfigPart.md +2 -0
  31. data/docs/PoliciesCreateOutput.md +18 -0
  32. data/docs/PoliciesDelete.md +24 -0
  33. data/docs/PoliciesGet.md +24 -0
  34. data/docs/PoliciesGetOutput.md +18 -0
  35. data/docs/PoliciesList.md +30 -0
  36. data/docs/PoliciesListOutput.md +18 -0
  37. data/docs/PolicyCreateKeys.md +34 -0
  38. data/docs/PolicyOutput.md +34 -0
  39. data/docs/PolicyUpdateKeys.md +36 -0
  40. data/docs/RotatedSecretCreateAws.md +4 -2
  41. data/docs/RotatedSecretCreateAzure.md +4 -2
  42. data/docs/RotatedSecretCreateCassandra.md +1 -1
  43. data/docs/RotatedSecretCreateCustom.md +1 -1
  44. data/docs/RotatedSecretCreateDockerhub.md +1 -1
  45. data/docs/RotatedSecretCreateGcp.md +4 -2
  46. data/docs/RotatedSecretCreateHanadb.md +1 -1
  47. data/docs/RotatedSecretCreateLdap.md +1 -1
  48. data/docs/RotatedSecretCreateMongodb.md +1 -1
  49. data/docs/RotatedSecretCreateMssql.md +1 -1
  50. data/docs/RotatedSecretCreateMysql.md +1 -1
  51. data/docs/RotatedSecretCreateOpenAI.md +1 -1
  52. data/docs/RotatedSecretCreateOracledb.md +1 -1
  53. data/docs/RotatedSecretCreatePostgresql.md +1 -1
  54. data/docs/RotatedSecretCreateRedis.md +1 -1
  55. data/docs/RotatedSecretCreateRedshift.md +1 -1
  56. data/docs/RotatedSecretCreateSnowflake.md +1 -1
  57. data/docs/RotatedSecretCreateSplunk.md +68 -0
  58. data/docs/RotatedSecretCreateSsh.md +1 -1
  59. data/docs/RotatedSecretCreateWindows.md +1 -1
  60. data/docs/RotatedSecretDetailsInfo.md +2 -0
  61. data/docs/RotatedSecretUpdateAws.md +3 -1
  62. data/docs/RotatedSecretUpdateAzure.md +3 -1
  63. data/docs/RotatedSecretUpdateGcp.md +3 -1
  64. data/docs/RotatedSecretUpdateSplunk.md +64 -0
  65. data/docs/SecretInfo.md +2 -0
  66. data/docs/SplunkPayload.md +30 -0
  67. data/docs/SplunkTargetDetails.md +34 -0
  68. data/docs/TargetCreateAzure.md +2 -0
  69. data/docs/TargetCreateLetsEncrypt.md +46 -0
  70. data/docs/TargetCreateSplunk.md +42 -0
  71. data/docs/TargetTypeDetailsInput.md +4 -0
  72. data/docs/TargetUpdateAzure.md +2 -0
  73. data/docs/TargetUpdateLetsEncrypt.md +50 -0
  74. data/docs/UpdateAuthMethodCert.md +2 -0
  75. data/docs/UpdateAzureTarget.md +2 -0
  76. data/docs/V2Api.md +756 -0
  77. data/docs/ValidateCertificateChallenge.md +30 -0
  78. data/docs/ValidateCertificateChallengeOutput.md +24 -0
  79. data/docs/VaultAddress.md +20 -0
  80. data/docs/VaultAddressOutput.md +20 -0
  81. data/lib/akeyless/api/v2_api.rb +775 -7
  82. data/lib/akeyless/models/account_general_settings.rb +10 -1
  83. data/lib/akeyless/models/active_directory_payload.rb +30 -1
  84. data/lib/akeyless/models/auth.rb +13 -1
  85. data/lib/akeyless/models/auth_method_create_cert.rb +11 -1
  86. data/lib/akeyless/models/auth_method_update_cert.rb +11 -1
  87. data/lib/akeyless/models/azure_ad_access_rules.rb +11 -1
  88. data/lib/akeyless/models/azure_target_details.rb +10 -1
  89. data/lib/akeyless/models/cert_access_rules.rb +11 -1
  90. data/lib/akeyless/models/certificate_chain_info.rb +11 -1
  91. data/lib/akeyless/models/configure.rb +13 -1
  92. data/lib/akeyless/models/conjur_migration.rb +223 -0
  93. data/lib/akeyless/models/conjur_payload.rb +241 -0
  94. data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
  95. data/lib/akeyless/models/create_azure_target.rb +13 -1
  96. data/lib/akeyless/models/create_usc.rb +54 -1
  97. data/lib/akeyless/models/default_auth_method_settings.rb +223 -0
  98. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  99. data/lib/akeyless/models/gateway_create_migration.rb +97 -5
  100. data/lib/akeyless/models/gateway_update_migration.rb +96 -4
  101. data/lib/akeyless/models/gcp_payload.rb +22 -4
  102. data/lib/akeyless/models/get_pki_certificate_output.rb +10 -1
  103. data/lib/akeyless/models/github_metadata.rb +259 -0
  104. data/lib/akeyless/models/http_challenge_info.rb +251 -0
  105. data/lib/akeyless/models/issuer_overview_info.rb +232 -0
  106. data/lib/akeyless/models/item_general_info.rb +10 -1
  107. data/lib/akeyless/models/lets_encrypt_target_details.rb +315 -0
  108. data/lib/akeyless/models/migration_status_reply_obj.rb +10 -1
  109. data/lib/akeyless/models/migrations_config_part.rb +12 -1
  110. data/lib/akeyless/models/policies_create_output.rb +214 -0
  111. data/lib/akeyless/models/policies_delete.rb +254 -0
  112. data/lib/akeyless/models/policies_get.rb +254 -0
  113. data/lib/akeyless/models/policies_get_output.rb +214 -0
  114. data/lib/akeyless/models/policies_list.rb +283 -0
  115. data/lib/akeyless/models/policies_list_output.rb +216 -0
  116. data/lib/akeyless/models/policy_create_keys.rb +312 -0
  117. data/lib/akeyless/models/policy_output.rb +295 -0
  118. data/lib/akeyless/models/policy_update_keys.rb +322 -0
  119. data/lib/akeyless/models/rotated_secret_create_aws.rb +13 -3
  120. data/lib/akeyless/models/rotated_secret_create_azure.rb +13 -3
  121. data/lib/akeyless/models/rotated_secret_create_cassandra.rb +1 -1
  122. data/lib/akeyless/models/rotated_secret_create_custom.rb +1 -1
  123. data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +1 -1
  124. data/lib/akeyless/models/rotated_secret_create_gcp.rb +13 -3
  125. data/lib/akeyless/models/rotated_secret_create_hanadb.rb +1 -1
  126. data/lib/akeyless/models/rotated_secret_create_ldap.rb +1 -1
  127. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +1 -1
  128. data/lib/akeyless/models/rotated_secret_create_mssql.rb +1 -1
  129. data/lib/akeyless/models/rotated_secret_create_mysql.rb +1 -1
  130. data/lib/akeyless/models/rotated_secret_create_open_ai.rb +1 -1
  131. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +1 -1
  132. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +1 -1
  133. data/lib/akeyless/models/rotated_secret_create_redis.rb +1 -1
  134. data/lib/akeyless/models/rotated_secret_create_redshift.rb +1 -1
  135. data/lib/akeyless/models/rotated_secret_create_snowflake.rb +1 -1
  136. data/lib/akeyless/models/rotated_secret_create_splunk.rb +497 -0
  137. data/lib/akeyless/models/rotated_secret_create_ssh.rb +1 -1
  138. data/lib/akeyless/models/rotated_secret_create_windows.rb +1 -1
  139. data/lib/akeyless/models/rotated_secret_details_info.rb +10 -1
  140. data/lib/akeyless/models/rotated_secret_update_aws.rb +12 -2
  141. data/lib/akeyless/models/rotated_secret_update_azure.rb +12 -2
  142. data/lib/akeyless/models/rotated_secret_update_gcp.rb +12 -2
  143. data/lib/akeyless/models/rotated_secret_update_splunk.rb +467 -0
  144. data/lib/akeyless/models/secret_info.rb +10 -1
  145. data/lib/akeyless/models/splunk_payload.rb +268 -0
  146. data/lib/akeyless/models/splunk_target_details.rb +294 -0
  147. data/lib/akeyless/models/target_create_azure.rb +13 -1
  148. data/lib/akeyless/models/target_create_lets_encrypt.rb +368 -0
  149. data/lib/akeyless/models/target_create_splunk.rb +354 -0
  150. data/lib/akeyless/models/target_type_details_input.rb +19 -1
  151. data/lib/akeyless/models/target_update_azure.rb +13 -1
  152. data/lib/akeyless/models/target_update_lets_encrypt.rb +388 -0
  153. data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
  154. data/lib/akeyless/models/update_azure_target.rb +13 -1
  155. data/lib/akeyless/models/validate_certificate_challenge.rb +279 -0
  156. data/lib/akeyless/models/validate_certificate_challenge_output.rb +242 -0
  157. data/lib/akeyless/models/vault_address.rb +227 -0
  158. data/lib/akeyless/models/vault_address_output.rb +223 -0
  159. data/lib/akeyless/version.rb +1 -1
  160. data/lib/akeyless.rb +27 -0
  161. data/spec/models/conjur_migration_spec.rb +42 -0
  162. data/spec/models/conjur_payload_spec.rb +54 -0
  163. data/spec/models/default_auth_method_settings_spec.rb +42 -0
  164. data/spec/models/github_metadata_spec.rb +66 -0
  165. data/spec/models/http_challenge_info_spec.rb +60 -0
  166. data/spec/models/issuer_overview_info_spec.rb +48 -0
  167. data/spec/models/lets_encrypt_target_details_spec.rb +96 -0
  168. data/spec/models/policies_create_output_spec.rb +36 -0
  169. data/spec/models/policies_delete_spec.rb +54 -0
  170. data/spec/models/policies_get_output_spec.rb +36 -0
  171. data/spec/models/policies_get_spec.rb +54 -0
  172. data/spec/models/policies_list_output_spec.rb +36 -0
  173. data/spec/models/policies_list_spec.rb +72 -0
  174. data/spec/models/policy_create_keys_spec.rb +84 -0
  175. data/spec/models/policy_output_spec.rb +84 -0
  176. data/spec/models/policy_update_keys_spec.rb +90 -0
  177. data/spec/models/rotated_secret_create_splunk_spec.rb +186 -0
  178. data/spec/models/rotated_secret_update_splunk_spec.rb +174 -0
  179. data/spec/models/splunk_payload_spec.rb +72 -0
  180. data/spec/models/splunk_target_details_spec.rb +84 -0
  181. data/spec/models/target_create_lets_encrypt_spec.rb +120 -0
  182. data/spec/models/target_create_splunk_spec.rb +108 -0
  183. data/spec/models/target_update_lets_encrypt_spec.rb +132 -0
  184. data/spec/models/validate_certificate_challenge_output_spec.rb +54 -0
  185. data/spec/models/validate_certificate_challenge_spec.rb +72 -0
  186. data/spec/models/vault_address_output_spec.rb +42 -0
  187. data/spec/models/vault_address_spec.rb +42 -0
  188. metadata +109 -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: e46636c1d6bff155fd9a66320a4156d9e72ad18b96638976e12c761a2c70c258
4
+ data.tar.gz: e6f954813204f8e93a874b72d88c9725f1e51c46bb4691f28dd669324580b5e7
5
5
  SHA512:
6
- metadata.gz: 18d2379a718c54600b89bd919b0a1e98176f9cc4c7616a8901768aecacb4525a497460ae74dc0fb60568673dddd4eea91a04c991ddff0920820a869be6ec19f5
7
- data.tar.gz: c3643f8dd4a5712184a8015757535998fd80e6067a21fb3ecca815d27096381f8dd4b338eed83ebe0c92d9afc3550ee322a05865f86312a4c14fcb494d8bd7b2
6
+ metadata.gz: 00cf27d9e20ab8e2a3c35323ced26fff0dd74932948301bb56705e279e6e38b6c5e8884582d126d26aca9b7145aa73795fad766f731baa8f42e70cfc1493e200
7
+ data.tar.gz: '08be6c31019f3b0d626ba38fa3316cc9456dbb490bf623c59535abba8023adc844f495231e2af789d33ac4608b777021ea04586d136f824a6da969f6863089fc'
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.22
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 |
@@ -644,7 +654,9 @@ Class | Method | HTTP request | Description
644
654
  *Akeyless::V2Api* | [**usc_get**](docs/V2Api.md#usc_get) | **POST** /usc-get |
645
655
  *Akeyless::V2Api* | [**usc_list**](docs/V2Api.md#usc_list) | **POST** /usc-list |
646
656
  *Akeyless::V2Api* | [**usc_update**](docs/V2Api.md#usc_update) | **POST** /usc-update |
657
+ *Akeyless::V2Api* | [**validate_certificate_challenge**](docs/V2Api.md#validate_certificate_challenge) | **POST** /validate-certificate-challenge |
647
658
  *Akeyless::V2Api* | [**validate_token**](docs/V2Api.md#validate_token) | **POST** /validate-token |
659
+ *Akeyless::V2Api* | [**vault_address**](docs/V2Api.md#vault_address) | **POST** /vault-address |
648
660
  *Akeyless::V2Api* | [**verify_data_with_classic_key**](docs/V2Api.md#verify_data_with_classic_key) | **POST** /verify-data-with-classic-key |
649
661
  *Akeyless::V2Api* | [**verify_ec_dsa**](docs/V2Api.md#verify_ec_dsa) | **POST** /verify-ecdsa |
650
662
  *Akeyless::V2Api* | [**verify_gpg**](docs/V2Api.md#verify_gpg) | **POST** /verify-gpg |
@@ -781,6 +793,8 @@ Class | Method | HTTP request | Description
781
793
  - [Akeyless::ConfigHash](docs/ConfigHash.md)
782
794
  - [Akeyless::Configure](docs/Configure.md)
783
795
  - [Akeyless::ConfigureOutput](docs/ConfigureOutput.md)
796
+ - [Akeyless::ConjurMigration](docs/ConjurMigration.md)
797
+ - [Akeyless::ConjurPayload](docs/ConjurPayload.md)
784
798
  - [Akeyless::Connect](docs/Connect.md)
785
799
  - [Akeyless::CreateAWSTarget](docs/CreateAWSTarget.md)
786
800
  - [Akeyless::CreateAWSTargetOutput](docs/CreateAWSTargetOutput.md)
@@ -913,6 +927,7 @@ Class | Method | HTTP request | Description
913
927
  - [Akeyless::DecryptPKCS1Output](docs/DecryptPKCS1Output.md)
914
928
  - [Akeyless::DecryptWithClassicKey](docs/DecryptWithClassicKey.md)
915
929
  - [Akeyless::DecryptWithClassicKeyOutput](docs/DecryptWithClassicKeyOutput.md)
930
+ - [Akeyless::DefaultAuthMethodSettings](docs/DefaultAuthMethodSettings.md)
916
931
  - [Akeyless::DefaultConfigPart](docs/DefaultConfigPart.md)
917
932
  - [Akeyless::DefaultHomePage](docs/DefaultHomePage.md)
918
933
  - [Akeyless::DeleteAuthMethod](docs/DeleteAuthMethod.md)
@@ -1300,6 +1315,7 @@ Class | Method | HTTP request | Description
1300
1315
  - [Akeyless::GetTargetDetails](docs/GetTargetDetails.md)
1301
1316
  - [Akeyless::GetTargetDetailsOutput](docs/GetTargetDetailsOutput.md)
1302
1317
  - [Akeyless::GetUserEventStatusOutput](docs/GetUserEventStatusOutput.md)
1318
+ - [Akeyless::GithubMetadata](docs/GithubMetadata.md)
1303
1319
  - [Akeyless::GithubTargetDetails](docs/GithubTargetDetails.md)
1304
1320
  - [Akeyless::GitlabTargetDetails](docs/GitlabTargetDetails.md)
1305
1321
  - [Akeyless::GlobalSignAtlasTargetDetails](docs/GlobalSignAtlasTargetDetails.md)
@@ -1319,6 +1335,7 @@ Class | Method | HTTP request | Description
1319
1335
  - [Akeyless::GwUpdateRemoteAccessSessionLogsStdout](docs/GwUpdateRemoteAccessSessionLogsStdout.md)
1320
1336
  - [Akeyless::GwUpdateRemoteAccessSessionLogsSumologic](docs/GwUpdateRemoteAccessSessionLogsSumologic.md)
1321
1337
  - [Akeyless::GwUpdateRemoteAccessSessionLogsSyslog](docs/GwUpdateRemoteAccessSessionLogsSyslog.md)
1338
+ - [Akeyless::HTTPChallengeInfo](docs/HTTPChallengeInfo.md)
1322
1339
  - [Akeyless::HashiMigration](docs/HashiMigration.md)
1323
1340
  - [Akeyless::HashiPayload](docs/HashiPayload.md)
1324
1341
  - [Akeyless::HashiVaultTargetDetails](docs/HashiVaultTargetDetails.md)
@@ -1328,6 +1345,7 @@ Class | Method | HTTP request | Description
1328
1345
  - [Akeyless::ImportPasswords](docs/ImportPasswords.md)
1329
1346
  - [Akeyless::ImportPasswordsOutput](docs/ImportPasswordsOutput.md)
1330
1347
  - [Akeyless::ImporterInfo](docs/ImporterInfo.md)
1348
+ - [Akeyless::IssuerOverviewInfo](docs/IssuerOverviewInfo.md)
1331
1349
  - [Akeyless::Item](docs/Item.md)
1332
1350
  - [Akeyless::ItemCustomFieldsDetails](docs/ItemCustomFieldsDetails.md)
1333
1351
  - [Akeyless::ItemGeneralInfo](docs/ItemGeneralInfo.md)
@@ -1386,6 +1404,7 @@ Class | Method | HTTP request | Description
1386
1404
  - [Akeyless::LdapConfigPart](docs/LdapConfigPart.md)
1387
1405
  - [Akeyless::LdapTargetDetails](docs/LdapTargetDetails.md)
1388
1406
  - [Akeyless::LeadershipConfigPart](docs/LeadershipConfigPart.md)
1407
+ - [Akeyless::LetsEncryptTargetDetails](docs/LetsEncryptTargetDetails.md)
1389
1408
  - [Akeyless::LinkedDetails](docs/LinkedDetails.md)
1390
1409
  - [Akeyless::LinkedTargetDetails](docs/LinkedTargetDetails.md)
1391
1410
  - [Akeyless::ListAcmeAccounts](docs/ListAcmeAccounts.md)
@@ -1445,6 +1464,15 @@ Class | Method | HTTP request | Description
1445
1464
  - [Akeyless::PasswordSecurityInfo](docs/PasswordSecurityInfo.md)
1446
1465
  - [Akeyless::PathRule](docs/PathRule.md)
1447
1466
  - [Akeyless::PingTargetDetails](docs/PingTargetDetails.md)
1467
+ - [Akeyless::PoliciesCreateOutput](docs/PoliciesCreateOutput.md)
1468
+ - [Akeyless::PoliciesDelete](docs/PoliciesDelete.md)
1469
+ - [Akeyless::PoliciesGet](docs/PoliciesGet.md)
1470
+ - [Akeyless::PoliciesGetOutput](docs/PoliciesGetOutput.md)
1471
+ - [Akeyless::PoliciesList](docs/PoliciesList.md)
1472
+ - [Akeyless::PoliciesListOutput](docs/PoliciesListOutput.md)
1473
+ - [Akeyless::PolicyCreateKeys](docs/PolicyCreateKeys.md)
1474
+ - [Akeyless::PolicyOutput](docs/PolicyOutput.md)
1475
+ - [Akeyless::PolicyUpdateKeys](docs/PolicyUpdateKeys.md)
1448
1476
  - [Akeyless::Producer](docs/Producer.md)
1449
1477
  - [Akeyless::ProducersConfigPart](docs/ProducersConfigPart.md)
1450
1478
  - [Akeyless::ProvisionCertificate](docs/ProvisionCertificate.md)
@@ -1495,6 +1523,7 @@ Class | Method | HTTP request | Description
1495
1523
  - [Akeyless::RotatedSecretCreateRedis](docs/RotatedSecretCreateRedis.md)
1496
1524
  - [Akeyless::RotatedSecretCreateRedshift](docs/RotatedSecretCreateRedshift.md)
1497
1525
  - [Akeyless::RotatedSecretCreateSnowflake](docs/RotatedSecretCreateSnowflake.md)
1526
+ - [Akeyless::RotatedSecretCreateSplunk](docs/RotatedSecretCreateSplunk.md)
1498
1527
  - [Akeyless::RotatedSecretCreateSsh](docs/RotatedSecretCreateSsh.md)
1499
1528
  - [Akeyless::RotatedSecretCreateWindows](docs/RotatedSecretCreateWindows.md)
1500
1529
  - [Akeyless::RotatedSecretDelete](docs/RotatedSecretDelete.md)
@@ -1523,6 +1552,7 @@ Class | Method | HTTP request | Description
1523
1552
  - [Akeyless::RotatedSecretUpdateRedis](docs/RotatedSecretUpdateRedis.md)
1524
1553
  - [Akeyless::RotatedSecretUpdateRedshift](docs/RotatedSecretUpdateRedshift.md)
1525
1554
  - [Akeyless::RotatedSecretUpdateSnowflake](docs/RotatedSecretUpdateSnowflake.md)
1555
+ - [Akeyless::RotatedSecretUpdateSplunk](docs/RotatedSecretUpdateSplunk.md)
1526
1556
  - [Akeyless::RotatedSecretUpdateSsh](docs/RotatedSecretUpdateSsh.md)
1527
1557
  - [Akeyless::RotatedSecretUpdateWindows](docs/RotatedSecretUpdateWindows.md)
1528
1558
  - [Akeyless::RotationSecretMaxInterval](docs/RotationSecretMaxInterval.md)
@@ -1565,6 +1595,8 @@ Class | Method | HTTP request | Description
1565
1595
  - [Akeyless::SlackNotiForwarderDetails](docs/SlackNotiForwarderDetails.md)
1566
1596
  - [Akeyless::SmInfo](docs/SmInfo.md)
1567
1597
  - [Akeyless::SplunkLogForwardingConfig](docs/SplunkLogForwardingConfig.md)
1598
+ - [Akeyless::SplunkPayload](docs/SplunkPayload.md)
1599
+ - [Akeyless::SplunkTargetDetails](docs/SplunkTargetDetails.md)
1568
1600
  - [Akeyless::SraDesktopAppConf](docs/SraDesktopAppConf.md)
1569
1601
  - [Akeyless::SraInfo](docs/SraInfo.md)
1570
1602
  - [Akeyless::SraSessionEntryOut](docs/SraSessionEntryOut.md)
@@ -1598,6 +1630,7 @@ Class | Method | HTTP request | Description
1598
1630
  - [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
1599
1631
  - [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
1600
1632
  - [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
1633
+ - [Akeyless::TargetCreateLetsEncrypt](docs/TargetCreateLetsEncrypt.md)
1601
1634
  - [Akeyless::TargetCreateLinked](docs/TargetCreateLinked.md)
1602
1635
  - [Akeyless::TargetCreateOpenAI](docs/TargetCreateOpenAI.md)
1603
1636
  - [Akeyless::TargetCreateOutput](docs/TargetCreateOutput.md)
@@ -1605,6 +1638,7 @@ Class | Method | HTTP request | Description
1605
1638
  - [Akeyless::TargetCreateRabbitMq](docs/TargetCreateRabbitMq.md)
1606
1639
  - [Akeyless::TargetCreateSalesforce](docs/TargetCreateSalesforce.md)
1607
1640
  - [Akeyless::TargetCreateSectigo](docs/TargetCreateSectigo.md)
1641
+ - [Akeyless::TargetCreateSplunk](docs/TargetCreateSplunk.md)
1608
1642
  - [Akeyless::TargetCreateSsh](docs/TargetCreateSsh.md)
1609
1643
  - [Akeyless::TargetCreateWeb](docs/TargetCreateWeb.md)
1610
1644
  - [Akeyless::TargetCreateWindows](docs/TargetCreateWindows.md)
@@ -1635,6 +1669,7 @@ Class | Method | HTTP request | Description
1635
1669
  - [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
1636
1670
  - [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
1637
1671
  - [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
1672
+ - [Akeyless::TargetUpdateLetsEncrypt](docs/TargetUpdateLetsEncrypt.md)
1638
1673
  - [Akeyless::TargetUpdateLinked](docs/TargetUpdateLinked.md)
1639
1674
  - [Akeyless::TargetUpdateOpenAI](docs/TargetUpdateOpenAI.md)
1640
1675
  - [Akeyless::TargetUpdateOutput](docs/TargetUpdateOutput.md)
@@ -1777,8 +1812,12 @@ Class | Method | HTTP request | Description
1777
1812
  - [Akeyless::UscSyncInfo](docs/UscSyncInfo.md)
1778
1813
  - [Akeyless::UscUpdate](docs/UscUpdate.md)
1779
1814
  - [Akeyless::UscUpdateSecretOutput](docs/UscUpdateSecretOutput.md)
1815
+ - [Akeyless::ValidateCertificateChallenge](docs/ValidateCertificateChallenge.md)
1816
+ - [Akeyless::ValidateCertificateChallengeOutput](docs/ValidateCertificateChallengeOutput.md)
1780
1817
  - [Akeyless::ValidateToken](docs/ValidateToken.md)
1781
1818
  - [Akeyless::ValidateTokenOutput](docs/ValidateTokenOutput.md)
1819
+ - [Akeyless::VaultAddress](docs/VaultAddress.md)
1820
+ - [Akeyless::VaultAddressOutput](docs/VaultAddressOutput.md)
1782
1821
  - [Akeyless::VaultlessTokenizerInfo](docs/VaultlessTokenizerInfo.md)
1783
1822
  - [Akeyless::VenafiTargetDetails](docs/VenafiTargetDetails.md)
1784
1823
  - [Akeyless::VerifyDataWithClassicKey](docs/VerifyDataWithClassicKey.md)
@@ -14,6 +14,7 @@
14
14
  | **auth_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
15
15
  | **certificate_expiration_events** | [**CertificateExpirationEventsSettings**](CertificateExpirationEventsSettings.md) | | [optional] |
16
16
  | **data_protection_section** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional] |
17
+ | **default_auth_method** | [**DefaultAuthMethodSettings**](DefaultAuthMethodSettings.md) | | [optional] |
17
18
  | **default_home_page** | [**DefaultHomePage**](DefaultHomePage.md) | | [optional] |
18
19
  | **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
19
20
  | **enable_request_for_access** | **Boolean** | | [optional] |
@@ -45,6 +46,7 @@ instance = Akeyless::AccountGeneralSettings.new(
45
46
  auth_usage_event: null,
46
47
  certificate_expiration_events: null,
47
48
  data_protection_section: null,
49
+ default_auth_method: null,
48
50
  default_home_page: null,
49
51
  dynamic_secret_max_ttl: null,
50
52
  enable_request_for_access: null,
@@ -5,9 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **active_directory_target_id** | **Integer** | | [optional] |
8
+ | **ai_certificate_discovery** | **Boolean** | | [optional] |
8
9
  | **auto_rotate** | **Boolean** | | [optional] |
9
10
  | **auto_rotate_interval_in_days** | **Integer** | | [optional] |
10
11
  | **auto_rotate_rotation_hour** | **Integer** | | [optional] |
12
+ | **certificates_expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
13
+ | **certificates_path_template** | **String** | | [optional] |
11
14
  | **computer_base_dn** | **String** | | [optional] |
12
15
  | **discover_iis_apps** | **Boolean** | | [optional] |
13
16
  | **discover_local_users** | **Boolean** | Deprecated | [optional] |
@@ -35,9 +38,12 @@ require 'akeyless'
35
38
 
36
39
  instance = Akeyless::ActiveDirectoryPayload.new(
37
40
  active_directory_target_id: null,
41
+ ai_certificate_discovery: null,
38
42
  auto_rotate: null,
39
43
  auto_rotate_interval_in_days: null,
40
44
  auto_rotate_rotation_hour: null,
45
+ certificates_expiration_events: null,
46
+ certificates_path_template: null,
41
47
  computer_base_dn: null,
42
48
  discover_iis_apps: null,
43
49
  discover_local_users: null,
data/docs/Auth.md CHANGED
@@ -10,6 +10,7 @@
10
10
  | **account_id** | **String** | Account id (relevant only for access-type=password where the email address is associated with more than one account) | [optional] |
11
11
  | **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
12
12
  | **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
13
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
13
14
  | **cert_challenge** | **String** | Certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional] |
14
15
  | **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert) | [optional] |
15
16
  | **cloud_id** | **String** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional] |
@@ -48,6 +49,7 @@ instance = Akeyless::Auth.new(
48
49
  account_id: null,
49
50
  admin_email: null,
50
51
  admin_password: null,
52
+ azure_cloud: null,
51
53
  cert_challenge: null,
52
54
  cert_data: null,
53
55
  cloud_id: null,
@@ -25,6 +25,7 @@
25
25
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
28
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
28
29
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
29
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
31
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -57,6 +58,7 @@ instance = Akeyless::AuthMethodCreateCert.new(
57
58
  jwt_ttl: null,
58
59
  name: null,
59
60
  product_type: null,
61
+ require_crl_dp: null,
60
62
  revoked_cert_ids: null,
61
63
  token: null,
62
64
  uid_token: null,
@@ -26,6 +26,7 @@
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **new_name** | **String** | Auth Method new name | [optional] |
28
28
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
29
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
29
30
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
30
31
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
31
32
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -59,6 +60,7 @@ instance = Akeyless::AuthMethodUpdateCert.new(
59
60
  name: null,
60
61
  new_name: null,
61
62
  product_type: null,
63
+ require_crl_dp: null,
62
64
  revoked_cert_ids: null,
63
65
  token: null,
64
66
  uid_token: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **ad_endpoint** | **String** | The audience in the JWT. | [optional] |
8
+ | **azure_cloud** | **String** | Azure cloud environment [AzureCloud/AzureUSGovernment/AzureChinaCloud]. For create/update, cloud is inferred from jwks_uri. | [optional] |
8
9
  | **bound_group_ids** | **Array<String>** | The list of group ids that login is restricted to. | [optional] |
9
10
  | **bound_resource_groups** | **Array<String>** | The list of resource groups that login is restricted to. | [optional] |
10
11
  | **bound_resource_ids** | **Array<String>** | The list of full resource ids that the login is restricted to. | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
 
26
27
  instance = Akeyless::AzureADAccessRules.new(
27
28
  ad_endpoint: null,
29
+ azure_cloud: null,
28
30
  bound_group_ids: null,
29
31
  bound_resource_groups: null,
30
32
  bound_resource_ids: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **azure_client_id** | **String** | | [optional] |
8
8
  | **azure_client_secret** | **String** | | [optional] |
9
+ | **azure_cloud** | **String** | | [optional] |
9
10
  | **azure_resource_group_name** | **String** | | [optional] |
10
11
  | **azure_resource_name** | **String** | | [optional] |
11
12
  | **azure_subscription_id** | **String** | | [optional] |
@@ -24,6 +25,7 @@ require 'akeyless'
24
25
  instance = Akeyless::AzureTargetDetails.new(
25
26
  azure_client_id: null,
26
27
  azure_client_secret: null,
28
+ azure_cloud: null,
27
29
  azure_resource_group_name: null,
28
30
  azure_resource_name: null,
29
31
  azure_subscription_id: null,
@@ -12,6 +12,7 @@
12
12
  | **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
13
13
  | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
14
14
  | **certificate** | **String** | Base64 encdoed PEM certificate | [optional] |
15
+ | **require_crl_dp** | **Boolean** | RequireCrlDp indicates whether CRL distribution points are required on the leaf client certificate, and whether CRL validation must be enforced during authentication. | [optional] |
15
16
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
16
17
  | **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
17
18
 
@@ -29,6 +30,7 @@ instance = Akeyless::CertAccessRules.new(
29
30
  bound_organizational_units: null,
30
31
  bound_uri_sans: null,
31
32
  certificate: null,
33
+ require_crl_dp: null,
32
34
  revoked_cert_ids: null,
33
35
  unique_identifier: null
34
36
  )
@@ -15,6 +15,7 @@
15
15
  | **certificate_pem** | **String** | | [optional] |
16
16
  | **certificate_status** | **String** | | [optional] |
17
17
  | **common_name** | **String** | | [optional] |
18
+ | **csr_pem** | **String** | CSRPEM contains the PEM-encoded CSR for pending certificates (HTTP-01 challenge) | [optional] |
18
19
  | **error_message** | **String** | | [optional] |
19
20
  | **expiration_date** | **Time** | | [optional] |
20
21
  | **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
@@ -40,6 +41,7 @@ instance = Akeyless::CertificateChainInfo.new(
40
41
  certificate_pem: null,
41
42
  certificate_status: null,
42
43
  common_name: null,
44
+ csr_pem: null,
43
45
  error_message: null,
44
46
  expiration_date: null,
45
47
  expiration_events: null,
data/docs/Configure.md CHANGED
@@ -11,6 +11,7 @@
11
11
  | **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
12
12
  | **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
13
13
  | **azure_ad_object_id** | **String** | Azure Active Directory ObjectId (relevant only for access-type=azure_ad) | [optional] |
14
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
14
15
  | **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert in Curl Context) | [optional] |
15
16
  | **cert_issuer_name** | **String** | Certificate Issuer Name | [optional] |
16
17
  | **cert_username** | **String** | The username to sign in the SSH certificate (use a comma-separated list for more than one username) | [optional] |
@@ -42,6 +43,7 @@ instance = Akeyless::Configure.new(
42
43
  admin_email: null,
43
44
  admin_password: null,
44
45
  azure_ad_object_id: null,
46
+ azure_cloud: null,
45
47
  cert_data: null,
46
48
  cert_issuer_name: null,
47
49
  cert_username: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::ConjurMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **general** | [**MigrationGeneral**](MigrationGeneral.md) | | [optional] |
8
+ | **payload** | [**ConjurPayload**](ConjurPayload.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::ConjurMigration.new(
16
+ general: null,
17
+ payload: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,24 @@
1
+ # Akeyless::ConjurPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **conjur_account** | **String** | | [optional] |
8
+ | **conjur_api_key** | **String** | | [optional] |
9
+ | **conjur_url** | **String** | | [optional] |
10
+ | **conjur_username** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::ConjurPayload.new(
18
+ conjur_account: null,
19
+ conjur_api_key: null,
20
+ conjur_url: null,
21
+ conjur_username: null
22
+ )
23
+ ```
24
+
@@ -25,6 +25,7 @@
25
25
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
26
26
  | **name** | **String** | Auth Method name | |
27
27
  | **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
28
+ | **require_crl_dp** | **Boolean** | Require certificate CRL distribution points (CDP) and enforce CRL validation during authentication. | [optional] |
28
29
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
29
30
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
31
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -57,6 +58,7 @@ instance = Akeyless::CreateAuthMethodCert.new(
57
58
  jwt_ttl: null,
58
59
  name: null,
59
60
  product_type: null,
61
+ require_crl_dp: null,
60
62
  revoked_cert_ids: null,
61
63
  token: null,
62
64
  uid_token: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **azure_cloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud'] |
7
8
  | **client_id** | **String** | Azure client/application id | [optional] |
8
9
  | **client_secret** | **String** | Azure client secret | [optional] |
9
10
  | **comment** | **String** | Deprecated - use description | [optional] |
@@ -27,6 +28,7 @@
27
28
  require 'akeyless'
28
29
 
29
30
  instance = Akeyless::CreateAzureTarget.new(
31
+ azure_cloud: null,
30
32
  client_id: null,
31
33
  client_secret: null,
32
34
  comment: null,
data/docs/CreateUSC.md CHANGED
@@ -7,12 +7,17 @@
7
7
  | **azure_kv_name** | **String** | Azure Key Vault name (Relevant only for Azure targets) | [optional] |
8
8
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
9
  | **description** | **String** | Description of the Universal Secrets Connector | [optional] |
10
+ | **environment_names** | **String** | The environments in repo-name/environment-name format, comma-separated (only relevant for: github-scope=repository-environment) | [optional] |
10
11
  | **gcp_project_id** | **String** | GCP Project ID (Relevant only for GCP targets) | [optional] |
11
12
  | **gcp_sm_regions** | **String** | GCP Secret Manager regions to query for regional secrets (comma-separated, e.g., us-east1,us-west1). Max 12 regions. Required when listing with object-type=regional-secrets. | [optional] |
13
+ | **github_scope** | **String** | The scope where secrets will be created, available options: [repository, organization, repository-environment] | [optional][default to 'repository'] |
12
14
  | **item_custom_fields** | **Hash<String, String>** | Additional custom fields to associate with the item | [optional] |
13
15
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
16
  | **k8s_namespace** | **String** | K8s namespace (Relevant to Kubernetes targets) | [optional] |
15
17
  | **name** | **String** | Universal Secrets Connector name | |
18
+ | **organization_name** | **String** | The organization name to create the secret in (only relevant for: github-scope=organization) | [optional] |
19
+ | **repository_access** | **String** | | [optional][default to 'public'] |
20
+ | **repository_names** | **String** | The repository names, comma-separated (only relevant for: github-scope=repository) | [optional] |
16
21
  | **tags** | **Array<String>** | List of the tags attached to this Universal Secrets Connector | [optional] |
17
22
  | **target_to_associate** | **String** | Target Universal Secrets Connector to connect | |
18
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -29,12 +34,17 @@ instance = Akeyless::CreateUSC.new(
29
34
  azure_kv_name: null,
30
35
  delete_protection: null,
31
36
  description: null,
37
+ environment_names: null,
32
38
  gcp_project_id: null,
33
39
  gcp_sm_regions: null,
40
+ github_scope: null,
34
41
  item_custom_fields: null,
35
42
  json: null,
36
43
  k8s_namespace: null,
37
44
  name: null,
45
+ organization_name: null,
46
+ repository_access: null,
47
+ repository_names: null,
38
48
  tags: null,
39
49
  target_to_associate: null,
40
50
  token: null,
@@ -36,6 +36,7 @@
36
36
  | **azure_app_object_id** | **String** | | [optional] |
37
37
  | **azure_client_id** | **String** | | [optional] |
38
38
  | **azure_client_secret** | **String** | | [optional] |
39
+ | **azure_cloud** | **String** | | [optional] |
39
40
  | **azure_fixed_user_name_sub_claim_key** | **String** | | [optional] |
40
41
  | **azure_fixed_user_only** | **Boolean** | | [optional] |
41
42
  | **azure_resource_group_name** | **String** | | [optional] |
@@ -307,6 +308,7 @@ instance = Akeyless::DSProducerDetails.new(
307
308
  azure_app_object_id: null,
308
309
  azure_client_id: null,
309
310
  azure_client_secret: null,
311
+ azure_cloud: null,
310
312
  azure_fixed_user_name_sub_claim_key: null,
311
313
  azure_fixed_user_only: null,
312
314
  azure_resource_group_name: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::DefaultAuthMethodSettings
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **default_access_id** | **String** | | [optional] |
8
+ | **default_auth_method_type** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::DefaultAuthMethodSettings.new(
16
+ default_access_id: null,
17
+ default_auth_method_type: null
18
+ )
19
+ ```
20
+
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