akeyless 5.0.28 → 5.0.31

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 (176) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +54 -1
  3. data/docs/AccountGeneralSettings.md +4 -0
  4. data/docs/AerospikeTargetDetails.md +82 -0
  5. data/docs/AnthropicTargetDetails.md +20 -0
  6. data/docs/AuthMethod.md +3 -1
  7. data/docs/AuthMethodAccessInfo.md +2 -0
  8. data/docs/AuthMethodCreateSAML.md +3 -1
  9. data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
  10. data/docs/AuthMethodUpdateSAML.md +3 -1
  11. data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
  12. data/docs/BedrockTargetDetails.md +20 -0
  13. data/docs/CertificateDiscovery.md +2 -0
  14. data/docs/CertificatePayload.md +2 -0
  15. data/docs/CreateAuthMethodSAML.md +3 -1
  16. data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
  17. data/docs/CreateDBTarget.md +2 -0
  18. data/docs/CreateMcpSecretBearerToken.md +46 -0
  19. data/docs/CreateMcpSecretOAuthAuthCode.md +56 -0
  20. data/docs/CreateMcpSecretOAuthClientCreds.md +52 -0
  21. data/docs/CreatePKICertIssuer.md +1 -1
  22. data/docs/CustomDnsTargetDetails.md +20 -0
  23. data/docs/DSProducerDetails.md +2 -0
  24. data/docs/DbTargetDetails.md +2 -0
  25. data/docs/DecryptGPG.md +3 -1
  26. data/docs/EmailCustomization.md +28 -0
  27. data/docs/EmailCustomizationAccountInformation.md +24 -0
  28. data/docs/EmailCustomizationAccountInformationValues.md +24 -0
  29. data/docs/EncryptGPG.md +3 -1
  30. data/docs/EsmGetSecretOutput.md +4 -0
  31. data/docs/FileDownloadInstructions.md +20 -0
  32. data/docs/FileInfo.md +50 -0
  33. data/docs/GatewayCreateMigration.md +4 -0
  34. data/docs/GatewayUpdateMigration.md +4 -0
  35. data/docs/GetKubeExecCreds.md +1 -1
  36. data/docs/GetPKICertificate.md +1 -1
  37. data/docs/GrokTargetDetails.md +22 -0
  38. data/docs/HashiPayload.md +2 -0
  39. data/docs/Item.md +2 -0
  40. data/docs/KeycloakTargetDetails.md +24 -0
  41. data/docs/OktaTargetDetails.md +20 -0
  42. data/docs/RuntimeAuthorityCommand.md +4 -0
  43. data/docs/SAMLAccessRules.md +3 -1
  44. data/docs/StaticSecretDetailsInfo.md +2 -0
  45. data/docs/TargetCreateAerospike.md +64 -0
  46. data/docs/TargetCreateAnthropic.md +36 -0
  47. data/docs/TargetCreateBedrock.md +36 -0
  48. data/docs/TargetCreateCustomDns.md +36 -0
  49. data/docs/TargetCreateDB.md +2 -0
  50. data/docs/TargetCreateGrok.md +38 -0
  51. data/docs/TargetCreateKeycloak.md +40 -0
  52. data/docs/TargetCreateOkta.md +36 -0
  53. data/docs/TargetTypeDetailsInput.md +14 -0
  54. data/docs/TargetUpdateAerospike.md +70 -0
  55. data/docs/TargetUpdateAnthropic.md +42 -0
  56. data/docs/TargetUpdateBedrock.md +42 -0
  57. data/docs/TargetUpdateCustomDns.md +40 -0
  58. data/docs/TargetUpdateDB.md +2 -0
  59. data/docs/TargetUpdateGrok.md +44 -0
  60. data/docs/TargetUpdateKeycloak.md +44 -0
  61. data/docs/TargetUpdateOkta.md +40 -0
  62. data/docs/UidExpirationEvent.md +18 -0
  63. data/docs/UpdateAuthMethodSAML.md +3 -1
  64. data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
  65. data/docs/UpdateDBTarget.md +2 -0
  66. data/docs/UpdateMcpSecretBearerToken.md +40 -0
  67. data/docs/UpdateMcpSecretOAuthAuthCode.md +50 -0
  68. data/docs/UpdateMcpSecretOAuthClientCreds.md +46 -0
  69. data/docs/UpdatePKICertIssuer.md +1 -1
  70. data/docs/UscGetSecretOutput.md +4 -0
  71. data/docs/V2Api.md +1260 -0
  72. data/lib/akeyless/api/v2_api.rb +1410 -130
  73. data/lib/akeyless/models/account_general_settings.rb +20 -1
  74. data/lib/akeyless/models/aerospike_target_details.rb +512 -0
  75. data/lib/akeyless/models/anthropic_target_details.rb +224 -0
  76. data/lib/akeyless/models/auth_method.rb +15 -4
  77. data/lib/akeyless/models/auth_method_access_info.rb +13 -1
  78. data/lib/akeyless/models/auth_method_create_saml.rb +14 -4
  79. data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
  80. data/lib/akeyless/models/auth_method_update_saml.rb +14 -4
  81. data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
  82. data/lib/akeyless/models/bedrock_target_details.rb +224 -0
  83. data/lib/akeyless/models/certificate_discovery.rb +11 -1
  84. data/lib/akeyless/models/certificate_payload.rb +12 -1
  85. data/lib/akeyless/models/create_auth_method_saml.rb +14 -4
  86. data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
  87. data/lib/akeyless/models/create_db_target.rb +11 -1
  88. data/lib/akeyless/models/create_mcp_secret_bearer_token.rb +371 -0
  89. data/lib/akeyless/models/create_mcp_secret_o_auth_auth_code.rb +423 -0
  90. data/lib/akeyless/models/create_mcp_secret_o_auth_client_creds.rb +403 -0
  91. data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
  92. data/lib/akeyless/models/custom_dns_target_details.rb +225 -0
  93. data/lib/akeyless/models/db_target_details.rb +11 -1
  94. data/lib/akeyless/models/decrypt_gpg.rb +14 -4
  95. data/lib/akeyless/models/ds_producer_details.rb +11 -1
  96. data/lib/akeyless/models/email_customization.rb +259 -0
  97. data/lib/akeyless/models/email_customization_account_information.rb +242 -0
  98. data/lib/akeyless/models/email_customization_account_information_values.rb +241 -0
  99. data/lib/akeyless/models/encrypt_gpg.rb +14 -4
  100. data/lib/akeyless/models/esm_get_secret_output.rb +19 -1
  101. data/lib/akeyless/models/file_download_instructions.rb +223 -0
  102. data/lib/akeyless/models/file_info.rb +358 -0
  103. data/lib/akeyless/models/gateway_create_migration.rb +21 -1
  104. data/lib/akeyless/models/gateway_update_migration.rb +21 -1
  105. data/lib/akeyless/models/get_kube_exec_creds.rb +1 -1
  106. data/lib/akeyless/models/get_pki_certificate.rb +1 -1
  107. data/lib/akeyless/models/grok_target_details.rb +234 -0
  108. data/lib/akeyless/models/hashi_payload.rb +10 -1
  109. data/lib/akeyless/models/item.rb +10 -1
  110. data/lib/akeyless/models/keycloak_target_details.rb +242 -0
  111. data/lib/akeyless/models/okta_target_details.rb +224 -0
  112. data/lib/akeyless/models/runtime_authority_command.rb +21 -1
  113. data/lib/akeyless/models/saml_access_rules.rb +14 -4
  114. data/lib/akeyless/models/static_secret_details_info.rb +10 -1
  115. data/lib/akeyless/models/target_create_aerospike.rb +454 -0
  116. data/lib/akeyless/models/target_create_anthropic.rb +317 -0
  117. data/lib/akeyless/models/target_create_bedrock.rb +317 -0
  118. data/lib/akeyless/models/target_create_custom_dns.rb +330 -0
  119. data/lib/akeyless/models/target_create_db.rb +11 -1
  120. data/lib/akeyless/models/target_create_grok.rb +327 -0
  121. data/lib/akeyless/models/target_create_keycloak.rb +334 -0
  122. data/lib/akeyless/models/target_create_okta.rb +314 -0
  123. data/lib/akeyless/models/target_type_details_input.rb +64 -1
  124. data/lib/akeyless/models/target_update_aerospike.rb +488 -0
  125. data/lib/akeyless/models/target_update_anthropic.rb +351 -0
  126. data/lib/akeyless/models/target_update_bedrock.rb +351 -0
  127. data/lib/akeyless/models/target_update_custom_dns.rb +350 -0
  128. data/lib/akeyless/models/target_update_db.rb +11 -1
  129. data/lib/akeyless/models/target_update_grok.rb +361 -0
  130. data/lib/akeyless/models/target_update_keycloak.rb +354 -0
  131. data/lib/akeyless/models/target_update_okta.rb +334 -0
  132. data/lib/akeyless/models/uid_expiration_event.rb +214 -0
  133. data/lib/akeyless/models/update_auth_method_saml.rb +14 -4
  134. data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
  135. data/lib/akeyless/models/update_db_target.rb +11 -1
  136. data/lib/akeyless/models/update_mcp_secret_bearer_token.rb +338 -0
  137. data/lib/akeyless/models/update_mcp_secret_o_auth_auth_code.rb +390 -0
  138. data/lib/akeyless/models/update_mcp_secret_o_auth_client_creds.rb +370 -0
  139. data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
  140. data/lib/akeyless/models/usc_get_secret_output.rb +19 -1
  141. data/lib/akeyless/version.rb +1 -1
  142. data/lib/akeyless.rb +33 -0
  143. data/spec/models/aerospike_target_details_spec.rb +228 -0
  144. data/spec/models/anthropic_target_details_spec.rb +42 -0
  145. data/spec/models/bedrock_target_details_spec.rb +42 -0
  146. data/spec/models/create_mcp_secret_bearer_token_spec.rb +120 -0
  147. data/spec/models/create_mcp_secret_o_auth_auth_code_spec.rb +150 -0
  148. data/spec/models/create_mcp_secret_o_auth_client_creds_spec.rb +138 -0
  149. data/spec/models/custom_dns_target_details_spec.rb +42 -0
  150. data/spec/models/email_customization_account_information_spec.rb +54 -0
  151. data/spec/models/email_customization_account_information_values_spec.rb +54 -0
  152. data/spec/models/email_customization_spec.rb +66 -0
  153. data/spec/models/file_download_instructions_spec.rb +42 -0
  154. data/spec/models/file_info_spec.rb +132 -0
  155. data/spec/models/grok_target_details_spec.rb +48 -0
  156. data/spec/models/keycloak_target_details_spec.rb +54 -0
  157. data/spec/models/okta_target_details_spec.rb +42 -0
  158. data/spec/models/target_create_aerospike_spec.rb +174 -0
  159. data/spec/models/target_create_anthropic_spec.rb +90 -0
  160. data/spec/models/target_create_bedrock_spec.rb +90 -0
  161. data/spec/models/target_create_custom_dns_spec.rb +90 -0
  162. data/spec/models/target_create_grok_spec.rb +96 -0
  163. data/spec/models/target_create_keycloak_spec.rb +102 -0
  164. data/spec/models/target_create_okta_spec.rb +90 -0
  165. data/spec/models/target_update_aerospike_spec.rb +192 -0
  166. data/spec/models/target_update_anthropic_spec.rb +108 -0
  167. data/spec/models/target_update_bedrock_spec.rb +108 -0
  168. data/spec/models/target_update_custom_dns_spec.rb +102 -0
  169. data/spec/models/target_update_grok_spec.rb +114 -0
  170. data/spec/models/target_update_keycloak_spec.rb +114 -0
  171. data/spec/models/target_update_okta_spec.rb +102 -0
  172. data/spec/models/uid_expiration_event_spec.rb +36 -0
  173. data/spec/models/update_mcp_secret_bearer_token_spec.rb +102 -0
  174. data/spec/models/update_mcp_secret_o_auth_auth_code_spec.rb +132 -0
  175. data/spec/models/update_mcp_secret_o_auth_client_creds_spec.rb +120 -0
  176. metadata +1314 -1182
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 379eefa0b747e85041f472d3baf95b22a626c92780ff4df5c95e845e5b8011c3
4
- data.tar.gz: 55a334600b6b2ce309dc085928aa2aaa33d41d13346f5e8e11a5bdc2b8bfb4b8
3
+ metadata.gz: bb2d34097da2d26badcfbdc760ac3b4a6b2ea568918f865c032a08397e8d8c38
4
+ data.tar.gz: 598ab78f2f0b596c0eb70814e130bd68b518ecf84b5382c3d4a625b6478337cb
5
5
  SHA512:
6
- metadata.gz: becc1985745e13e9379d68a4888aaaf6671a4b47eb7816c8b0838b84b227fcf9a2e17c1a983307ca1f02865d522d53cd32b0850e31e489c090c260b7b6262b10
7
- data.tar.gz: bd110e3a9060dfe52ac875fba454665f64bb8dfbfd386d2fdd89ec3fcb21e91c42f7f3b8d83bb952b3f499fc4f301b1cc041189283c1234104b947fd1d575889
6
+ metadata.gz: 7381ca2a7eb1719c26ec16cea8d0b28c02e62f36e2f080d5c638af659b6cc8f1829adfb1b6f0a2031e6c9c3c7c741335647f1cd0677587c9ad5c2d0a2e887730
7
+ data.tar.gz: e6ebbbd805ae5dadf11e402cd978b90e578419c064f9a046ba7ab850a6f73ca6ed4c675e72edd437f181d20905f620c13577f2c8b403acae53252545f3e80f89
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.28
10
+ - Package version: 5.0.31
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)
@@ -142,6 +142,9 @@ Class | Method | HTTP request | Description
142
142
  *Akeyless::V2Api* | [**create_hashi_vault_target**](docs/V2Api.md#create_hashi_vault_target) | **POST** /create-hashi-vault-target |
143
143
  *Akeyless::V2Api* | [**create_key**](docs/V2Api.md#create_key) | **POST** /create-key |
144
144
  *Akeyless::V2Api* | [**create_linked_target**](docs/V2Api.md#create_linked_target) | **POST** /create-linked-target |
145
+ *Akeyless::V2Api* | [**create_mcp_secret_bearer_token**](docs/V2Api.md#create_mcp_secret_bearer_token) | **POST** /create-mcp-secret-bearer-token |
146
+ *Akeyless::V2Api* | [**create_mcp_secret_o_auth_auth_code**](docs/V2Api.md#create_mcp_secret_o_auth_auth_code) | **POST** /create-mcp-secret-oauth-authorization-code |
147
+ *Akeyless::V2Api* | [**create_mcp_secret_o_auth_client_creds**](docs/V2Api.md#create_mcp_secret_o_auth_client_creds) | **POST** /create-mcp-secret-oauth-client-credentials |
145
148
  *Akeyless::V2Api* | [**create_native_k8_s_target**](docs/V2Api.md#create_native_k8_s_target) | **POST** /create-k8s-target |
146
149
  *Akeyless::V2Api* | [**create_oidc_app**](docs/V2Api.md#create_oidc_app) | **POST** /create-oidc-app |
147
150
  *Akeyless::V2Api* | [**create_passkey**](docs/V2Api.md#create_passkey) | **POST** /create-passkey |
@@ -530,10 +533,14 @@ Class | Method | HTTP request | Description
530
533
  *Akeyless::V2Api* | [**static_creds_auth**](docs/V2Api.md#static_creds_auth) | **POST** /static-creds-auth |
531
534
  *Akeyless::V2Api* | [**static_secret_delete_sync**](docs/V2Api.md#static_secret_delete_sync) | **POST** /static-secret-delete-sync |
532
535
  *Akeyless::V2Api* | [**static_secret_sync**](docs/V2Api.md#static_secret_sync) | **POST** /static-secret-sync |
536
+ *Akeyless::V2Api* | [**target_create_aerospike**](docs/V2Api.md#target_create_aerospike) | **POST** /target-create-aerospike |
537
+ *Akeyless::V2Api* | [**target_create_anthropic**](docs/V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic |
533
538
  *Akeyless::V2Api* | [**target_create_artifactory**](docs/V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory |
534
539
  *Akeyless::V2Api* | [**target_create_aws**](docs/V2Api.md#target_create_aws) | **POST** /target-create-aws |
535
540
  *Akeyless::V2Api* | [**target_create_azure**](docs/V2Api.md#target_create_azure) | **POST** /target-create-azure |
541
+ *Akeyless::V2Api* | [**target_create_bedrock**](docs/V2Api.md#target_create_bedrock) | **POST** /target-create-bedrock |
536
542
  *Akeyless::V2Api* | [**target_create_cloudflare**](docs/V2Api.md#target_create_cloudflare) | **POST** /target-create-cloudflare |
543
+ *Akeyless::V2Api* | [**target_create_custom_dns**](docs/V2Api.md#target_create_custom_dns) | **POST** /target-create-custom-dns |
537
544
  *Akeyless::V2Api* | [**target_create_db**](docs/V2Api.md#target_create_db) | **POST** /target-create-db |
538
545
  *Akeyless::V2Api* | [**target_create_digi_cert**](docs/V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert |
539
546
  *Akeyless::V2Api* | [**target_create_dockerhub**](docs/V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub |
@@ -547,11 +554,14 @@ Class | Method | HTTP request | Description
547
554
  *Akeyless::V2Api* | [**target_create_global_sign_atlas**](docs/V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas |
548
555
  *Akeyless::V2Api* | [**target_create_godaddy**](docs/V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy |
549
556
  *Akeyless::V2Api* | [**target_create_google_trust**](docs/V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust |
557
+ *Akeyless::V2Api* | [**target_create_grok**](docs/V2Api.md#target_create_grok) | **POST** /target-create-grok |
550
558
  *Akeyless::V2Api* | [**target_create_hashi_vault**](docs/V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault |
551
559
  *Akeyless::V2Api* | [**target_create_k8s**](docs/V2Api.md#target_create_k8s) | **POST** /target-create-k8s |
560
+ *Akeyless::V2Api* | [**target_create_keycloak**](docs/V2Api.md#target_create_keycloak) | **POST** /target-create-keycloak |
552
561
  *Akeyless::V2Api* | [**target_create_ldap**](docs/V2Api.md#target_create_ldap) | **POST** /target-create-ldap |
553
562
  *Akeyless::V2Api* | [**target_create_lets_encrypt**](docs/V2Api.md#target_create_lets_encrypt) | **POST** /target-create-lets-encrypt |
554
563
  *Akeyless::V2Api* | [**target_create_linked**](docs/V2Api.md#target_create_linked) | **POST** /target-create-linked |
564
+ *Akeyless::V2Api* | [**target_create_okta**](docs/V2Api.md#target_create_okta) | **POST** /target-create-okta |
555
565
  *Akeyless::V2Api* | [**target_create_open_ai**](docs/V2Api.md#target_create_open_ai) | **POST** /target-create-openai |
556
566
  *Akeyless::V2Api* | [**target_create_ping**](docs/V2Api.md#target_create_ping) | **POST** /target-create-ping |
557
567
  *Akeyless::V2Api* | [**target_create_rabbit_mq**](docs/V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq |
@@ -566,10 +576,14 @@ Class | Method | HTTP request | Description
566
576
  *Akeyless::V2Api* | [**target_get**](docs/V2Api.md#target_get) | **POST** /target-get |
567
577
  *Akeyless::V2Api* | [**target_get_details**](docs/V2Api.md#target_get_details) | **POST** /target-get-details |
568
578
  *Akeyless::V2Api* | [**target_list**](docs/V2Api.md#target_list) | **POST** /target-list |
579
+ *Akeyless::V2Api* | [**target_update_aerospike**](docs/V2Api.md#target_update_aerospike) | **POST** /target-update-aerospike |
580
+ *Akeyless::V2Api* | [**target_update_anthropic**](docs/V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic |
569
581
  *Akeyless::V2Api* | [**target_update_artifactory**](docs/V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory |
570
582
  *Akeyless::V2Api* | [**target_update_aws**](docs/V2Api.md#target_update_aws) | **POST** /target-update-aws |
571
583
  *Akeyless::V2Api* | [**target_update_azure**](docs/V2Api.md#target_update_azure) | **POST** /target-update-azure |
584
+ *Akeyless::V2Api* | [**target_update_bedrock**](docs/V2Api.md#target_update_bedrock) | **POST** /target-update-bedrock |
572
585
  *Akeyless::V2Api* | [**target_update_cloudflare**](docs/V2Api.md#target_update_cloudflare) | **POST** /target-update-cloudflare |
586
+ *Akeyless::V2Api* | [**target_update_custom_dns**](docs/V2Api.md#target_update_custom_dns) | **POST** /target-update-custom-dns |
573
587
  *Akeyless::V2Api* | [**target_update_db**](docs/V2Api.md#target_update_db) | **POST** /target-update-db |
574
588
  *Akeyless::V2Api* | [**target_update_digi_cert**](docs/V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert |
575
589
  *Akeyless::V2Api* | [**target_update_dockerhub**](docs/V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub |
@@ -583,11 +597,14 @@ Class | Method | HTTP request | Description
583
597
  *Akeyless::V2Api* | [**target_update_global_sign_atlas**](docs/V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas |
584
598
  *Akeyless::V2Api* | [**target_update_godaddy**](docs/V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy |
585
599
  *Akeyless::V2Api* | [**target_update_google_trust**](docs/V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust |
600
+ *Akeyless::V2Api* | [**target_update_grok**](docs/V2Api.md#target_update_grok) | **POST** /target-update-grok |
586
601
  *Akeyless::V2Api* | [**target_update_hashi_vault**](docs/V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault |
587
602
  *Akeyless::V2Api* | [**target_update_k8s**](docs/V2Api.md#target_update_k8s) | **POST** /target-update-k8s |
603
+ *Akeyless::V2Api* | [**target_update_keycloak**](docs/V2Api.md#target_update_keycloak) | **POST** /target-update-keycloak |
588
604
  *Akeyless::V2Api* | [**target_update_ldap**](docs/V2Api.md#target_update_ldap) | **POST** /target-update-ldap |
589
605
  *Akeyless::V2Api* | [**target_update_lets_encrypt**](docs/V2Api.md#target_update_lets_encrypt) | **POST** /target-update-lets-encrypt |
590
606
  *Akeyless::V2Api* | [**target_update_linked**](docs/V2Api.md#target_update_linked) | **POST** /target-update-linked |
607
+ *Akeyless::V2Api* | [**target_update_okta**](docs/V2Api.md#target_update_okta) | **POST** /target-update-okta |
591
608
  *Akeyless::V2Api* | [**target_update_open_ai**](docs/V2Api.md#target_update_open_ai) | **POST** /target-update-openai |
592
609
  *Akeyless::V2Api* | [**target_update_ping**](docs/V2Api.md#target_update_ping) | **POST** /target-update-ping |
593
610
  *Akeyless::V2Api* | [**target_update_rabbit_mq**](docs/V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq |
@@ -645,6 +662,9 @@ Class | Method | HTTP request | Description
645
662
  *Akeyless::V2Api* | [**update_ldap_target**](docs/V2Api.md#update_ldap_target) | **POST** /update-ldap-target |
646
663
  *Akeyless::V2Api* | [**update_ldap_target_details**](docs/V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details |
647
664
  *Akeyless::V2Api* | [**update_linked_target**](docs/V2Api.md#update_linked_target) | **POST** /update-linked-target |
665
+ *Akeyless::V2Api* | [**update_mcp_secret_bearer_token**](docs/V2Api.md#update_mcp_secret_bearer_token) | **POST** /update-mcp-secret-bearer-token |
666
+ *Akeyless::V2Api* | [**update_mcp_secret_o_auth_auth_code**](docs/V2Api.md#update_mcp_secret_o_auth_auth_code) | **POST** /update-mcp-secret-oauth-authorization-code |
667
+ *Akeyless::V2Api* | [**update_mcp_secret_o_auth_client_creds**](docs/V2Api.md#update_mcp_secret_o_auth_client_creds) | **POST** /update-mcp-secret-oauth-client-credentials |
648
668
  *Akeyless::V2Api* | [**update_native_k8_s_target**](docs/V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target |
649
669
  *Akeyless::V2Api* | [**update_oidc_app**](docs/V2Api.md#update_oidc_app) | **POST** /update-oidc-app |
650
670
  *Akeyless::V2Api* | [**update_ping_target**](docs/V2Api.md#update_ping_target) | **POST** /update-ping-target |
@@ -709,6 +729,7 @@ Class | Method | HTTP request | Description
709
729
  - [Akeyless::ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
710
730
  - [Akeyless::AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
711
731
  - [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
732
+ - [Akeyless::AerospikeTargetDetails](docs/AerospikeTargetDetails.md)
712
733
  - [Akeyless::AgenticRule](docs/AgenticRule.md)
713
734
  - [Akeyless::AgenticRules](docs/AgenticRules.md)
714
735
  - [Akeyless::AiInsightsConfigPart](docs/AiInsightsConfigPart.md)
@@ -721,6 +742,7 @@ Class | Method | HTTP request | Description
721
742
  - [Akeyless::AllowedAccessOld](docs/AllowedAccessOld.md)
722
743
  - [Akeyless::AllowedClientType](docs/AllowedClientType.md)
723
744
  - [Akeyless::AllowedIpSettings](docs/AllowedIpSettings.md)
745
+ - [Akeyless::AnthropicTargetDetails](docs/AnthropicTargetDetails.md)
724
746
  - [Akeyless::ArtifactoryTargetDetails](docs/ArtifactoryTargetDetails.md)
725
747
  - [Akeyless::AssocRoleAuthMethod](docs/AssocRoleAuthMethod.md)
726
748
  - [Akeyless::AssocTargetItem](docs/AssocTargetItem.md)
@@ -782,6 +804,7 @@ Class | Method | HTTP request | Description
782
804
  - [Akeyless::BatchEncryptionResponseLine](docs/BatchEncryptionResponseLine.md)
783
805
  - [Akeyless::BatchTokenizationRequestLine](docs/BatchTokenizationRequestLine.md)
784
806
  - [Akeyless::BatchTokenizationResponseLine](docs/BatchTokenizationResponseLine.md)
807
+ - [Akeyless::BedrockTargetDetails](docs/BedrockTargetDetails.md)
785
808
  - [Akeyless::CFConfigPart](docs/CFConfigPart.md)
786
809
  - [Akeyless::CaCertificatesConfigPart](docs/CaCertificatesConfigPart.md)
787
810
  - [Akeyless::CacheConfigPart](docs/CacheConfigPart.md)
@@ -893,6 +916,9 @@ Class | Method | HTTP request | Description
893
916
  - [Akeyless::CreateLdapTargetOutput](docs/CreateLdapTargetOutput.md)
894
917
  - [Akeyless::CreateLinkedTarget](docs/CreateLinkedTarget.md)
895
918
  - [Akeyless::CreateLinkedTargetOutput](docs/CreateLinkedTargetOutput.md)
919
+ - [Akeyless::CreateMcpSecretBearerToken](docs/CreateMcpSecretBearerToken.md)
920
+ - [Akeyless::CreateMcpSecretOAuthAuthCode](docs/CreateMcpSecretOAuthAuthCode.md)
921
+ - [Akeyless::CreateMcpSecretOAuthClientCreds](docs/CreateMcpSecretOAuthClientCreds.md)
896
922
  - [Akeyless::CreateNativeK8STarget](docs/CreateNativeK8STarget.md)
897
923
  - [Akeyless::CreateNativeK8STargetOutput](docs/CreateNativeK8STargetOutput.md)
898
924
  - [Akeyless::CreateOidcApp](docs/CreateOidcApp.md)
@@ -930,6 +956,7 @@ Class | Method | HTTP request | Description
930
956
  - [Akeyless::CreateWindowsTargetOutput](docs/CreateWindowsTargetOutput.md)
931
957
  - [Akeyless::CreateZeroSSLTarget](docs/CreateZeroSSLTarget.md)
932
958
  - [Akeyless::CreateZeroSSLTargetOutput](docs/CreateZeroSSLTargetOutput.md)
959
+ - [Akeyless::CustomDnsTargetDetails](docs/CustomDnsTargetDetails.md)
933
960
  - [Akeyless::CustomTargetDetails](docs/CustomTargetDetails.md)
934
961
  - [Akeyless::CustomerFragmentConfig](docs/CustomerFragmentConfig.md)
935
962
  - [Akeyless::CustomerFragmentsConfigJson](docs/CustomerFragmentsConfigJson.md)
@@ -1058,6 +1085,9 @@ Class | Method | HTTP request | Description
1058
1085
  - [Akeyless::DynamicSecretUpdateVenafi](docs/DynamicSecretUpdateVenafi.md)
1059
1086
  - [Akeyless::EKSTargetDetails](docs/EKSTargetDetails.md)
1060
1087
  - [Akeyless::ElasticsearchLogForwardingConfig](docs/ElasticsearchLogForwardingConfig.md)
1088
+ - [Akeyless::EmailCustomization](docs/EmailCustomization.md)
1089
+ - [Akeyless::EmailCustomizationAccountInformation](docs/EmailCustomizationAccountInformation.md)
1090
+ - [Akeyless::EmailCustomizationAccountInformationValues](docs/EmailCustomizationAccountInformationValues.md)
1061
1091
  - [Akeyless::EmailEntry](docs/EmailEntry.md)
1062
1092
  - [Akeyless::EmailError](docs/EmailError.md)
1063
1093
  - [Akeyless::EmailPassAccessRules](docs/EmailPassAccessRules.md)
@@ -1100,6 +1130,8 @@ Class | Method | HTTP request | Description
1100
1130
  - [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
1101
1131
  - [Akeyless::Extension](docs/Extension.md)
1102
1132
  - [Akeyless::ExternalKMSKeyId](docs/ExternalKMSKeyId.md)
1133
+ - [Akeyless::FileDownloadInstructions](docs/FileDownloadInstructions.md)
1134
+ - [Akeyless::FileInfo](docs/FileInfo.md)
1103
1135
  - [Akeyless::FolderCreate](docs/FolderCreate.md)
1104
1136
  - [Akeyless::FolderCreateOutput](docs/FolderCreateOutput.md)
1105
1137
  - [Akeyless::FolderDelete](docs/FolderDelete.md)
@@ -1353,6 +1385,7 @@ Class | Method | HTTP request | Description
1353
1385
  - [Akeyless::GodaddyTargetDetails](docs/GodaddyTargetDetails.md)
1354
1386
  - [Akeyless::GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
1355
1387
  - [Akeyless::GoogleTrustTargetDetails](docs/GoogleTrustTargetDetails.md)
1388
+ - [Akeyless::GrokTargetDetails](docs/GrokTargetDetails.md)
1356
1389
  - [Akeyless::Group](docs/Group.md)
1357
1390
  - [Akeyless::GwClusterIdentity](docs/GwClusterIdentity.md)
1358
1391
  - [Akeyless::GwUpdateRemoteAccessSessionLogsAwsS3](docs/GwUpdateRemoteAccessSessionLogsAwsS3.md)
@@ -1401,6 +1434,7 @@ Class | Method | HTTP request | Description
1401
1434
  - [Akeyless::KerberosAccessRules](docs/KerberosAccessRules.md)
1402
1435
  - [Akeyless::KerberosAuthMethodInfo](docs/KerberosAuthMethodInfo.md)
1403
1436
  - [Akeyless::KerberosConfigPart](docs/KerberosConfigPart.md)
1437
+ - [Akeyless::KeycloakTargetDetails](docs/KeycloakTargetDetails.md)
1404
1438
  - [Akeyless::KmipClientDeleteRule](docs/KmipClientDeleteRule.md)
1405
1439
  - [Akeyless::KmipClientSetRule](docs/KmipClientSetRule.md)
1406
1440
  - [Akeyless::KmipClientUpdate](docs/KmipClientUpdate.md)
@@ -1491,6 +1525,7 @@ Class | Method | HTTP request | Description
1491
1525
  - [Akeyless::OIDCCustomClaim](docs/OIDCCustomClaim.md)
1492
1526
  - [Akeyless::ObjectVersionSettingsOutput](docs/ObjectVersionSettingsOutput.md)
1493
1527
  - [Akeyless::OidcClientInfo](docs/OidcClientInfo.md)
1528
+ - [Akeyless::OktaTargetDetails](docs/OktaTargetDetails.md)
1494
1529
  - [Akeyless::OnePasswordMigration](docs/OnePasswordMigration.md)
1495
1530
  - [Akeyless::OnePasswordPayload](docs/OnePasswordPayload.md)
1496
1531
  - [Akeyless::OpenAITargetDetails](docs/OpenAITargetDetails.md)
@@ -1659,10 +1694,14 @@ Class | Method | HTTP request | Description
1659
1694
  - [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
1660
1695
  - [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
1661
1696
  - [Akeyless::Target](docs/Target.md)
1697
+ - [Akeyless::TargetCreateAerospike](docs/TargetCreateAerospike.md)
1698
+ - [Akeyless::TargetCreateAnthropic](docs/TargetCreateAnthropic.md)
1662
1699
  - [Akeyless::TargetCreateArtifactory](docs/TargetCreateArtifactory.md)
1663
1700
  - [Akeyless::TargetCreateAws](docs/TargetCreateAws.md)
1664
1701
  - [Akeyless::TargetCreateAzure](docs/TargetCreateAzure.md)
1702
+ - [Akeyless::TargetCreateBedrock](docs/TargetCreateBedrock.md)
1665
1703
  - [Akeyless::TargetCreateCloudflare](docs/TargetCreateCloudflare.md)
1704
+ - [Akeyless::TargetCreateCustomDns](docs/TargetCreateCustomDns.md)
1666
1705
  - [Akeyless::TargetCreateDB](docs/TargetCreateDB.md)
1667
1706
  - [Akeyless::TargetCreateDigiCert](docs/TargetCreateDigiCert.md)
1668
1707
  - [Akeyless::TargetCreateDockerhub](docs/TargetCreateDockerhub.md)
@@ -1676,11 +1715,14 @@ Class | Method | HTTP request | Description
1676
1715
  - [Akeyless::TargetCreateGlobalSignAtlas](docs/TargetCreateGlobalSignAtlas.md)
1677
1716
  - [Akeyless::TargetCreateGodaddy](docs/TargetCreateGodaddy.md)
1678
1717
  - [Akeyless::TargetCreateGoogleTrust](docs/TargetCreateGoogleTrust.md)
1718
+ - [Akeyless::TargetCreateGrok](docs/TargetCreateGrok.md)
1679
1719
  - [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
1680
1720
  - [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
1721
+ - [Akeyless::TargetCreateKeycloak](docs/TargetCreateKeycloak.md)
1681
1722
  - [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
1682
1723
  - [Akeyless::TargetCreateLetsEncrypt](docs/TargetCreateLetsEncrypt.md)
1683
1724
  - [Akeyless::TargetCreateLinked](docs/TargetCreateLinked.md)
1725
+ - [Akeyless::TargetCreateOkta](docs/TargetCreateOkta.md)
1684
1726
  - [Akeyless::TargetCreateOpenAI](docs/TargetCreateOpenAI.md)
1685
1727
  - [Akeyless::TargetCreateOutput](docs/TargetCreateOutput.md)
1686
1728
  - [Akeyless::TargetCreatePing](docs/TargetCreatePing.md)
@@ -1701,10 +1743,14 @@ Class | Method | HTTP request | Description
1701
1743
  - [Akeyless::TargetList](docs/TargetList.md)
1702
1744
  - [Akeyless::TargetNameWithHosts](docs/TargetNameWithHosts.md)
1703
1745
  - [Akeyless::TargetTypeDetailsInput](docs/TargetTypeDetailsInput.md)
1746
+ - [Akeyless::TargetUpdateAerospike](docs/TargetUpdateAerospike.md)
1747
+ - [Akeyless::TargetUpdateAnthropic](docs/TargetUpdateAnthropic.md)
1704
1748
  - [Akeyless::TargetUpdateArtifactory](docs/TargetUpdateArtifactory.md)
1705
1749
  - [Akeyless::TargetUpdateAws](docs/TargetUpdateAws.md)
1706
1750
  - [Akeyless::TargetUpdateAzure](docs/TargetUpdateAzure.md)
1751
+ - [Akeyless::TargetUpdateBedrock](docs/TargetUpdateBedrock.md)
1707
1752
  - [Akeyless::TargetUpdateCloudflare](docs/TargetUpdateCloudflare.md)
1753
+ - [Akeyless::TargetUpdateCustomDns](docs/TargetUpdateCustomDns.md)
1708
1754
  - [Akeyless::TargetUpdateDB](docs/TargetUpdateDB.md)
1709
1755
  - [Akeyless::TargetUpdateDigiCert](docs/TargetUpdateDigiCert.md)
1710
1756
  - [Akeyless::TargetUpdateDockerhub](docs/TargetUpdateDockerhub.md)
@@ -1718,11 +1764,14 @@ Class | Method | HTTP request | Description
1718
1764
  - [Akeyless::TargetUpdateGlobalSignAtlas](docs/TargetUpdateGlobalSignAtlas.md)
1719
1765
  - [Akeyless::TargetUpdateGodaddy](docs/TargetUpdateGodaddy.md)
1720
1766
  - [Akeyless::TargetUpdateGoogleTrust](docs/TargetUpdateGoogleTrust.md)
1767
+ - [Akeyless::TargetUpdateGrok](docs/TargetUpdateGrok.md)
1721
1768
  - [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
1722
1769
  - [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
1770
+ - [Akeyless::TargetUpdateKeycloak](docs/TargetUpdateKeycloak.md)
1723
1771
  - [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
1724
1772
  - [Akeyless::TargetUpdateLetsEncrypt](docs/TargetUpdateLetsEncrypt.md)
1725
1773
  - [Akeyless::TargetUpdateLinked](docs/TargetUpdateLinked.md)
1774
+ - [Akeyless::TargetUpdateOkta](docs/TargetUpdateOkta.md)
1726
1775
  - [Akeyless::TargetUpdateOpenAI](docs/TargetUpdateOpenAI.md)
1727
1776
  - [Akeyless::TargetUpdateOutput](docs/TargetUpdateOutput.md)
1728
1777
  - [Akeyless::TargetUpdatePing](docs/TargetUpdatePing.md)
@@ -1741,6 +1790,7 @@ Class | Method | HTTP request | Description
1741
1790
  - [Akeyless::UIDTokenDetails](docs/UIDTokenDetails.md)
1742
1791
  - [Akeyless::UidCreateChildToken](docs/UidCreateChildToken.md)
1743
1792
  - [Akeyless::UidCreateChildTokenOutput](docs/UidCreateChildTokenOutput.md)
1793
+ - [Akeyless::UidExpirationEvent](docs/UidExpirationEvent.md)
1744
1794
  - [Akeyless::UidGenerateToken](docs/UidGenerateToken.md)
1745
1795
  - [Akeyless::UidGenerateTokenOutput](docs/UidGenerateTokenOutput.md)
1746
1796
  - [Akeyless::UidListChildren](docs/UidListChildren.md)
@@ -1816,6 +1866,9 @@ Class | Method | HTTP request | Description
1816
1866
  - [Akeyless::UpdateLdapTargetDetails](docs/UpdateLdapTargetDetails.md)
1817
1867
  - [Akeyless::UpdateLdapTargetOutput](docs/UpdateLdapTargetOutput.md)
1818
1868
  - [Akeyless::UpdateLinkedTarget](docs/UpdateLinkedTarget.md)
1869
+ - [Akeyless::UpdateMcpSecretBearerToken](docs/UpdateMcpSecretBearerToken.md)
1870
+ - [Akeyless::UpdateMcpSecretOAuthAuthCode](docs/UpdateMcpSecretOAuthAuthCode.md)
1871
+ - [Akeyless::UpdateMcpSecretOAuthClientCreds](docs/UpdateMcpSecretOAuthClientCreds.md)
1819
1872
  - [Akeyless::UpdateNativeK8STarget](docs/UpdateNativeK8STarget.md)
1820
1873
  - [Akeyless::UpdateNativeK8STargetOutput](docs/UpdateNativeK8STargetOutput.md)
1821
1874
  - [Akeyless::UpdateOidcApp](docs/UpdateOidcApp.md)
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **account_default_key_item_id** | **Integer** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional] |
8
8
  | **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
9
+ | **account_file_bytes_used** | **Integer** | AccountFileBytesUsed tracks active + pending file-item plain bytes for quota enforcement. | [optional] |
9
10
  | **ai_insights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional] |
10
11
  | **allow_auto_fill** | **Boolean** | | [optional] |
11
12
  | **allow_passkeys** | **Boolean** | | [optional] |
@@ -18,6 +19,7 @@
18
19
  | **default_auth_method** | [**DefaultAuthMethodSettings**](DefaultAuthMethodSettings.md) | | [optional] |
19
20
  | **default_home_page** | [**DefaultHomePage**](DefaultHomePage.md) | | [optional] |
20
21
  | **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
22
+ | **email_customization** | [**EmailCustomization**](EmailCustomization.md) | | [optional] |
21
23
  | **enable_request_for_access** | **Boolean** | | [optional] |
22
24
  | **enable_search_history** | **Boolean** | | [optional] |
23
25
  | **hide_personal_folder** | **Boolean** | | [optional] |
@@ -43,6 +45,7 @@ require 'akeyless'
43
45
  instance = Akeyless::AccountGeneralSettings.new(
44
46
  account_default_key_item_id: null,
45
47
  account_default_key_name: null,
48
+ account_file_bytes_used: null,
46
49
  ai_insights: null,
47
50
  allow_auto_fill: null,
48
51
  allow_passkeys: null,
@@ -55,6 +58,7 @@ instance = Akeyless::AccountGeneralSettings.new(
55
58
  default_auth_method: null,
56
59
  default_home_page: null,
57
60
  dynamic_secret_max_ttl: null,
61
+ email_customization: null,
58
62
  enable_request_for_access: null,
59
63
  enable_search_history: null,
60
64
  hide_personal_folder: null,
@@ -0,0 +1,82 @@
1
+ # Akeyless::AerospikeTargetDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **aerospike_admin_username** | **String** | | [optional] |
8
+ | **aerospike_client_id** | **String** | | [optional] |
9
+ | **aerospike_client_secret** | **String** | | [optional] |
10
+ | **aerospike_cloud** | **Boolean** | | [optional] |
11
+ | **aerospike_cluster_id** | **String** | | [optional] |
12
+ | **aerospike_hostname** | **String** | | [optional] |
13
+ | **aerospike_namespace** | **String** | | [optional] |
14
+ | **aerospike_password** | **String** | | [optional] |
15
+ | **aerospike_port** | **String** | | [optional] |
16
+ | **client_certificate** | **String** | (Optional) ClientCertificate defines the client certificate for mutual TLS. Must be base64 certificate loaded by UI using file loader field | [optional] |
17
+ | **client_key_passphrase** | **String** | (Optional) ClientKeyPassphrase defines the passphrase for the client private key | [optional] |
18
+ | **client_private_key** | **String** | (Optional) ClientPrivateKey defines the client private key for mutual TLS. Must be base64 private key loaded by UI using file loader field | [optional] |
19
+ | **cloud_service_provider** | **String** | | [optional] |
20
+ | **cluster_mode** | **Boolean** | | [optional] |
21
+ | **connection_type** | **String** | | [optional] |
22
+ | **db_client_id** | **String** | | [optional] |
23
+ | **db_client_secret** | **String** | | [optional] |
24
+ | **db_host_name** | **String** | | [optional] |
25
+ | **db_name** | **String** | | [optional] |
26
+ | **db_port** | **String** | | [optional] |
27
+ | **db_private_key** | **String** | (Optional) Private Key in PEM format | [optional] |
28
+ | **db_private_key_passphrase** | **String** | | [optional] |
29
+ | **db_pwd** | **String** | | [optional] |
30
+ | **db_server_certificates** | **String** | (Optional) DBServerCertificates defines the set of root certificate authorities that clients use when verifying server certificates. If DBServerCertificates is empty, TLS uses the host's root CA set. | [optional] |
31
+ | **db_server_name** | **String** | (Optional) ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. | [optional] |
32
+ | **db_tenant_id** | **String** | | [optional] |
33
+ | **db_user_name** | **String** | | [optional] |
34
+ | **enable_mtls** | **Boolean** | (Optional) EnableMTLS defines if mutual TLS will be used to connect to DB | [optional] |
35
+ | **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
36
+ | **sf_account** | **String** | | [optional] |
37
+ | **skip_server_name_validation** | **String** | (Optional) SkipServerNameValidation disables server name verification while still validating the certificate chain. Postgres treats empty as legacy \"skip hostname validation\"; MySQL treats empty as false. | [optional] |
38
+ | **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
39
+ | **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
40
+
41
+ ## Example
42
+
43
+ ```ruby
44
+ require 'akeyless'
45
+
46
+ instance = Akeyless::AerospikeTargetDetails.new(
47
+ aerospike_admin_username: null,
48
+ aerospike_client_id: null,
49
+ aerospike_client_secret: null,
50
+ aerospike_cloud: null,
51
+ aerospike_cluster_id: null,
52
+ aerospike_hostname: null,
53
+ aerospike_namespace: null,
54
+ aerospike_password: null,
55
+ aerospike_port: null,
56
+ client_certificate: null,
57
+ client_key_passphrase: null,
58
+ client_private_key: null,
59
+ cloud_service_provider: null,
60
+ cluster_mode: null,
61
+ connection_type: null,
62
+ db_client_id: null,
63
+ db_client_secret: null,
64
+ db_host_name: null,
65
+ db_name: null,
66
+ db_port: null,
67
+ db_private_key: null,
68
+ db_private_key_passphrase: null,
69
+ db_pwd: null,
70
+ db_server_certificates: null,
71
+ db_server_name: null,
72
+ db_tenant_id: null,
73
+ db_user_name: null,
74
+ enable_mtls: null,
75
+ oracle_wallet_details: null,
76
+ sf_account: null,
77
+ skip_server_name_validation: null,
78
+ ssl_connection_certificate: null,
79
+ ssl_connection_mode: null
80
+ )
81
+ ```
82
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::AnthropicTargetDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **anthropic_url** | **String** | | [optional] |
8
+ | **api_key** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AnthropicTargetDetails.new(
16
+ anthropic_url: null,
17
+ api_key: null
18
+ )
19
+ ```
20
+
data/docs/AuthMethod.md CHANGED
@@ -21,6 +21,7 @@
21
21
  | **expiration_events** | [**Array<AuthExpirationEvent>**](AuthExpirationEvent.md) | | [optional] |
22
22
  | **is_approved** | **Boolean** | | [optional] |
23
23
  | **modification_date** | **Time** | | [optional] |
24
+ | **uid_expiration_events** | [**Array<UidExpirationEvent>**](UidExpirationEvent.md) | | [optional] |
24
25
 
25
26
  ## Example
26
27
 
@@ -44,7 +45,8 @@ instance = Akeyless::AuthMethod.new(
44
45
  description: null,
45
46
  expiration_events: null,
46
47
  is_approved: null,
47
- modification_date: null
48
+ modification_date: null,
49
+ uid_expiration_events: null
48
50
  )
49
51
  ```
50
52
 
@@ -29,6 +29,7 @@
29
29
  | **rules_type** | **String** | | [optional] |
30
30
  | **saml_access_rules** | [**SAMLAccessRules**](SAMLAccessRules.md) | | [optional] |
31
31
  | **sub_claims_delimiters** | **Array<String>** | | [optional] |
32
+ | **uid_expiration_events** | [**Array<UidExpirationEvent>**](UidExpirationEvent.md) | Relevant only for Universal Identity auth methods: token about-to-expire notification thresholds. | [optional] |
32
33
  | **universal_identity_access_rules** | [**UniversalIdentityAccessRules**](UniversalIdentityAccessRules.md) | | [optional] |
33
34
 
34
35
  ## Example
@@ -62,6 +63,7 @@ instance = Akeyless::AuthMethodAccessInfo.new(
62
63
  rules_type: null,
63
64
  saml_access_rules: null,
64
65
  sub_claims_delimiters: null,
66
+ uid_expiration_events: null,
65
67
  universal_identity_access_rules: null
66
68
  )
67
69
  ```
@@ -24,6 +24,7 @@
24
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
25
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
26
26
  | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
27
+ | **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
27
28
 
28
29
  ## Example
29
30
 
@@ -50,7 +51,8 @@ instance = Akeyless::AuthMethodCreateSAML.new(
50
51
  subclaims_delimiters: null,
51
52
  token: null,
52
53
  uid_token: null,
53
- unique_identifier: null
54
+ unique_identifier: null,
55
+ use_dedicated_saml_urls: null
54
56
  )
55
57
  ```
56
58
 
@@ -23,6 +23,7 @@
23
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
24
  | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
25
25
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
26
+ | **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
26
27
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
27
28
 
28
29
  ## Example
@@ -50,6 +51,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
50
51
  token: null,
51
52
  tree_length: null,
52
53
  ttl: null,
54
+ uid_expiration_event_at: null,
53
55
  uid_token: null
54
56
  )
55
57
  ```
@@ -25,6 +25,7 @@
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
  | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
28
+ | **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
28
29
 
29
30
  ## Example
30
31
 
@@ -52,7 +53,8 @@ instance = Akeyless::AuthMethodUpdateSAML.new(
52
53
  subclaims_delimiters: null,
53
54
  token: null,
54
55
  uid_token: null,
55
- unique_identifier: null
56
+ unique_identifier: null,
57
+ use_dedicated_saml_urls: null
56
58
  )
57
59
  ```
58
60
 
@@ -24,6 +24,7 @@
24
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
25
  | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
26
26
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
27
+ | **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
27
28
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
28
29
 
29
30
  ## Example
@@ -52,6 +53,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
52
53
  token: null,
53
54
  tree_length: null,
54
55
  ttl: null,
56
+ uid_expiration_event_at: null,
55
57
  uid_token: null
56
58
  )
57
59
  ```
@@ -0,0 +1,20 @@
1
+ # Akeyless::BedrockTargetDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_key** | **String** | | [optional] |
8
+ | **bedrock_url** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::BedrockTargetDetails.new(
16
+ api_key: null,
17
+ bedrock_url: null
18
+ )
19
+ ```
20
+
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **debug** | **Boolean** | Debug mode | [optional][default to false] |
8
+ | **exclude_hosts** | **String** | A comma separated list of IP addresses, CIDR ranges, or DNS names to exclude from the scan | [optional] |
8
9
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
9
10
  | **hosts** | **String** | A comma separated list of IPs, CIDR ranges, or DNS names to discovery | |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -21,6 +22,7 @@ require 'akeyless'
21
22
 
22
23
  instance = Akeyless::CertificateDiscovery.new(
23
24
  debug: null,
25
+ exclude_hosts: null,
24
26
  expiration_event_in: null,
25
27
  hosts: null,
26
28
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **exclude_hosts** | **Array<String>** | | [optional] |
7
8
  | **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
8
9
  | **folder** | **String** | | [optional] |
9
10
  | **max_dial_timeout** | **Integer** | | [optional] |
@@ -18,6 +19,7 @@
18
19
  require 'akeyless'
19
20
 
20
21
  instance = Akeyless::CertificatePayload.new(
22
+ exclude_hosts: null,
21
23
  expiration_events: null,
22
24
  folder: null,
23
25
  max_dial_timeout: null,
@@ -24,6 +24,7 @@
24
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
25
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
26
26
  | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
27
+ | **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
27
28
 
28
29
  ## Example
29
30
 
@@ -50,7 +51,8 @@ instance = Akeyless::CreateAuthMethodSAML.new(
50
51
  subclaims_delimiters: null,
51
52
  token: null,
52
53
  uid_token: null,
53
- unique_identifier: null
54
+ unique_identifier: null,
55
+ use_dedicated_saml_urls: null
54
56
  )
55
57
  ```
56
58
 
@@ -23,6 +23,7 @@
23
23
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
24
24
  | **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
25
25
  | **ttl** | **Integer** | Token ttl | [optional][default to 60] |
26
+ | **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
26
27
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
27
28
 
28
29
  ## Example
@@ -50,6 +51,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
50
51
  token: null,
51
52
  tree_length: null,
52
53
  ttl: null,
54
+ uid_expiration_event_at: null,
53
55
  uid_token: null
54
56
  )
55
57
  ```
@@ -38,6 +38,7 @@
38
38
  | **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
39
39
  | **port** | **String** | | [optional] |
40
40
  | **pwd** | **String** | | [optional] |
41
+ | **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
41
42
  | **snowflake_account** | **String** | | [optional] |
42
43
  | **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
43
44
  | **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
@@ -87,6 +88,7 @@ instance = Akeyless::CreateDBTarget.new(
87
88
  parent_target_name: null,
88
89
  port: null,
89
90
  pwd: null,
91
+ skip_server_name_validation: null,
90
92
  snowflake_account: null,
91
93
  snowflake_api_private_key: null,
92
94
  snowflake_api_private_key_password: null,