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
data/docs/V2Api.md CHANGED
@@ -86,6 +86,9 @@ All URIs are relative to *https://api.akeyless.io*
86
86
  | [**create_hashi_vault_target**](V2Api.md#create_hashi_vault_target) | **POST** /create-hashi-vault-target | |
87
87
  | [**create_key**](V2Api.md#create_key) | **POST** /create-key | |
88
88
  | [**create_linked_target**](V2Api.md#create_linked_target) | **POST** /create-linked-target | |
89
+ | [**create_mcp_secret_bearer_token**](V2Api.md#create_mcp_secret_bearer_token) | **POST** /create-mcp-secret-bearer-token | |
90
+ | [**create_mcp_secret_o_auth_auth_code**](V2Api.md#create_mcp_secret_o_auth_auth_code) | **POST** /create-mcp-secret-oauth-authorization-code | |
91
+ | [**create_mcp_secret_o_auth_client_creds**](V2Api.md#create_mcp_secret_o_auth_client_creds) | **POST** /create-mcp-secret-oauth-client-credentials | |
89
92
  | [**create_native_k8_s_target**](V2Api.md#create_native_k8_s_target) | **POST** /create-k8s-target | |
90
93
  | [**create_oidc_app**](V2Api.md#create_oidc_app) | **POST** /create-oidc-app | |
91
94
  | [**create_passkey**](V2Api.md#create_passkey) | **POST** /create-passkey | |
@@ -474,10 +477,14 @@ All URIs are relative to *https://api.akeyless.io*
474
477
  | [**static_creds_auth**](V2Api.md#static_creds_auth) | **POST** /static-creds-auth | |
475
478
  | [**static_secret_delete_sync**](V2Api.md#static_secret_delete_sync) | **POST** /static-secret-delete-sync | |
476
479
  | [**static_secret_sync**](V2Api.md#static_secret_sync) | **POST** /static-secret-sync | |
480
+ | [**target_create_aerospike**](V2Api.md#target_create_aerospike) | **POST** /target-create-aerospike | |
481
+ | [**target_create_anthropic**](V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic | |
477
482
  | [**target_create_artifactory**](V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory | |
478
483
  | [**target_create_aws**](V2Api.md#target_create_aws) | **POST** /target-create-aws | |
479
484
  | [**target_create_azure**](V2Api.md#target_create_azure) | **POST** /target-create-azure | |
485
+ | [**target_create_bedrock**](V2Api.md#target_create_bedrock) | **POST** /target-create-bedrock | |
480
486
  | [**target_create_cloudflare**](V2Api.md#target_create_cloudflare) | **POST** /target-create-cloudflare | |
487
+ | [**target_create_custom_dns**](V2Api.md#target_create_custom_dns) | **POST** /target-create-custom-dns | |
481
488
  | [**target_create_db**](V2Api.md#target_create_db) | **POST** /target-create-db | |
482
489
  | [**target_create_digi_cert**](V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert | |
483
490
  | [**target_create_dockerhub**](V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub | |
@@ -491,11 +498,14 @@ All URIs are relative to *https://api.akeyless.io*
491
498
  | [**target_create_global_sign_atlas**](V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas | |
492
499
  | [**target_create_godaddy**](V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy | |
493
500
  | [**target_create_google_trust**](V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust | |
501
+ | [**target_create_grok**](V2Api.md#target_create_grok) | **POST** /target-create-grok | |
494
502
  | [**target_create_hashi_vault**](V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault | |
495
503
  | [**target_create_k8s**](V2Api.md#target_create_k8s) | **POST** /target-create-k8s | |
504
+ | [**target_create_keycloak**](V2Api.md#target_create_keycloak) | **POST** /target-create-keycloak | |
496
505
  | [**target_create_ldap**](V2Api.md#target_create_ldap) | **POST** /target-create-ldap | |
497
506
  | [**target_create_lets_encrypt**](V2Api.md#target_create_lets_encrypt) | **POST** /target-create-lets-encrypt | |
498
507
  | [**target_create_linked**](V2Api.md#target_create_linked) | **POST** /target-create-linked | |
508
+ | [**target_create_okta**](V2Api.md#target_create_okta) | **POST** /target-create-okta | |
499
509
  | [**target_create_open_ai**](V2Api.md#target_create_open_ai) | **POST** /target-create-openai | |
500
510
  | [**target_create_ping**](V2Api.md#target_create_ping) | **POST** /target-create-ping | |
501
511
  | [**target_create_rabbit_mq**](V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq | |
@@ -510,10 +520,14 @@ All URIs are relative to *https://api.akeyless.io*
510
520
  | [**target_get**](V2Api.md#target_get) | **POST** /target-get | |
511
521
  | [**target_get_details**](V2Api.md#target_get_details) | **POST** /target-get-details | |
512
522
  | [**target_list**](V2Api.md#target_list) | **POST** /target-list | |
523
+ | [**target_update_aerospike**](V2Api.md#target_update_aerospike) | **POST** /target-update-aerospike | |
524
+ | [**target_update_anthropic**](V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic | |
513
525
  | [**target_update_artifactory**](V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory | |
514
526
  | [**target_update_aws**](V2Api.md#target_update_aws) | **POST** /target-update-aws | |
515
527
  | [**target_update_azure**](V2Api.md#target_update_azure) | **POST** /target-update-azure | |
528
+ | [**target_update_bedrock**](V2Api.md#target_update_bedrock) | **POST** /target-update-bedrock | |
516
529
  | [**target_update_cloudflare**](V2Api.md#target_update_cloudflare) | **POST** /target-update-cloudflare | |
530
+ | [**target_update_custom_dns**](V2Api.md#target_update_custom_dns) | **POST** /target-update-custom-dns | |
517
531
  | [**target_update_db**](V2Api.md#target_update_db) | **POST** /target-update-db | |
518
532
  | [**target_update_digi_cert**](V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert | |
519
533
  | [**target_update_dockerhub**](V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub | |
@@ -527,11 +541,14 @@ All URIs are relative to *https://api.akeyless.io*
527
541
  | [**target_update_global_sign_atlas**](V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas | |
528
542
  | [**target_update_godaddy**](V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy | |
529
543
  | [**target_update_google_trust**](V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust | |
544
+ | [**target_update_grok**](V2Api.md#target_update_grok) | **POST** /target-update-grok | |
530
545
  | [**target_update_hashi_vault**](V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault | |
531
546
  | [**target_update_k8s**](V2Api.md#target_update_k8s) | **POST** /target-update-k8s | |
547
+ | [**target_update_keycloak**](V2Api.md#target_update_keycloak) | **POST** /target-update-keycloak | |
532
548
  | [**target_update_ldap**](V2Api.md#target_update_ldap) | **POST** /target-update-ldap | |
533
549
  | [**target_update_lets_encrypt**](V2Api.md#target_update_lets_encrypt) | **POST** /target-update-lets-encrypt | |
534
550
  | [**target_update_linked**](V2Api.md#target_update_linked) | **POST** /target-update-linked | |
551
+ | [**target_update_okta**](V2Api.md#target_update_okta) | **POST** /target-update-okta | |
535
552
  | [**target_update_open_ai**](V2Api.md#target_update_open_ai) | **POST** /target-update-openai | |
536
553
  | [**target_update_ping**](V2Api.md#target_update_ping) | **POST** /target-update-ping | |
537
554
  | [**target_update_rabbit_mq**](V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq | |
@@ -589,6 +606,9 @@ All URIs are relative to *https://api.akeyless.io*
589
606
  | [**update_ldap_target**](V2Api.md#update_ldap_target) | **POST** /update-ldap-target | |
590
607
  | [**update_ldap_target_details**](V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details | |
591
608
  | [**update_linked_target**](V2Api.md#update_linked_target) | **POST** /update-linked-target | |
609
+ | [**update_mcp_secret_bearer_token**](V2Api.md#update_mcp_secret_bearer_token) | **POST** /update-mcp-secret-bearer-token | |
610
+ | [**update_mcp_secret_o_auth_auth_code**](V2Api.md#update_mcp_secret_o_auth_auth_code) | **POST** /update-mcp-secret-oauth-authorization-code | |
611
+ | [**update_mcp_secret_o_auth_client_creds**](V2Api.md#update_mcp_secret_o_auth_client_creds) | **POST** /update-mcp-secret-oauth-client-credentials | |
592
612
  | [**update_native_k8_s_target**](V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target | |
593
613
  | [**update_oidc_app**](V2Api.md#update_oidc_app) | **POST** /update-oidc-app | |
594
614
  | [**update_ping_target**](V2Api.md#update_ping_target) | **POST** /update-ping-target | |
@@ -5714,6 +5734,192 @@ No authorization required
5714
5734
  - **Accept**: application/json
5715
5735
 
5716
5736
 
5737
+ ## create_mcp_secret_bearer_token
5738
+
5739
+ > <CreateSecretOutput> create_mcp_secret_bearer_token(create_mcp_secret_bearer_token)
5740
+
5741
+
5742
+
5743
+ ### Examples
5744
+
5745
+ ```ruby
5746
+ require 'time'
5747
+ require 'akeyless'
5748
+
5749
+ api_instance = Akeyless::V2Api.new
5750
+ create_mcp_secret_bearer_token = Akeyless::CreateMcpSecretBearerToken.new({name: 'name_example'}) # CreateMcpSecretBearerToken |
5751
+
5752
+ begin
5753
+
5754
+ result = api_instance.create_mcp_secret_bearer_token(create_mcp_secret_bearer_token)
5755
+ p result
5756
+ rescue Akeyless::ApiError => e
5757
+ puts "Error when calling V2Api->create_mcp_secret_bearer_token: #{e}"
5758
+ end
5759
+ ```
5760
+
5761
+ #### Using the create_mcp_secret_bearer_token_with_http_info variant
5762
+
5763
+ This returns an Array which contains the response data, status code and headers.
5764
+
5765
+ > <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_bearer_token_with_http_info(create_mcp_secret_bearer_token)
5766
+
5767
+ ```ruby
5768
+ begin
5769
+
5770
+ data, status_code, headers = api_instance.create_mcp_secret_bearer_token_with_http_info(create_mcp_secret_bearer_token)
5771
+ p status_code # => 2xx
5772
+ p headers # => { ... }
5773
+ p data # => <CreateSecretOutput>
5774
+ rescue Akeyless::ApiError => e
5775
+ puts "Error when calling V2Api->create_mcp_secret_bearer_token_with_http_info: #{e}"
5776
+ end
5777
+ ```
5778
+
5779
+ ### Parameters
5780
+
5781
+ | Name | Type | Description | Notes |
5782
+ | ---- | ---- | ----------- | ----- |
5783
+ | **create_mcp_secret_bearer_token** | [**CreateMcpSecretBearerToken**](CreateMcpSecretBearerToken.md) | | |
5784
+
5785
+ ### Return type
5786
+
5787
+ [**CreateSecretOutput**](CreateSecretOutput.md)
5788
+
5789
+ ### Authorization
5790
+
5791
+ No authorization required
5792
+
5793
+ ### HTTP request headers
5794
+
5795
+ - **Content-Type**: application/json
5796
+ - **Accept**: application/json
5797
+
5798
+
5799
+ ## create_mcp_secret_o_auth_auth_code
5800
+
5801
+ > <CreateSecretOutput> create_mcp_secret_o_auth_auth_code(create_mcp_secret_o_auth_auth_code)
5802
+
5803
+
5804
+
5805
+ ### Examples
5806
+
5807
+ ```ruby
5808
+ require 'time'
5809
+ require 'akeyless'
5810
+
5811
+ api_instance = Akeyless::V2Api.new
5812
+ create_mcp_secret_o_auth_auth_code = Akeyless::CreateMcpSecretOAuthAuthCode.new({name: 'name_example'}) # CreateMcpSecretOAuthAuthCode |
5813
+
5814
+ begin
5815
+
5816
+ result = api_instance.create_mcp_secret_o_auth_auth_code(create_mcp_secret_o_auth_auth_code)
5817
+ p result
5818
+ rescue Akeyless::ApiError => e
5819
+ puts "Error when calling V2Api->create_mcp_secret_o_auth_auth_code: #{e}"
5820
+ end
5821
+ ```
5822
+
5823
+ #### Using the create_mcp_secret_o_auth_auth_code_with_http_info variant
5824
+
5825
+ This returns an Array which contains the response data, status code and headers.
5826
+
5827
+ > <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_o_auth_auth_code_with_http_info(create_mcp_secret_o_auth_auth_code)
5828
+
5829
+ ```ruby
5830
+ begin
5831
+
5832
+ data, status_code, headers = api_instance.create_mcp_secret_o_auth_auth_code_with_http_info(create_mcp_secret_o_auth_auth_code)
5833
+ p status_code # => 2xx
5834
+ p headers # => { ... }
5835
+ p data # => <CreateSecretOutput>
5836
+ rescue Akeyless::ApiError => e
5837
+ puts "Error when calling V2Api->create_mcp_secret_o_auth_auth_code_with_http_info: #{e}"
5838
+ end
5839
+ ```
5840
+
5841
+ ### Parameters
5842
+
5843
+ | Name | Type | Description | Notes |
5844
+ | ---- | ---- | ----------- | ----- |
5845
+ | **create_mcp_secret_o_auth_auth_code** | [**CreateMcpSecretOAuthAuthCode**](CreateMcpSecretOAuthAuthCode.md) | | |
5846
+
5847
+ ### Return type
5848
+
5849
+ [**CreateSecretOutput**](CreateSecretOutput.md)
5850
+
5851
+ ### Authorization
5852
+
5853
+ No authorization required
5854
+
5855
+ ### HTTP request headers
5856
+
5857
+ - **Content-Type**: application/json
5858
+ - **Accept**: application/json
5859
+
5860
+
5861
+ ## create_mcp_secret_o_auth_client_creds
5862
+
5863
+ > <CreateSecretOutput> create_mcp_secret_o_auth_client_creds(create_mcp_secret_o_auth_client_creds)
5864
+
5865
+
5866
+
5867
+ ### Examples
5868
+
5869
+ ```ruby
5870
+ require 'time'
5871
+ require 'akeyless'
5872
+
5873
+ api_instance = Akeyless::V2Api.new
5874
+ create_mcp_secret_o_auth_client_creds = Akeyless::CreateMcpSecretOAuthClientCreds.new({name: 'name_example'}) # CreateMcpSecretOAuthClientCreds |
5875
+
5876
+ begin
5877
+
5878
+ result = api_instance.create_mcp_secret_o_auth_client_creds(create_mcp_secret_o_auth_client_creds)
5879
+ p result
5880
+ rescue Akeyless::ApiError => e
5881
+ puts "Error when calling V2Api->create_mcp_secret_o_auth_client_creds: #{e}"
5882
+ end
5883
+ ```
5884
+
5885
+ #### Using the create_mcp_secret_o_auth_client_creds_with_http_info variant
5886
+
5887
+ This returns an Array which contains the response data, status code and headers.
5888
+
5889
+ > <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_o_auth_client_creds_with_http_info(create_mcp_secret_o_auth_client_creds)
5890
+
5891
+ ```ruby
5892
+ begin
5893
+
5894
+ data, status_code, headers = api_instance.create_mcp_secret_o_auth_client_creds_with_http_info(create_mcp_secret_o_auth_client_creds)
5895
+ p status_code # => 2xx
5896
+ p headers # => { ... }
5897
+ p data # => <CreateSecretOutput>
5898
+ rescue Akeyless::ApiError => e
5899
+ puts "Error when calling V2Api->create_mcp_secret_o_auth_client_creds_with_http_info: #{e}"
5900
+ end
5901
+ ```
5902
+
5903
+ ### Parameters
5904
+
5905
+ | Name | Type | Description | Notes |
5906
+ | ---- | ---- | ----------- | ----- |
5907
+ | **create_mcp_secret_o_auth_client_creds** | [**CreateMcpSecretOAuthClientCreds**](CreateMcpSecretOAuthClientCreds.md) | | |
5908
+
5909
+ ### Return type
5910
+
5911
+ [**CreateSecretOutput**](CreateSecretOutput.md)
5912
+
5913
+ ### Authorization
5914
+
5915
+ No authorization required
5916
+
5917
+ ### HTTP request headers
5918
+
5919
+ - **Content-Type**: application/json
5920
+ - **Accept**: application/json
5921
+
5922
+
5717
5923
  ## create_native_k8_s_target
5718
5924
 
5719
5925
  > <CreateNativeK8STargetOutput> create_native_k8_s_target(create_native_k8_s_target)
@@ -29797,6 +30003,130 @@ No authorization required
29797
30003
  - **Accept**: application/json
29798
30004
 
29799
30005
 
30006
+ ## target_create_aerospike
30007
+
30008
+ > <TargetCreateOutput> target_create_aerospike(target_create_aerospike)
30009
+
30010
+
30011
+
30012
+ ### Examples
30013
+
30014
+ ```ruby
30015
+ require 'time'
30016
+ require 'akeyless'
30017
+
30018
+ api_instance = Akeyless::V2Api.new
30019
+ target_create_aerospike = Akeyless::TargetCreateAerospike.new({name: 'name_example'}) # TargetCreateAerospike |
30020
+
30021
+ begin
30022
+
30023
+ result = api_instance.target_create_aerospike(target_create_aerospike)
30024
+ p result
30025
+ rescue Akeyless::ApiError => e
30026
+ puts "Error when calling V2Api->target_create_aerospike: #{e}"
30027
+ end
30028
+ ```
30029
+
30030
+ #### Using the target_create_aerospike_with_http_info variant
30031
+
30032
+ This returns an Array which contains the response data, status code and headers.
30033
+
30034
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_aerospike_with_http_info(target_create_aerospike)
30035
+
30036
+ ```ruby
30037
+ begin
30038
+
30039
+ data, status_code, headers = api_instance.target_create_aerospike_with_http_info(target_create_aerospike)
30040
+ p status_code # => 2xx
30041
+ p headers # => { ... }
30042
+ p data # => <TargetCreateOutput>
30043
+ rescue Akeyless::ApiError => e
30044
+ puts "Error when calling V2Api->target_create_aerospike_with_http_info: #{e}"
30045
+ end
30046
+ ```
30047
+
30048
+ ### Parameters
30049
+
30050
+ | Name | Type | Description | Notes |
30051
+ | ---- | ---- | ----------- | ----- |
30052
+ | **target_create_aerospike** | [**TargetCreateAerospike**](TargetCreateAerospike.md) | | |
30053
+
30054
+ ### Return type
30055
+
30056
+ [**TargetCreateOutput**](TargetCreateOutput.md)
30057
+
30058
+ ### Authorization
30059
+
30060
+ No authorization required
30061
+
30062
+ ### HTTP request headers
30063
+
30064
+ - **Content-Type**: application/json
30065
+ - **Accept**: application/json
30066
+
30067
+
30068
+ ## target_create_anthropic
30069
+
30070
+ > <TargetCreateOutput> target_create_anthropic(target_create_anthropic)
30071
+
30072
+
30073
+
30074
+ ### Examples
30075
+
30076
+ ```ruby
30077
+ require 'time'
30078
+ require 'akeyless'
30079
+
30080
+ api_instance = Akeyless::V2Api.new
30081
+ target_create_anthropic = Akeyless::TargetCreateAnthropic.new({name: 'name_example'}) # TargetCreateAnthropic |
30082
+
30083
+ begin
30084
+
30085
+ result = api_instance.target_create_anthropic(target_create_anthropic)
30086
+ p result
30087
+ rescue Akeyless::ApiError => e
30088
+ puts "Error when calling V2Api->target_create_anthropic: #{e}"
30089
+ end
30090
+ ```
30091
+
30092
+ #### Using the target_create_anthropic_with_http_info variant
30093
+
30094
+ This returns an Array which contains the response data, status code and headers.
30095
+
30096
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_anthropic_with_http_info(target_create_anthropic)
30097
+
30098
+ ```ruby
30099
+ begin
30100
+
30101
+ data, status_code, headers = api_instance.target_create_anthropic_with_http_info(target_create_anthropic)
30102
+ p status_code # => 2xx
30103
+ p headers # => { ... }
30104
+ p data # => <TargetCreateOutput>
30105
+ rescue Akeyless::ApiError => e
30106
+ puts "Error when calling V2Api->target_create_anthropic_with_http_info: #{e}"
30107
+ end
30108
+ ```
30109
+
30110
+ ### Parameters
30111
+
30112
+ | Name | Type | Description | Notes |
30113
+ | ---- | ---- | ----------- | ----- |
30114
+ | **target_create_anthropic** | [**TargetCreateAnthropic**](TargetCreateAnthropic.md) | | |
30115
+
30116
+ ### Return type
30117
+
30118
+ [**TargetCreateOutput**](TargetCreateOutput.md)
30119
+
30120
+ ### Authorization
30121
+
30122
+ No authorization required
30123
+
30124
+ ### HTTP request headers
30125
+
30126
+ - **Content-Type**: application/json
30127
+ - **Accept**: application/json
30128
+
30129
+
29800
30130
  ## target_create_artifactory
29801
30131
 
29802
30132
  > <TargetCreateOutput> target_create_artifactory(target_create_artifactory)
@@ -29983,6 +30313,68 @@ No authorization required
29983
30313
  - **Accept**: application/json
29984
30314
 
29985
30315
 
30316
+ ## target_create_bedrock
30317
+
30318
+ > <TargetCreateOutput> target_create_bedrock(target_create_bedrock)
30319
+
30320
+
30321
+
30322
+ ### Examples
30323
+
30324
+ ```ruby
30325
+ require 'time'
30326
+ require 'akeyless'
30327
+
30328
+ api_instance = Akeyless::V2Api.new
30329
+ target_create_bedrock = Akeyless::TargetCreateBedrock.new({name: 'name_example'}) # TargetCreateBedrock |
30330
+
30331
+ begin
30332
+
30333
+ result = api_instance.target_create_bedrock(target_create_bedrock)
30334
+ p result
30335
+ rescue Akeyless::ApiError => e
30336
+ puts "Error when calling V2Api->target_create_bedrock: #{e}"
30337
+ end
30338
+ ```
30339
+
30340
+ #### Using the target_create_bedrock_with_http_info variant
30341
+
30342
+ This returns an Array which contains the response data, status code and headers.
30343
+
30344
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_bedrock_with_http_info(target_create_bedrock)
30345
+
30346
+ ```ruby
30347
+ begin
30348
+
30349
+ data, status_code, headers = api_instance.target_create_bedrock_with_http_info(target_create_bedrock)
30350
+ p status_code # => 2xx
30351
+ p headers # => { ... }
30352
+ p data # => <TargetCreateOutput>
30353
+ rescue Akeyless::ApiError => e
30354
+ puts "Error when calling V2Api->target_create_bedrock_with_http_info: #{e}"
30355
+ end
30356
+ ```
30357
+
30358
+ ### Parameters
30359
+
30360
+ | Name | Type | Description | Notes |
30361
+ | ---- | ---- | ----------- | ----- |
30362
+ | **target_create_bedrock** | [**TargetCreateBedrock**](TargetCreateBedrock.md) | | |
30363
+
30364
+ ### Return type
30365
+
30366
+ [**TargetCreateOutput**](TargetCreateOutput.md)
30367
+
30368
+ ### Authorization
30369
+
30370
+ No authorization required
30371
+
30372
+ ### HTTP request headers
30373
+
30374
+ - **Content-Type**: application/json
30375
+ - **Accept**: application/json
30376
+
30377
+
29986
30378
  ## target_create_cloudflare
29987
30379
 
29988
30380
  > <TargetCreateOutput> target_create_cloudflare(target_create_cloudflare)
@@ -30045,6 +30437,68 @@ No authorization required
30045
30437
  - **Accept**: application/json
30046
30438
 
30047
30439
 
30440
+ ## target_create_custom_dns
30441
+
30442
+ > <TargetCreateOutput> target_create_custom_dns(target_create_custom_dns)
30443
+
30444
+
30445
+
30446
+ ### Examples
30447
+
30448
+ ```ruby
30449
+ require 'time'
30450
+ require 'akeyless'
30451
+
30452
+ api_instance = Akeyless::V2Api.new
30453
+ target_create_custom_dns = Akeyless::TargetCreateCustomDns.new({dns_parameter: { key: 'inner_example'}, name: 'name_example', provider_type: 'provider_type_example'}) # TargetCreateCustomDns |
30454
+
30455
+ begin
30456
+
30457
+ result = api_instance.target_create_custom_dns(target_create_custom_dns)
30458
+ p result
30459
+ rescue Akeyless::ApiError => e
30460
+ puts "Error when calling V2Api->target_create_custom_dns: #{e}"
30461
+ end
30462
+ ```
30463
+
30464
+ #### Using the target_create_custom_dns_with_http_info variant
30465
+
30466
+ This returns an Array which contains the response data, status code and headers.
30467
+
30468
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_custom_dns_with_http_info(target_create_custom_dns)
30469
+
30470
+ ```ruby
30471
+ begin
30472
+
30473
+ data, status_code, headers = api_instance.target_create_custom_dns_with_http_info(target_create_custom_dns)
30474
+ p status_code # => 2xx
30475
+ p headers # => { ... }
30476
+ p data # => <TargetCreateOutput>
30477
+ rescue Akeyless::ApiError => e
30478
+ puts "Error when calling V2Api->target_create_custom_dns_with_http_info: #{e}"
30479
+ end
30480
+ ```
30481
+
30482
+ ### Parameters
30483
+
30484
+ | Name | Type | Description | Notes |
30485
+ | ---- | ---- | ----------- | ----- |
30486
+ | **target_create_custom_dns** | [**TargetCreateCustomDns**](TargetCreateCustomDns.md) | | |
30487
+
30488
+ ### Return type
30489
+
30490
+ [**TargetCreateOutput**](TargetCreateOutput.md)
30491
+
30492
+ ### Authorization
30493
+
30494
+ No authorization required
30495
+
30496
+ ### HTTP request headers
30497
+
30498
+ - **Content-Type**: application/json
30499
+ - **Accept**: application/json
30500
+
30501
+
30048
30502
  ## target_create_db
30049
30503
 
30050
30504
  > <TargetCreateOutput> target_create_db(target_create_db)
@@ -30851,6 +31305,68 @@ No authorization required
30851
31305
  - **Accept**: application/json
30852
31306
 
30853
31307
 
31308
+ ## target_create_grok
31309
+
31310
+ > <TargetCreateOutput> target_create_grok(target_create_grok)
31311
+
31312
+
31313
+
31314
+ ### Examples
31315
+
31316
+ ```ruby
31317
+ require 'time'
31318
+ require 'akeyless'
31319
+
31320
+ api_instance = Akeyless::V2Api.new
31321
+ target_create_grok = Akeyless::TargetCreateGrok.new({name: 'name_example'}) # TargetCreateGrok |
31322
+
31323
+ begin
31324
+
31325
+ result = api_instance.target_create_grok(target_create_grok)
31326
+ p result
31327
+ rescue Akeyless::ApiError => e
31328
+ puts "Error when calling V2Api->target_create_grok: #{e}"
31329
+ end
31330
+ ```
31331
+
31332
+ #### Using the target_create_grok_with_http_info variant
31333
+
31334
+ This returns an Array which contains the response data, status code and headers.
31335
+
31336
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_grok_with_http_info(target_create_grok)
31337
+
31338
+ ```ruby
31339
+ begin
31340
+
31341
+ data, status_code, headers = api_instance.target_create_grok_with_http_info(target_create_grok)
31342
+ p status_code # => 2xx
31343
+ p headers # => { ... }
31344
+ p data # => <TargetCreateOutput>
31345
+ rescue Akeyless::ApiError => e
31346
+ puts "Error when calling V2Api->target_create_grok_with_http_info: #{e}"
31347
+ end
31348
+ ```
31349
+
31350
+ ### Parameters
31351
+
31352
+ | Name | Type | Description | Notes |
31353
+ | ---- | ---- | ----------- | ----- |
31354
+ | **target_create_grok** | [**TargetCreateGrok**](TargetCreateGrok.md) | | |
31355
+
31356
+ ### Return type
31357
+
31358
+ [**TargetCreateOutput**](TargetCreateOutput.md)
31359
+
31360
+ ### Authorization
31361
+
31362
+ No authorization required
31363
+
31364
+ ### HTTP request headers
31365
+
31366
+ - **Content-Type**: application/json
31367
+ - **Accept**: application/json
31368
+
31369
+
30854
31370
  ## target_create_hashi_vault
30855
31371
 
30856
31372
  > <TargetCreateOutput> target_create_hashi_vault(target_create_hashi_vault)
@@ -30975,6 +31491,68 @@ No authorization required
30975
31491
  - **Accept**: application/json
30976
31492
 
30977
31493
 
31494
+ ## target_create_keycloak
31495
+
31496
+ > <TargetCreateOutput> target_create_keycloak(target_create_keycloak)
31497
+
31498
+
31499
+
31500
+ ### Examples
31501
+
31502
+ ```ruby
31503
+ require 'time'
31504
+ require 'akeyless'
31505
+
31506
+ api_instance = Akeyless::V2Api.new
31507
+ target_create_keycloak = Akeyless::TargetCreateKeycloak.new({name: 'name_example'}) # TargetCreateKeycloak |
31508
+
31509
+ begin
31510
+
31511
+ result = api_instance.target_create_keycloak(target_create_keycloak)
31512
+ p result
31513
+ rescue Akeyless::ApiError => e
31514
+ puts "Error when calling V2Api->target_create_keycloak: #{e}"
31515
+ end
31516
+ ```
31517
+
31518
+ #### Using the target_create_keycloak_with_http_info variant
31519
+
31520
+ This returns an Array which contains the response data, status code and headers.
31521
+
31522
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_keycloak_with_http_info(target_create_keycloak)
31523
+
31524
+ ```ruby
31525
+ begin
31526
+
31527
+ data, status_code, headers = api_instance.target_create_keycloak_with_http_info(target_create_keycloak)
31528
+ p status_code # => 2xx
31529
+ p headers # => { ... }
31530
+ p data # => <TargetCreateOutput>
31531
+ rescue Akeyless::ApiError => e
31532
+ puts "Error when calling V2Api->target_create_keycloak_with_http_info: #{e}"
31533
+ end
31534
+ ```
31535
+
31536
+ ### Parameters
31537
+
31538
+ | Name | Type | Description | Notes |
31539
+ | ---- | ---- | ----------- | ----- |
31540
+ | **target_create_keycloak** | [**TargetCreateKeycloak**](TargetCreateKeycloak.md) | | |
31541
+
31542
+ ### Return type
31543
+
31544
+ [**TargetCreateOutput**](TargetCreateOutput.md)
31545
+
31546
+ ### Authorization
31547
+
31548
+ No authorization required
31549
+
31550
+ ### HTTP request headers
31551
+
31552
+ - **Content-Type**: application/json
31553
+ - **Accept**: application/json
31554
+
31555
+
30978
31556
  ## target_create_ldap
30979
31557
 
30980
31558
  > <TargetCreateOutput> target_create_ldap(target_create_ldap)
@@ -31161,6 +31739,68 @@ No authorization required
31161
31739
  - **Accept**: application/json
31162
31740
 
31163
31741
 
31742
+ ## target_create_okta
31743
+
31744
+ > <TargetCreateOutput> target_create_okta(target_create_okta)
31745
+
31746
+
31747
+
31748
+ ### Examples
31749
+
31750
+ ```ruby
31751
+ require 'time'
31752
+ require 'akeyless'
31753
+
31754
+ api_instance = Akeyless::V2Api.new
31755
+ target_create_okta = Akeyless::TargetCreateOkta.new({name: 'name_example'}) # TargetCreateOkta |
31756
+
31757
+ begin
31758
+
31759
+ result = api_instance.target_create_okta(target_create_okta)
31760
+ p result
31761
+ rescue Akeyless::ApiError => e
31762
+ puts "Error when calling V2Api->target_create_okta: #{e}"
31763
+ end
31764
+ ```
31765
+
31766
+ #### Using the target_create_okta_with_http_info variant
31767
+
31768
+ This returns an Array which contains the response data, status code and headers.
31769
+
31770
+ > <Array(<TargetCreateOutput>, Integer, Hash)> target_create_okta_with_http_info(target_create_okta)
31771
+
31772
+ ```ruby
31773
+ begin
31774
+
31775
+ data, status_code, headers = api_instance.target_create_okta_with_http_info(target_create_okta)
31776
+ p status_code # => 2xx
31777
+ p headers # => { ... }
31778
+ p data # => <TargetCreateOutput>
31779
+ rescue Akeyless::ApiError => e
31780
+ puts "Error when calling V2Api->target_create_okta_with_http_info: #{e}"
31781
+ end
31782
+ ```
31783
+
31784
+ ### Parameters
31785
+
31786
+ | Name | Type | Description | Notes |
31787
+ | ---- | ---- | ----------- | ----- |
31788
+ | **target_create_okta** | [**TargetCreateOkta**](TargetCreateOkta.md) | | |
31789
+
31790
+ ### Return type
31791
+
31792
+ [**TargetCreateOutput**](TargetCreateOutput.md)
31793
+
31794
+ ### Authorization
31795
+
31796
+ No authorization required
31797
+
31798
+ ### HTTP request headers
31799
+
31800
+ - **Content-Type**: application/json
31801
+ - **Accept**: application/json
31802
+
31803
+
31164
31804
  ## target_create_open_ai
31165
31805
 
31166
31806
  > <TargetCreateOutput> target_create_open_ai(target_create_open_ai)
@@ -32029,6 +32669,130 @@ No authorization required
32029
32669
  - **Accept**: application/json
32030
32670
 
32031
32671
 
32672
+ ## target_update_aerospike
32673
+
32674
+ > <TargetUpdateOutput> target_update_aerospike(target_update_aerospike)
32675
+
32676
+
32677
+
32678
+ ### Examples
32679
+
32680
+ ```ruby
32681
+ require 'time'
32682
+ require 'akeyless'
32683
+
32684
+ api_instance = Akeyless::V2Api.new
32685
+ target_update_aerospike = Akeyless::TargetUpdateAerospike.new({name: 'name_example'}) # TargetUpdateAerospike |
32686
+
32687
+ begin
32688
+
32689
+ result = api_instance.target_update_aerospike(target_update_aerospike)
32690
+ p result
32691
+ rescue Akeyless::ApiError => e
32692
+ puts "Error when calling V2Api->target_update_aerospike: #{e}"
32693
+ end
32694
+ ```
32695
+
32696
+ #### Using the target_update_aerospike_with_http_info variant
32697
+
32698
+ This returns an Array which contains the response data, status code and headers.
32699
+
32700
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_aerospike_with_http_info(target_update_aerospike)
32701
+
32702
+ ```ruby
32703
+ begin
32704
+
32705
+ data, status_code, headers = api_instance.target_update_aerospike_with_http_info(target_update_aerospike)
32706
+ p status_code # => 2xx
32707
+ p headers # => { ... }
32708
+ p data # => <TargetUpdateOutput>
32709
+ rescue Akeyless::ApiError => e
32710
+ puts "Error when calling V2Api->target_update_aerospike_with_http_info: #{e}"
32711
+ end
32712
+ ```
32713
+
32714
+ ### Parameters
32715
+
32716
+ | Name | Type | Description | Notes |
32717
+ | ---- | ---- | ----------- | ----- |
32718
+ | **target_update_aerospike** | [**TargetUpdateAerospike**](TargetUpdateAerospike.md) | | |
32719
+
32720
+ ### Return type
32721
+
32722
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
32723
+
32724
+ ### Authorization
32725
+
32726
+ No authorization required
32727
+
32728
+ ### HTTP request headers
32729
+
32730
+ - **Content-Type**: application/json
32731
+ - **Accept**: application/json
32732
+
32733
+
32734
+ ## target_update_anthropic
32735
+
32736
+ > <TargetUpdateOutput> target_update_anthropic(target_update_anthropic)
32737
+
32738
+
32739
+
32740
+ ### Examples
32741
+
32742
+ ```ruby
32743
+ require 'time'
32744
+ require 'akeyless'
32745
+
32746
+ api_instance = Akeyless::V2Api.new
32747
+ target_update_anthropic = Akeyless::TargetUpdateAnthropic.new({name: 'name_example'}) # TargetUpdateAnthropic |
32748
+
32749
+ begin
32750
+
32751
+ result = api_instance.target_update_anthropic(target_update_anthropic)
32752
+ p result
32753
+ rescue Akeyless::ApiError => e
32754
+ puts "Error when calling V2Api->target_update_anthropic: #{e}"
32755
+ end
32756
+ ```
32757
+
32758
+ #### Using the target_update_anthropic_with_http_info variant
32759
+
32760
+ This returns an Array which contains the response data, status code and headers.
32761
+
32762
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_anthropic_with_http_info(target_update_anthropic)
32763
+
32764
+ ```ruby
32765
+ begin
32766
+
32767
+ data, status_code, headers = api_instance.target_update_anthropic_with_http_info(target_update_anthropic)
32768
+ p status_code # => 2xx
32769
+ p headers # => { ... }
32770
+ p data # => <TargetUpdateOutput>
32771
+ rescue Akeyless::ApiError => e
32772
+ puts "Error when calling V2Api->target_update_anthropic_with_http_info: #{e}"
32773
+ end
32774
+ ```
32775
+
32776
+ ### Parameters
32777
+
32778
+ | Name | Type | Description | Notes |
32779
+ | ---- | ---- | ----------- | ----- |
32780
+ | **target_update_anthropic** | [**TargetUpdateAnthropic**](TargetUpdateAnthropic.md) | | |
32781
+
32782
+ ### Return type
32783
+
32784
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
32785
+
32786
+ ### Authorization
32787
+
32788
+ No authorization required
32789
+
32790
+ ### HTTP request headers
32791
+
32792
+ - **Content-Type**: application/json
32793
+ - **Accept**: application/json
32794
+
32795
+
32032
32796
  ## target_update_artifactory
32033
32797
 
32034
32798
  > <TargetUpdateOutput> target_update_artifactory(target_update_artifactory)
@@ -32215,6 +32979,68 @@ No authorization required
32215
32979
  - **Accept**: application/json
32216
32980
 
32217
32981
 
32982
+ ## target_update_bedrock
32983
+
32984
+ > <TargetUpdateOutput> target_update_bedrock(target_update_bedrock)
32985
+
32986
+
32987
+
32988
+ ### Examples
32989
+
32990
+ ```ruby
32991
+ require 'time'
32992
+ require 'akeyless'
32993
+
32994
+ api_instance = Akeyless::V2Api.new
32995
+ target_update_bedrock = Akeyless::TargetUpdateBedrock.new({name: 'name_example'}) # TargetUpdateBedrock |
32996
+
32997
+ begin
32998
+
32999
+ result = api_instance.target_update_bedrock(target_update_bedrock)
33000
+ p result
33001
+ rescue Akeyless::ApiError => e
33002
+ puts "Error when calling V2Api->target_update_bedrock: #{e}"
33003
+ end
33004
+ ```
33005
+
33006
+ #### Using the target_update_bedrock_with_http_info variant
33007
+
33008
+ This returns an Array which contains the response data, status code and headers.
33009
+
33010
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_bedrock_with_http_info(target_update_bedrock)
33011
+
33012
+ ```ruby
33013
+ begin
33014
+
33015
+ data, status_code, headers = api_instance.target_update_bedrock_with_http_info(target_update_bedrock)
33016
+ p status_code # => 2xx
33017
+ p headers # => { ... }
33018
+ p data # => <TargetUpdateOutput>
33019
+ rescue Akeyless::ApiError => e
33020
+ puts "Error when calling V2Api->target_update_bedrock_with_http_info: #{e}"
33021
+ end
33022
+ ```
33023
+
33024
+ ### Parameters
33025
+
33026
+ | Name | Type | Description | Notes |
33027
+ | ---- | ---- | ----------- | ----- |
33028
+ | **target_update_bedrock** | [**TargetUpdateBedrock**](TargetUpdateBedrock.md) | | |
33029
+
33030
+ ### Return type
33031
+
33032
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
33033
+
33034
+ ### Authorization
33035
+
33036
+ No authorization required
33037
+
33038
+ ### HTTP request headers
33039
+
33040
+ - **Content-Type**: application/json
33041
+ - **Accept**: application/json
33042
+
33043
+
32218
33044
  ## target_update_cloudflare
32219
33045
 
32220
33046
  > <TargetUpdateOutput> target_update_cloudflare(target_update_cloudflare)
@@ -32277,6 +33103,68 @@ No authorization required
32277
33103
  - **Accept**: application/json
32278
33104
 
32279
33105
 
33106
+ ## target_update_custom_dns
33107
+
33108
+ > <TargetUpdateOutput> target_update_custom_dns(target_update_custom_dns)
33109
+
33110
+
33111
+
33112
+ ### Examples
33113
+
33114
+ ```ruby
33115
+ require 'time'
33116
+ require 'akeyless'
33117
+
33118
+ api_instance = Akeyless::V2Api.new
33119
+ target_update_custom_dns = Akeyless::TargetUpdateCustomDns.new({dns_parameter: { key: 'inner_example'}, name: 'name_example', provider_type: 'provider_type_example'}) # TargetUpdateCustomDns |
33120
+
33121
+ begin
33122
+
33123
+ result = api_instance.target_update_custom_dns(target_update_custom_dns)
33124
+ p result
33125
+ rescue Akeyless::ApiError => e
33126
+ puts "Error when calling V2Api->target_update_custom_dns: #{e}"
33127
+ end
33128
+ ```
33129
+
33130
+ #### Using the target_update_custom_dns_with_http_info variant
33131
+
33132
+ This returns an Array which contains the response data, status code and headers.
33133
+
33134
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_custom_dns_with_http_info(target_update_custom_dns)
33135
+
33136
+ ```ruby
33137
+ begin
33138
+
33139
+ data, status_code, headers = api_instance.target_update_custom_dns_with_http_info(target_update_custom_dns)
33140
+ p status_code # => 2xx
33141
+ p headers # => { ... }
33142
+ p data # => <TargetUpdateOutput>
33143
+ rescue Akeyless::ApiError => e
33144
+ puts "Error when calling V2Api->target_update_custom_dns_with_http_info: #{e}"
33145
+ end
33146
+ ```
33147
+
33148
+ ### Parameters
33149
+
33150
+ | Name | Type | Description | Notes |
33151
+ | ---- | ---- | ----------- | ----- |
33152
+ | **target_update_custom_dns** | [**TargetUpdateCustomDns**](TargetUpdateCustomDns.md) | | |
33153
+
33154
+ ### Return type
33155
+
33156
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
33157
+
33158
+ ### Authorization
33159
+
33160
+ No authorization required
33161
+
33162
+ ### HTTP request headers
33163
+
33164
+ - **Content-Type**: application/json
33165
+ - **Accept**: application/json
33166
+
33167
+
32280
33168
  ## target_update_db
32281
33169
 
32282
33170
  > <TargetUpdateOutput> target_update_db(target_update_db)
@@ -33083,6 +33971,68 @@ No authorization required
33083
33971
  - **Accept**: application/json
33084
33972
 
33085
33973
 
33974
+ ## target_update_grok
33975
+
33976
+ > <TargetUpdateOutput> target_update_grok(target_update_grok)
33977
+
33978
+
33979
+
33980
+ ### Examples
33981
+
33982
+ ```ruby
33983
+ require 'time'
33984
+ require 'akeyless'
33985
+
33986
+ api_instance = Akeyless::V2Api.new
33987
+ target_update_grok = Akeyless::TargetUpdateGrok.new({name: 'name_example'}) # TargetUpdateGrok |
33988
+
33989
+ begin
33990
+
33991
+ result = api_instance.target_update_grok(target_update_grok)
33992
+ p result
33993
+ rescue Akeyless::ApiError => e
33994
+ puts "Error when calling V2Api->target_update_grok: #{e}"
33995
+ end
33996
+ ```
33997
+
33998
+ #### Using the target_update_grok_with_http_info variant
33999
+
34000
+ This returns an Array which contains the response data, status code and headers.
34001
+
34002
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_grok_with_http_info(target_update_grok)
34003
+
34004
+ ```ruby
34005
+ begin
34006
+
34007
+ data, status_code, headers = api_instance.target_update_grok_with_http_info(target_update_grok)
34008
+ p status_code # => 2xx
34009
+ p headers # => { ... }
34010
+ p data # => <TargetUpdateOutput>
34011
+ rescue Akeyless::ApiError => e
34012
+ puts "Error when calling V2Api->target_update_grok_with_http_info: #{e}"
34013
+ end
34014
+ ```
34015
+
34016
+ ### Parameters
34017
+
34018
+ | Name | Type | Description | Notes |
34019
+ | ---- | ---- | ----------- | ----- |
34020
+ | **target_update_grok** | [**TargetUpdateGrok**](TargetUpdateGrok.md) | | |
34021
+
34022
+ ### Return type
34023
+
34024
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
34025
+
34026
+ ### Authorization
34027
+
34028
+ No authorization required
34029
+
34030
+ ### HTTP request headers
34031
+
34032
+ - **Content-Type**: application/json
34033
+ - **Accept**: application/json
34034
+
34035
+
33086
34036
  ## target_update_hashi_vault
33087
34037
 
33088
34038
  > <TargetUpdateOutput> target_update_hashi_vault(target_update_hashi_vault)
@@ -33207,6 +34157,68 @@ No authorization required
33207
34157
  - **Accept**: application/json
33208
34158
 
33209
34159
 
34160
+ ## target_update_keycloak
34161
+
34162
+ > <TargetUpdateOutput> target_update_keycloak(target_update_keycloak)
34163
+
34164
+
34165
+
34166
+ ### Examples
34167
+
34168
+ ```ruby
34169
+ require 'time'
34170
+ require 'akeyless'
34171
+
34172
+ api_instance = Akeyless::V2Api.new
34173
+ target_update_keycloak = Akeyless::TargetUpdateKeycloak.new({name: 'name_example'}) # TargetUpdateKeycloak |
34174
+
34175
+ begin
34176
+
34177
+ result = api_instance.target_update_keycloak(target_update_keycloak)
34178
+ p result
34179
+ rescue Akeyless::ApiError => e
34180
+ puts "Error when calling V2Api->target_update_keycloak: #{e}"
34181
+ end
34182
+ ```
34183
+
34184
+ #### Using the target_update_keycloak_with_http_info variant
34185
+
34186
+ This returns an Array which contains the response data, status code and headers.
34187
+
34188
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_keycloak_with_http_info(target_update_keycloak)
34189
+
34190
+ ```ruby
34191
+ begin
34192
+
34193
+ data, status_code, headers = api_instance.target_update_keycloak_with_http_info(target_update_keycloak)
34194
+ p status_code # => 2xx
34195
+ p headers # => { ... }
34196
+ p data # => <TargetUpdateOutput>
34197
+ rescue Akeyless::ApiError => e
34198
+ puts "Error when calling V2Api->target_update_keycloak_with_http_info: #{e}"
34199
+ end
34200
+ ```
34201
+
34202
+ ### Parameters
34203
+
34204
+ | Name | Type | Description | Notes |
34205
+ | ---- | ---- | ----------- | ----- |
34206
+ | **target_update_keycloak** | [**TargetUpdateKeycloak**](TargetUpdateKeycloak.md) | | |
34207
+
34208
+ ### Return type
34209
+
34210
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
34211
+
34212
+ ### Authorization
34213
+
34214
+ No authorization required
34215
+
34216
+ ### HTTP request headers
34217
+
34218
+ - **Content-Type**: application/json
34219
+ - **Accept**: application/json
34220
+
34221
+
33210
34222
  ## target_update_ldap
33211
34223
 
33212
34224
  > <TargetUpdateOutput> target_update_ldap(target_update_ldap)
@@ -33393,6 +34405,68 @@ No authorization required
33393
34405
  - **Accept**: application/json
33394
34406
 
33395
34407
 
34408
+ ## target_update_okta
34409
+
34410
+ > <TargetUpdateOutput> target_update_okta(target_update_okta)
34411
+
34412
+
34413
+
34414
+ ### Examples
34415
+
34416
+ ```ruby
34417
+ require 'time'
34418
+ require 'akeyless'
34419
+
34420
+ api_instance = Akeyless::V2Api.new
34421
+ target_update_okta = Akeyless::TargetUpdateOkta.new({name: 'name_example'}) # TargetUpdateOkta |
34422
+
34423
+ begin
34424
+
34425
+ result = api_instance.target_update_okta(target_update_okta)
34426
+ p result
34427
+ rescue Akeyless::ApiError => e
34428
+ puts "Error when calling V2Api->target_update_okta: #{e}"
34429
+ end
34430
+ ```
34431
+
34432
+ #### Using the target_update_okta_with_http_info variant
34433
+
34434
+ This returns an Array which contains the response data, status code and headers.
34435
+
34436
+ > <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_okta_with_http_info(target_update_okta)
34437
+
34438
+ ```ruby
34439
+ begin
34440
+
34441
+ data, status_code, headers = api_instance.target_update_okta_with_http_info(target_update_okta)
34442
+ p status_code # => 2xx
34443
+ p headers # => { ... }
34444
+ p data # => <TargetUpdateOutput>
34445
+ rescue Akeyless::ApiError => e
34446
+ puts "Error when calling V2Api->target_update_okta_with_http_info: #{e}"
34447
+ end
34448
+ ```
34449
+
34450
+ ### Parameters
34451
+
34452
+ | Name | Type | Description | Notes |
34453
+ | ---- | ---- | ----------- | ----- |
34454
+ | **target_update_okta** | [**TargetUpdateOkta**](TargetUpdateOkta.md) | | |
34455
+
34456
+ ### Return type
34457
+
34458
+ [**TargetUpdateOutput**](TargetUpdateOutput.md)
34459
+
34460
+ ### Authorization
34461
+
34462
+ No authorization required
34463
+
34464
+ ### HTTP request headers
34465
+
34466
+ - **Content-Type**: application/json
34467
+ - **Accept**: application/json
34468
+
34469
+
33396
34470
  ## target_update_open_ai
33397
34471
 
33398
34472
  > <TargetUpdateOutput> target_update_open_ai(target_update_open_ai)
@@ -36927,6 +38001,192 @@ No authorization required
36927
38001
  - **Accept**: application/json
36928
38002
 
36929
38003
 
38004
+ ## update_mcp_secret_bearer_token
38005
+
38006
+ > <UpdateSecretValOutput> update_mcp_secret_bearer_token(update_mcp_secret_bearer_token)
38007
+
38008
+
38009
+
38010
+ ### Examples
38011
+
38012
+ ```ruby
38013
+ require 'time'
38014
+ require 'akeyless'
38015
+
38016
+ api_instance = Akeyless::V2Api.new
38017
+ update_mcp_secret_bearer_token = Akeyless::UpdateMcpSecretBearerToken.new({name: 'name_example'}) # UpdateMcpSecretBearerToken |
38018
+
38019
+ begin
38020
+
38021
+ result = api_instance.update_mcp_secret_bearer_token(update_mcp_secret_bearer_token)
38022
+ p result
38023
+ rescue Akeyless::ApiError => e
38024
+ puts "Error when calling V2Api->update_mcp_secret_bearer_token: #{e}"
38025
+ end
38026
+ ```
38027
+
38028
+ #### Using the update_mcp_secret_bearer_token_with_http_info variant
38029
+
38030
+ This returns an Array which contains the response data, status code and headers.
38031
+
38032
+ > <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_bearer_token_with_http_info(update_mcp_secret_bearer_token)
38033
+
38034
+ ```ruby
38035
+ begin
38036
+
38037
+ data, status_code, headers = api_instance.update_mcp_secret_bearer_token_with_http_info(update_mcp_secret_bearer_token)
38038
+ p status_code # => 2xx
38039
+ p headers # => { ... }
38040
+ p data # => <UpdateSecretValOutput>
38041
+ rescue Akeyless::ApiError => e
38042
+ puts "Error when calling V2Api->update_mcp_secret_bearer_token_with_http_info: #{e}"
38043
+ end
38044
+ ```
38045
+
38046
+ ### Parameters
38047
+
38048
+ | Name | Type | Description | Notes |
38049
+ | ---- | ---- | ----------- | ----- |
38050
+ | **update_mcp_secret_bearer_token** | [**UpdateMcpSecretBearerToken**](UpdateMcpSecretBearerToken.md) | | |
38051
+
38052
+ ### Return type
38053
+
38054
+ [**UpdateSecretValOutput**](UpdateSecretValOutput.md)
38055
+
38056
+ ### Authorization
38057
+
38058
+ No authorization required
38059
+
38060
+ ### HTTP request headers
38061
+
38062
+ - **Content-Type**: application/json
38063
+ - **Accept**: application/json
38064
+
38065
+
38066
+ ## update_mcp_secret_o_auth_auth_code
38067
+
38068
+ > <UpdateSecretValOutput> update_mcp_secret_o_auth_auth_code(update_mcp_secret_o_auth_auth_code)
38069
+
38070
+
38071
+
38072
+ ### Examples
38073
+
38074
+ ```ruby
38075
+ require 'time'
38076
+ require 'akeyless'
38077
+
38078
+ api_instance = Akeyless::V2Api.new
38079
+ update_mcp_secret_o_auth_auth_code = Akeyless::UpdateMcpSecretOAuthAuthCode.new({name: 'name_example'}) # UpdateMcpSecretOAuthAuthCode |
38080
+
38081
+ begin
38082
+
38083
+ result = api_instance.update_mcp_secret_o_auth_auth_code(update_mcp_secret_o_auth_auth_code)
38084
+ p result
38085
+ rescue Akeyless::ApiError => e
38086
+ puts "Error when calling V2Api->update_mcp_secret_o_auth_auth_code: #{e}"
38087
+ end
38088
+ ```
38089
+
38090
+ #### Using the update_mcp_secret_o_auth_auth_code_with_http_info variant
38091
+
38092
+ This returns an Array which contains the response data, status code and headers.
38093
+
38094
+ > <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_o_auth_auth_code_with_http_info(update_mcp_secret_o_auth_auth_code)
38095
+
38096
+ ```ruby
38097
+ begin
38098
+
38099
+ data, status_code, headers = api_instance.update_mcp_secret_o_auth_auth_code_with_http_info(update_mcp_secret_o_auth_auth_code)
38100
+ p status_code # => 2xx
38101
+ p headers # => { ... }
38102
+ p data # => <UpdateSecretValOutput>
38103
+ rescue Akeyless::ApiError => e
38104
+ puts "Error when calling V2Api->update_mcp_secret_o_auth_auth_code_with_http_info: #{e}"
38105
+ end
38106
+ ```
38107
+
38108
+ ### Parameters
38109
+
38110
+ | Name | Type | Description | Notes |
38111
+ | ---- | ---- | ----------- | ----- |
38112
+ | **update_mcp_secret_o_auth_auth_code** | [**UpdateMcpSecretOAuthAuthCode**](UpdateMcpSecretOAuthAuthCode.md) | | |
38113
+
38114
+ ### Return type
38115
+
38116
+ [**UpdateSecretValOutput**](UpdateSecretValOutput.md)
38117
+
38118
+ ### Authorization
38119
+
38120
+ No authorization required
38121
+
38122
+ ### HTTP request headers
38123
+
38124
+ - **Content-Type**: application/json
38125
+ - **Accept**: application/json
38126
+
38127
+
38128
+ ## update_mcp_secret_o_auth_client_creds
38129
+
38130
+ > <UpdateSecretValOutput> update_mcp_secret_o_auth_client_creds(update_mcp_secret_o_auth_client_creds)
38131
+
38132
+
38133
+
38134
+ ### Examples
38135
+
38136
+ ```ruby
38137
+ require 'time'
38138
+ require 'akeyless'
38139
+
38140
+ api_instance = Akeyless::V2Api.new
38141
+ update_mcp_secret_o_auth_client_creds = Akeyless::UpdateMcpSecretOAuthClientCreds.new({name: 'name_example'}) # UpdateMcpSecretOAuthClientCreds |
38142
+
38143
+ begin
38144
+
38145
+ result = api_instance.update_mcp_secret_o_auth_client_creds(update_mcp_secret_o_auth_client_creds)
38146
+ p result
38147
+ rescue Akeyless::ApiError => e
38148
+ puts "Error when calling V2Api->update_mcp_secret_o_auth_client_creds: #{e}"
38149
+ end
38150
+ ```
38151
+
38152
+ #### Using the update_mcp_secret_o_auth_client_creds_with_http_info variant
38153
+
38154
+ This returns an Array which contains the response data, status code and headers.
38155
+
38156
+ > <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_o_auth_client_creds_with_http_info(update_mcp_secret_o_auth_client_creds)
38157
+
38158
+ ```ruby
38159
+ begin
38160
+
38161
+ data, status_code, headers = api_instance.update_mcp_secret_o_auth_client_creds_with_http_info(update_mcp_secret_o_auth_client_creds)
38162
+ p status_code # => 2xx
38163
+ p headers # => { ... }
38164
+ p data # => <UpdateSecretValOutput>
38165
+ rescue Akeyless::ApiError => e
38166
+ puts "Error when calling V2Api->update_mcp_secret_o_auth_client_creds_with_http_info: #{e}"
38167
+ end
38168
+ ```
38169
+
38170
+ ### Parameters
38171
+
38172
+ | Name | Type | Description | Notes |
38173
+ | ---- | ---- | ----------- | ----- |
38174
+ | **update_mcp_secret_o_auth_client_creds** | [**UpdateMcpSecretOAuthClientCreds**](UpdateMcpSecretOAuthClientCreds.md) | | |
38175
+
38176
+ ### Return type
38177
+
38178
+ [**UpdateSecretValOutput**](UpdateSecretValOutput.md)
38179
+
38180
+ ### Authorization
38181
+
38182
+ No authorization required
38183
+
38184
+ ### HTTP request headers
38185
+
38186
+ - **Content-Type**: application/json
38187
+ - **Accept**: application/json
38188
+
38189
+
36930
38190
  ## update_native_k8_s_target
36931
38191
 
36932
38192
  > <UpdateNativeK8STargetOutput> update_native_k8_s_target(update_native_k8_s_target)