akeyless 5.0.28 → 5.0.30
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.
- checksums.yaml +4 -4
- data/README.md +49 -1
- data/docs/AccountGeneralSettings.md +4 -0
- data/docs/AnthropicTargetDetails.md +20 -0
- data/docs/AuthMethod.md +3 -1
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/AuthMethodCreateSAML.md +3 -1
- data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
- data/docs/AuthMethodUpdateSAML.md +3 -1
- data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
- data/docs/BedrockTargetDetails.md +20 -0
- data/docs/CreateAuthMethodSAML.md +3 -1
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateDBTarget.md +2 -0
- data/docs/CreateMcpSecretBearerToken.md +46 -0
- data/docs/CreateMcpSecretOAuthAuthCode.md +56 -0
- data/docs/CreateMcpSecretOAuthClientCreds.md +52 -0
- data/docs/CreatePKICertIssuer.md +1 -1
- data/docs/CustomDnsTargetDetails.md +20 -0
- data/docs/DSProducerDetails.md +2 -0
- data/docs/DbTargetDetails.md +2 -0
- data/docs/EmailCustomization.md +28 -0
- data/docs/EmailCustomizationAccountInformation.md +24 -0
- data/docs/EmailCustomizationAccountInformationValues.md +24 -0
- data/docs/EsmGetSecretOutput.md +4 -0
- data/docs/FileDownloadInstructions.md +20 -0
- data/docs/FileInfo.md +50 -0
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GetKubeExecCreds.md +1 -1
- data/docs/GetPKICertificate.md +1 -1
- data/docs/GrokTargetDetails.md +22 -0
- data/docs/HashiPayload.md +2 -0
- data/docs/Item.md +2 -0
- data/docs/KeycloakTargetDetails.md +24 -0
- data/docs/OktaTargetDetails.md +20 -0
- data/docs/RuntimeAuthorityCommand.md +4 -0
- data/docs/SAMLAccessRules.md +3 -1
- data/docs/StaticSecretDetailsInfo.md +2 -0
- data/docs/TargetCreateAnthropic.md +36 -0
- data/docs/TargetCreateBedrock.md +36 -0
- data/docs/TargetCreateCustomDns.md +36 -0
- data/docs/TargetCreateDB.md +2 -0
- data/docs/TargetCreateGrok.md +38 -0
- data/docs/TargetCreateKeycloak.md +40 -0
- data/docs/TargetCreateOkta.md +36 -0
- data/docs/TargetTypeDetailsInput.md +12 -0
- data/docs/TargetUpdateAnthropic.md +42 -0
- data/docs/TargetUpdateBedrock.md +42 -0
- data/docs/TargetUpdateCustomDns.md +40 -0
- data/docs/TargetUpdateDB.md +2 -0
- data/docs/TargetUpdateGrok.md +44 -0
- data/docs/TargetUpdateKeycloak.md +44 -0
- data/docs/TargetUpdateOkta.md +40 -0
- data/docs/UidExpirationEvent.md +18 -0
- data/docs/UpdateAuthMethodSAML.md +3 -1
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdateDBTarget.md +2 -0
- data/docs/UpdateMcpSecretBearerToken.md +40 -0
- data/docs/UpdateMcpSecretOAuthAuthCode.md +50 -0
- data/docs/UpdateMcpSecretOAuthClientCreds.md +46 -0
- data/docs/UpdatePKICertIssuer.md +1 -1
- data/docs/UscGetSecretOutput.md +4 -0
- data/docs/V2Api.md +1134 -0
- data/lib/akeyless/api/v2_api.rb +1249 -97
- data/lib/akeyless/models/account_general_settings.rb +20 -1
- data/lib/akeyless/models/anthropic_target_details.rb +224 -0
- data/lib/akeyless/models/auth_method.rb +15 -4
- data/lib/akeyless/models/auth_method_access_info.rb +13 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +14 -4
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
- data/lib/akeyless/models/bedrock_target_details.rb +224 -0
- data/lib/akeyless/models/create_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/create_db_target.rb +11 -1
- data/lib/akeyless/models/create_mcp_secret_bearer_token.rb +371 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_auth_code.rb +423 -0
- data/lib/akeyless/models/create_mcp_secret_o_auth_client_creds.rb +403 -0
- data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/custom_dns_target_details.rb +225 -0
- data/lib/akeyless/models/db_target_details.rb +11 -1
- data/lib/akeyless/models/ds_producer_details.rb +11 -1
- data/lib/akeyless/models/email_customization.rb +259 -0
- data/lib/akeyless/models/email_customization_account_information.rb +242 -0
- data/lib/akeyless/models/email_customization_account_information_values.rb +241 -0
- data/lib/akeyless/models/esm_get_secret_output.rb +19 -1
- data/lib/akeyless/models/file_download_instructions.rb +223 -0
- data/lib/akeyless/models/file_info.rb +358 -0
- data/lib/akeyless/models/gateway_create_migration.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +11 -1
- data/lib/akeyless/models/get_kube_exec_creds.rb +1 -1
- data/lib/akeyless/models/get_pki_certificate.rb +1 -1
- data/lib/akeyless/models/grok_target_details.rb +234 -0
- data/lib/akeyless/models/hashi_payload.rb +10 -1
- data/lib/akeyless/models/item.rb +10 -1
- data/lib/akeyless/models/keycloak_target_details.rb +242 -0
- data/lib/akeyless/models/okta_target_details.rb +224 -0
- data/lib/akeyless/models/runtime_authority_command.rb +21 -1
- data/lib/akeyless/models/saml_access_rules.rb +14 -4
- data/lib/akeyless/models/static_secret_details_info.rb +10 -1
- data/lib/akeyless/models/target_create_anthropic.rb +317 -0
- data/lib/akeyless/models/target_create_bedrock.rb +317 -0
- data/lib/akeyless/models/target_create_custom_dns.rb +330 -0
- data/lib/akeyless/models/target_create_db.rb +11 -1
- data/lib/akeyless/models/target_create_grok.rb +327 -0
- data/lib/akeyless/models/target_create_keycloak.rb +334 -0
- data/lib/akeyless/models/target_create_okta.rb +314 -0
- data/lib/akeyless/models/target_type_details_input.rb +55 -1
- data/lib/akeyless/models/target_update_anthropic.rb +351 -0
- data/lib/akeyless/models/target_update_bedrock.rb +351 -0
- data/lib/akeyless/models/target_update_custom_dns.rb +350 -0
- data/lib/akeyless/models/target_update_db.rb +11 -1
- data/lib/akeyless/models/target_update_grok.rb +361 -0
- data/lib/akeyless/models/target_update_keycloak.rb +354 -0
- data/lib/akeyless/models/target_update_okta.rb +334 -0
- data/lib/akeyless/models/uid_expiration_event.rb +214 -0
- data/lib/akeyless/models/update_auth_method_saml.rb +14 -4
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/update_db_target.rb +11 -1
- data/lib/akeyless/models/update_mcp_secret_bearer_token.rb +338 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_auth_code.rb +390 -0
- data/lib/akeyless/models/update_mcp_secret_o_auth_client_creds.rb +370 -0
- data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
- data/lib/akeyless/models/usc_get_secret_output.rb +19 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +30 -0
- data/spec/models/anthropic_target_details_spec.rb +42 -0
- data/spec/models/bedrock_target_details_spec.rb +42 -0
- data/spec/models/create_mcp_secret_bearer_token_spec.rb +120 -0
- data/spec/models/create_mcp_secret_o_auth_auth_code_spec.rb +150 -0
- data/spec/models/create_mcp_secret_o_auth_client_creds_spec.rb +138 -0
- data/spec/models/custom_dns_target_details_spec.rb +42 -0
- data/spec/models/email_customization_account_information_spec.rb +54 -0
- data/spec/models/email_customization_account_information_values_spec.rb +54 -0
- data/spec/models/email_customization_spec.rb +66 -0
- data/spec/models/file_download_instructions_spec.rb +42 -0
- data/spec/models/file_info_spec.rb +132 -0
- data/spec/models/grok_target_details_spec.rb +48 -0
- data/spec/models/keycloak_target_details_spec.rb +54 -0
- data/spec/models/okta_target_details_spec.rb +42 -0
- data/spec/models/target_create_anthropic_spec.rb +90 -0
- data/spec/models/target_create_bedrock_spec.rb +90 -0
- data/spec/models/target_create_custom_dns_spec.rb +90 -0
- data/spec/models/target_create_grok_spec.rb +96 -0
- data/spec/models/target_create_keycloak_spec.rb +102 -0
- data/spec/models/target_create_okta_spec.rb +90 -0
- data/spec/models/target_update_anthropic_spec.rb +108 -0
- data/spec/models/target_update_bedrock_spec.rb +108 -0
- data/spec/models/target_update_custom_dns_spec.rb +102 -0
- data/spec/models/target_update_grok_spec.rb +114 -0
- data/spec/models/target_update_keycloak_spec.rb +114 -0
- data/spec/models/target_update_okta_spec.rb +102 -0
- data/spec/models/uid_expiration_event_spec.rb +36 -0
- data/spec/models/update_mcp_secret_bearer_token_spec.rb +102 -0
- data/spec/models/update_mcp_secret_o_auth_auth_code_spec.rb +132 -0
- data/spec/models/update_mcp_secret_o_auth_client_creds_spec.rb +120 -0
- metadata +1295 -1175
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,13 @@ 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_anthropic**](V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic | |
|
|
477
481
|
| [**target_create_artifactory**](V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory | |
|
|
478
482
|
| [**target_create_aws**](V2Api.md#target_create_aws) | **POST** /target-create-aws | |
|
|
479
483
|
| [**target_create_azure**](V2Api.md#target_create_azure) | **POST** /target-create-azure | |
|
|
484
|
+
| [**target_create_bedrock**](V2Api.md#target_create_bedrock) | **POST** /target-create-bedrock | |
|
|
480
485
|
| [**target_create_cloudflare**](V2Api.md#target_create_cloudflare) | **POST** /target-create-cloudflare | |
|
|
486
|
+
| [**target_create_custom_dns**](V2Api.md#target_create_custom_dns) | **POST** /target-create-custom-dns | |
|
|
481
487
|
| [**target_create_db**](V2Api.md#target_create_db) | **POST** /target-create-db | |
|
|
482
488
|
| [**target_create_digi_cert**](V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert | |
|
|
483
489
|
| [**target_create_dockerhub**](V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub | |
|
|
@@ -491,11 +497,14 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
491
497
|
| [**target_create_global_sign_atlas**](V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas | |
|
|
492
498
|
| [**target_create_godaddy**](V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy | |
|
|
493
499
|
| [**target_create_google_trust**](V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust | |
|
|
500
|
+
| [**target_create_grok**](V2Api.md#target_create_grok) | **POST** /target-create-grok | |
|
|
494
501
|
| [**target_create_hashi_vault**](V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault | |
|
|
495
502
|
| [**target_create_k8s**](V2Api.md#target_create_k8s) | **POST** /target-create-k8s | |
|
|
503
|
+
| [**target_create_keycloak**](V2Api.md#target_create_keycloak) | **POST** /target-create-keycloak | |
|
|
496
504
|
| [**target_create_ldap**](V2Api.md#target_create_ldap) | **POST** /target-create-ldap | |
|
|
497
505
|
| [**target_create_lets_encrypt**](V2Api.md#target_create_lets_encrypt) | **POST** /target-create-lets-encrypt | |
|
|
498
506
|
| [**target_create_linked**](V2Api.md#target_create_linked) | **POST** /target-create-linked | |
|
|
507
|
+
| [**target_create_okta**](V2Api.md#target_create_okta) | **POST** /target-create-okta | |
|
|
499
508
|
| [**target_create_open_ai**](V2Api.md#target_create_open_ai) | **POST** /target-create-openai | |
|
|
500
509
|
| [**target_create_ping**](V2Api.md#target_create_ping) | **POST** /target-create-ping | |
|
|
501
510
|
| [**target_create_rabbit_mq**](V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq | |
|
|
@@ -510,10 +519,13 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
510
519
|
| [**target_get**](V2Api.md#target_get) | **POST** /target-get | |
|
|
511
520
|
| [**target_get_details**](V2Api.md#target_get_details) | **POST** /target-get-details | |
|
|
512
521
|
| [**target_list**](V2Api.md#target_list) | **POST** /target-list | |
|
|
522
|
+
| [**target_update_anthropic**](V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic | |
|
|
513
523
|
| [**target_update_artifactory**](V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory | |
|
|
514
524
|
| [**target_update_aws**](V2Api.md#target_update_aws) | **POST** /target-update-aws | |
|
|
515
525
|
| [**target_update_azure**](V2Api.md#target_update_azure) | **POST** /target-update-azure | |
|
|
526
|
+
| [**target_update_bedrock**](V2Api.md#target_update_bedrock) | **POST** /target-update-bedrock | |
|
|
516
527
|
| [**target_update_cloudflare**](V2Api.md#target_update_cloudflare) | **POST** /target-update-cloudflare | |
|
|
528
|
+
| [**target_update_custom_dns**](V2Api.md#target_update_custom_dns) | **POST** /target-update-custom-dns | |
|
|
517
529
|
| [**target_update_db**](V2Api.md#target_update_db) | **POST** /target-update-db | |
|
|
518
530
|
| [**target_update_digi_cert**](V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert | |
|
|
519
531
|
| [**target_update_dockerhub**](V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub | |
|
|
@@ -527,11 +539,14 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
527
539
|
| [**target_update_global_sign_atlas**](V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas | |
|
|
528
540
|
| [**target_update_godaddy**](V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy | |
|
|
529
541
|
| [**target_update_google_trust**](V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust | |
|
|
542
|
+
| [**target_update_grok**](V2Api.md#target_update_grok) | **POST** /target-update-grok | |
|
|
530
543
|
| [**target_update_hashi_vault**](V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault | |
|
|
531
544
|
| [**target_update_k8s**](V2Api.md#target_update_k8s) | **POST** /target-update-k8s | |
|
|
545
|
+
| [**target_update_keycloak**](V2Api.md#target_update_keycloak) | **POST** /target-update-keycloak | |
|
|
532
546
|
| [**target_update_ldap**](V2Api.md#target_update_ldap) | **POST** /target-update-ldap | |
|
|
533
547
|
| [**target_update_lets_encrypt**](V2Api.md#target_update_lets_encrypt) | **POST** /target-update-lets-encrypt | |
|
|
534
548
|
| [**target_update_linked**](V2Api.md#target_update_linked) | **POST** /target-update-linked | |
|
|
549
|
+
| [**target_update_okta**](V2Api.md#target_update_okta) | **POST** /target-update-okta | |
|
|
535
550
|
| [**target_update_open_ai**](V2Api.md#target_update_open_ai) | **POST** /target-update-openai | |
|
|
536
551
|
| [**target_update_ping**](V2Api.md#target_update_ping) | **POST** /target-update-ping | |
|
|
537
552
|
| [**target_update_rabbit_mq**](V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq | |
|
|
@@ -589,6 +604,9 @@ All URIs are relative to *https://api.akeyless.io*
|
|
|
589
604
|
| [**update_ldap_target**](V2Api.md#update_ldap_target) | **POST** /update-ldap-target | |
|
|
590
605
|
| [**update_ldap_target_details**](V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details | |
|
|
591
606
|
| [**update_linked_target**](V2Api.md#update_linked_target) | **POST** /update-linked-target | |
|
|
607
|
+
| [**update_mcp_secret_bearer_token**](V2Api.md#update_mcp_secret_bearer_token) | **POST** /update-mcp-secret-bearer-token | |
|
|
608
|
+
| [**update_mcp_secret_o_auth_auth_code**](V2Api.md#update_mcp_secret_o_auth_auth_code) | **POST** /update-mcp-secret-oauth-authorization-code | |
|
|
609
|
+
| [**update_mcp_secret_o_auth_client_creds**](V2Api.md#update_mcp_secret_o_auth_client_creds) | **POST** /update-mcp-secret-oauth-client-credentials | |
|
|
592
610
|
| [**update_native_k8_s_target**](V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target | |
|
|
593
611
|
| [**update_oidc_app**](V2Api.md#update_oidc_app) | **POST** /update-oidc-app | |
|
|
594
612
|
| [**update_ping_target**](V2Api.md#update_ping_target) | **POST** /update-ping-target | |
|
|
@@ -5714,6 +5732,192 @@ No authorization required
|
|
|
5714
5732
|
- **Accept**: application/json
|
|
5715
5733
|
|
|
5716
5734
|
|
|
5735
|
+
## create_mcp_secret_bearer_token
|
|
5736
|
+
|
|
5737
|
+
> <CreateSecretOutput> create_mcp_secret_bearer_token(create_mcp_secret_bearer_token)
|
|
5738
|
+
|
|
5739
|
+
|
|
5740
|
+
|
|
5741
|
+
### Examples
|
|
5742
|
+
|
|
5743
|
+
```ruby
|
|
5744
|
+
require 'time'
|
|
5745
|
+
require 'akeyless'
|
|
5746
|
+
|
|
5747
|
+
api_instance = Akeyless::V2Api.new
|
|
5748
|
+
create_mcp_secret_bearer_token = Akeyless::CreateMcpSecretBearerToken.new({name: 'name_example'}) # CreateMcpSecretBearerToken |
|
|
5749
|
+
|
|
5750
|
+
begin
|
|
5751
|
+
|
|
5752
|
+
result = api_instance.create_mcp_secret_bearer_token(create_mcp_secret_bearer_token)
|
|
5753
|
+
p result
|
|
5754
|
+
rescue Akeyless::ApiError => e
|
|
5755
|
+
puts "Error when calling V2Api->create_mcp_secret_bearer_token: #{e}"
|
|
5756
|
+
end
|
|
5757
|
+
```
|
|
5758
|
+
|
|
5759
|
+
#### Using the create_mcp_secret_bearer_token_with_http_info variant
|
|
5760
|
+
|
|
5761
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5762
|
+
|
|
5763
|
+
> <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_bearer_token_with_http_info(create_mcp_secret_bearer_token)
|
|
5764
|
+
|
|
5765
|
+
```ruby
|
|
5766
|
+
begin
|
|
5767
|
+
|
|
5768
|
+
data, status_code, headers = api_instance.create_mcp_secret_bearer_token_with_http_info(create_mcp_secret_bearer_token)
|
|
5769
|
+
p status_code # => 2xx
|
|
5770
|
+
p headers # => { ... }
|
|
5771
|
+
p data # => <CreateSecretOutput>
|
|
5772
|
+
rescue Akeyless::ApiError => e
|
|
5773
|
+
puts "Error when calling V2Api->create_mcp_secret_bearer_token_with_http_info: #{e}"
|
|
5774
|
+
end
|
|
5775
|
+
```
|
|
5776
|
+
|
|
5777
|
+
### Parameters
|
|
5778
|
+
|
|
5779
|
+
| Name | Type | Description | Notes |
|
|
5780
|
+
| ---- | ---- | ----------- | ----- |
|
|
5781
|
+
| **create_mcp_secret_bearer_token** | [**CreateMcpSecretBearerToken**](CreateMcpSecretBearerToken.md) | | |
|
|
5782
|
+
|
|
5783
|
+
### Return type
|
|
5784
|
+
|
|
5785
|
+
[**CreateSecretOutput**](CreateSecretOutput.md)
|
|
5786
|
+
|
|
5787
|
+
### Authorization
|
|
5788
|
+
|
|
5789
|
+
No authorization required
|
|
5790
|
+
|
|
5791
|
+
### HTTP request headers
|
|
5792
|
+
|
|
5793
|
+
- **Content-Type**: application/json
|
|
5794
|
+
- **Accept**: application/json
|
|
5795
|
+
|
|
5796
|
+
|
|
5797
|
+
## create_mcp_secret_o_auth_auth_code
|
|
5798
|
+
|
|
5799
|
+
> <CreateSecretOutput> create_mcp_secret_o_auth_auth_code(create_mcp_secret_o_auth_auth_code)
|
|
5800
|
+
|
|
5801
|
+
|
|
5802
|
+
|
|
5803
|
+
### Examples
|
|
5804
|
+
|
|
5805
|
+
```ruby
|
|
5806
|
+
require 'time'
|
|
5807
|
+
require 'akeyless'
|
|
5808
|
+
|
|
5809
|
+
api_instance = Akeyless::V2Api.new
|
|
5810
|
+
create_mcp_secret_o_auth_auth_code = Akeyless::CreateMcpSecretOAuthAuthCode.new({name: 'name_example'}) # CreateMcpSecretOAuthAuthCode |
|
|
5811
|
+
|
|
5812
|
+
begin
|
|
5813
|
+
|
|
5814
|
+
result = api_instance.create_mcp_secret_o_auth_auth_code(create_mcp_secret_o_auth_auth_code)
|
|
5815
|
+
p result
|
|
5816
|
+
rescue Akeyless::ApiError => e
|
|
5817
|
+
puts "Error when calling V2Api->create_mcp_secret_o_auth_auth_code: #{e}"
|
|
5818
|
+
end
|
|
5819
|
+
```
|
|
5820
|
+
|
|
5821
|
+
#### Using the create_mcp_secret_o_auth_auth_code_with_http_info variant
|
|
5822
|
+
|
|
5823
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5824
|
+
|
|
5825
|
+
> <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_o_auth_auth_code_with_http_info(create_mcp_secret_o_auth_auth_code)
|
|
5826
|
+
|
|
5827
|
+
```ruby
|
|
5828
|
+
begin
|
|
5829
|
+
|
|
5830
|
+
data, status_code, headers = api_instance.create_mcp_secret_o_auth_auth_code_with_http_info(create_mcp_secret_o_auth_auth_code)
|
|
5831
|
+
p status_code # => 2xx
|
|
5832
|
+
p headers # => { ... }
|
|
5833
|
+
p data # => <CreateSecretOutput>
|
|
5834
|
+
rescue Akeyless::ApiError => e
|
|
5835
|
+
puts "Error when calling V2Api->create_mcp_secret_o_auth_auth_code_with_http_info: #{e}"
|
|
5836
|
+
end
|
|
5837
|
+
```
|
|
5838
|
+
|
|
5839
|
+
### Parameters
|
|
5840
|
+
|
|
5841
|
+
| Name | Type | Description | Notes |
|
|
5842
|
+
| ---- | ---- | ----------- | ----- |
|
|
5843
|
+
| **create_mcp_secret_o_auth_auth_code** | [**CreateMcpSecretOAuthAuthCode**](CreateMcpSecretOAuthAuthCode.md) | | |
|
|
5844
|
+
|
|
5845
|
+
### Return type
|
|
5846
|
+
|
|
5847
|
+
[**CreateSecretOutput**](CreateSecretOutput.md)
|
|
5848
|
+
|
|
5849
|
+
### Authorization
|
|
5850
|
+
|
|
5851
|
+
No authorization required
|
|
5852
|
+
|
|
5853
|
+
### HTTP request headers
|
|
5854
|
+
|
|
5855
|
+
- **Content-Type**: application/json
|
|
5856
|
+
- **Accept**: application/json
|
|
5857
|
+
|
|
5858
|
+
|
|
5859
|
+
## create_mcp_secret_o_auth_client_creds
|
|
5860
|
+
|
|
5861
|
+
> <CreateSecretOutput> create_mcp_secret_o_auth_client_creds(create_mcp_secret_o_auth_client_creds)
|
|
5862
|
+
|
|
5863
|
+
|
|
5864
|
+
|
|
5865
|
+
### Examples
|
|
5866
|
+
|
|
5867
|
+
```ruby
|
|
5868
|
+
require 'time'
|
|
5869
|
+
require 'akeyless'
|
|
5870
|
+
|
|
5871
|
+
api_instance = Akeyless::V2Api.new
|
|
5872
|
+
create_mcp_secret_o_auth_client_creds = Akeyless::CreateMcpSecretOAuthClientCreds.new({name: 'name_example'}) # CreateMcpSecretOAuthClientCreds |
|
|
5873
|
+
|
|
5874
|
+
begin
|
|
5875
|
+
|
|
5876
|
+
result = api_instance.create_mcp_secret_o_auth_client_creds(create_mcp_secret_o_auth_client_creds)
|
|
5877
|
+
p result
|
|
5878
|
+
rescue Akeyless::ApiError => e
|
|
5879
|
+
puts "Error when calling V2Api->create_mcp_secret_o_auth_client_creds: #{e}"
|
|
5880
|
+
end
|
|
5881
|
+
```
|
|
5882
|
+
|
|
5883
|
+
#### Using the create_mcp_secret_o_auth_client_creds_with_http_info variant
|
|
5884
|
+
|
|
5885
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5886
|
+
|
|
5887
|
+
> <Array(<CreateSecretOutput>, Integer, Hash)> create_mcp_secret_o_auth_client_creds_with_http_info(create_mcp_secret_o_auth_client_creds)
|
|
5888
|
+
|
|
5889
|
+
```ruby
|
|
5890
|
+
begin
|
|
5891
|
+
|
|
5892
|
+
data, status_code, headers = api_instance.create_mcp_secret_o_auth_client_creds_with_http_info(create_mcp_secret_o_auth_client_creds)
|
|
5893
|
+
p status_code # => 2xx
|
|
5894
|
+
p headers # => { ... }
|
|
5895
|
+
p data # => <CreateSecretOutput>
|
|
5896
|
+
rescue Akeyless::ApiError => e
|
|
5897
|
+
puts "Error when calling V2Api->create_mcp_secret_o_auth_client_creds_with_http_info: #{e}"
|
|
5898
|
+
end
|
|
5899
|
+
```
|
|
5900
|
+
|
|
5901
|
+
### Parameters
|
|
5902
|
+
|
|
5903
|
+
| Name | Type | Description | Notes |
|
|
5904
|
+
| ---- | ---- | ----------- | ----- |
|
|
5905
|
+
| **create_mcp_secret_o_auth_client_creds** | [**CreateMcpSecretOAuthClientCreds**](CreateMcpSecretOAuthClientCreds.md) | | |
|
|
5906
|
+
|
|
5907
|
+
### Return type
|
|
5908
|
+
|
|
5909
|
+
[**CreateSecretOutput**](CreateSecretOutput.md)
|
|
5910
|
+
|
|
5911
|
+
### Authorization
|
|
5912
|
+
|
|
5913
|
+
No authorization required
|
|
5914
|
+
|
|
5915
|
+
### HTTP request headers
|
|
5916
|
+
|
|
5917
|
+
- **Content-Type**: application/json
|
|
5918
|
+
- **Accept**: application/json
|
|
5919
|
+
|
|
5920
|
+
|
|
5717
5921
|
## create_native_k8_s_target
|
|
5718
5922
|
|
|
5719
5923
|
> <CreateNativeK8STargetOutput> create_native_k8_s_target(create_native_k8_s_target)
|
|
@@ -29797,6 +30001,68 @@ No authorization required
|
|
|
29797
30001
|
- **Accept**: application/json
|
|
29798
30002
|
|
|
29799
30003
|
|
|
30004
|
+
## target_create_anthropic
|
|
30005
|
+
|
|
30006
|
+
> <TargetCreateOutput> target_create_anthropic(target_create_anthropic)
|
|
30007
|
+
|
|
30008
|
+
|
|
30009
|
+
|
|
30010
|
+
### Examples
|
|
30011
|
+
|
|
30012
|
+
```ruby
|
|
30013
|
+
require 'time'
|
|
30014
|
+
require 'akeyless'
|
|
30015
|
+
|
|
30016
|
+
api_instance = Akeyless::V2Api.new
|
|
30017
|
+
target_create_anthropic = Akeyless::TargetCreateAnthropic.new({name: 'name_example'}) # TargetCreateAnthropic |
|
|
30018
|
+
|
|
30019
|
+
begin
|
|
30020
|
+
|
|
30021
|
+
result = api_instance.target_create_anthropic(target_create_anthropic)
|
|
30022
|
+
p result
|
|
30023
|
+
rescue Akeyless::ApiError => e
|
|
30024
|
+
puts "Error when calling V2Api->target_create_anthropic: #{e}"
|
|
30025
|
+
end
|
|
30026
|
+
```
|
|
30027
|
+
|
|
30028
|
+
#### Using the target_create_anthropic_with_http_info variant
|
|
30029
|
+
|
|
30030
|
+
This returns an Array which contains the response data, status code and headers.
|
|
30031
|
+
|
|
30032
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_anthropic_with_http_info(target_create_anthropic)
|
|
30033
|
+
|
|
30034
|
+
```ruby
|
|
30035
|
+
begin
|
|
30036
|
+
|
|
30037
|
+
data, status_code, headers = api_instance.target_create_anthropic_with_http_info(target_create_anthropic)
|
|
30038
|
+
p status_code # => 2xx
|
|
30039
|
+
p headers # => { ... }
|
|
30040
|
+
p data # => <TargetCreateOutput>
|
|
30041
|
+
rescue Akeyless::ApiError => e
|
|
30042
|
+
puts "Error when calling V2Api->target_create_anthropic_with_http_info: #{e}"
|
|
30043
|
+
end
|
|
30044
|
+
```
|
|
30045
|
+
|
|
30046
|
+
### Parameters
|
|
30047
|
+
|
|
30048
|
+
| Name | Type | Description | Notes |
|
|
30049
|
+
| ---- | ---- | ----------- | ----- |
|
|
30050
|
+
| **target_create_anthropic** | [**TargetCreateAnthropic**](TargetCreateAnthropic.md) | | |
|
|
30051
|
+
|
|
30052
|
+
### Return type
|
|
30053
|
+
|
|
30054
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
30055
|
+
|
|
30056
|
+
### Authorization
|
|
30057
|
+
|
|
30058
|
+
No authorization required
|
|
30059
|
+
|
|
30060
|
+
### HTTP request headers
|
|
30061
|
+
|
|
30062
|
+
- **Content-Type**: application/json
|
|
30063
|
+
- **Accept**: application/json
|
|
30064
|
+
|
|
30065
|
+
|
|
29800
30066
|
## target_create_artifactory
|
|
29801
30067
|
|
|
29802
30068
|
> <TargetCreateOutput> target_create_artifactory(target_create_artifactory)
|
|
@@ -29983,6 +30249,68 @@ No authorization required
|
|
|
29983
30249
|
- **Accept**: application/json
|
|
29984
30250
|
|
|
29985
30251
|
|
|
30252
|
+
## target_create_bedrock
|
|
30253
|
+
|
|
30254
|
+
> <TargetCreateOutput> target_create_bedrock(target_create_bedrock)
|
|
30255
|
+
|
|
30256
|
+
|
|
30257
|
+
|
|
30258
|
+
### Examples
|
|
30259
|
+
|
|
30260
|
+
```ruby
|
|
30261
|
+
require 'time'
|
|
30262
|
+
require 'akeyless'
|
|
30263
|
+
|
|
30264
|
+
api_instance = Akeyless::V2Api.new
|
|
30265
|
+
target_create_bedrock = Akeyless::TargetCreateBedrock.new({name: 'name_example'}) # TargetCreateBedrock |
|
|
30266
|
+
|
|
30267
|
+
begin
|
|
30268
|
+
|
|
30269
|
+
result = api_instance.target_create_bedrock(target_create_bedrock)
|
|
30270
|
+
p result
|
|
30271
|
+
rescue Akeyless::ApiError => e
|
|
30272
|
+
puts "Error when calling V2Api->target_create_bedrock: #{e}"
|
|
30273
|
+
end
|
|
30274
|
+
```
|
|
30275
|
+
|
|
30276
|
+
#### Using the target_create_bedrock_with_http_info variant
|
|
30277
|
+
|
|
30278
|
+
This returns an Array which contains the response data, status code and headers.
|
|
30279
|
+
|
|
30280
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_bedrock_with_http_info(target_create_bedrock)
|
|
30281
|
+
|
|
30282
|
+
```ruby
|
|
30283
|
+
begin
|
|
30284
|
+
|
|
30285
|
+
data, status_code, headers = api_instance.target_create_bedrock_with_http_info(target_create_bedrock)
|
|
30286
|
+
p status_code # => 2xx
|
|
30287
|
+
p headers # => { ... }
|
|
30288
|
+
p data # => <TargetCreateOutput>
|
|
30289
|
+
rescue Akeyless::ApiError => e
|
|
30290
|
+
puts "Error when calling V2Api->target_create_bedrock_with_http_info: #{e}"
|
|
30291
|
+
end
|
|
30292
|
+
```
|
|
30293
|
+
|
|
30294
|
+
### Parameters
|
|
30295
|
+
|
|
30296
|
+
| Name | Type | Description | Notes |
|
|
30297
|
+
| ---- | ---- | ----------- | ----- |
|
|
30298
|
+
| **target_create_bedrock** | [**TargetCreateBedrock**](TargetCreateBedrock.md) | | |
|
|
30299
|
+
|
|
30300
|
+
### Return type
|
|
30301
|
+
|
|
30302
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
30303
|
+
|
|
30304
|
+
### Authorization
|
|
30305
|
+
|
|
30306
|
+
No authorization required
|
|
30307
|
+
|
|
30308
|
+
### HTTP request headers
|
|
30309
|
+
|
|
30310
|
+
- **Content-Type**: application/json
|
|
30311
|
+
- **Accept**: application/json
|
|
30312
|
+
|
|
30313
|
+
|
|
29986
30314
|
## target_create_cloudflare
|
|
29987
30315
|
|
|
29988
30316
|
> <TargetCreateOutput> target_create_cloudflare(target_create_cloudflare)
|
|
@@ -30045,6 +30373,68 @@ No authorization required
|
|
|
30045
30373
|
- **Accept**: application/json
|
|
30046
30374
|
|
|
30047
30375
|
|
|
30376
|
+
## target_create_custom_dns
|
|
30377
|
+
|
|
30378
|
+
> <TargetCreateOutput> target_create_custom_dns(target_create_custom_dns)
|
|
30379
|
+
|
|
30380
|
+
|
|
30381
|
+
|
|
30382
|
+
### Examples
|
|
30383
|
+
|
|
30384
|
+
```ruby
|
|
30385
|
+
require 'time'
|
|
30386
|
+
require 'akeyless'
|
|
30387
|
+
|
|
30388
|
+
api_instance = Akeyless::V2Api.new
|
|
30389
|
+
target_create_custom_dns = Akeyless::TargetCreateCustomDns.new({dns_parameter: { key: 'inner_example'}, name: 'name_example', provider_type: 'provider_type_example'}) # TargetCreateCustomDns |
|
|
30390
|
+
|
|
30391
|
+
begin
|
|
30392
|
+
|
|
30393
|
+
result = api_instance.target_create_custom_dns(target_create_custom_dns)
|
|
30394
|
+
p result
|
|
30395
|
+
rescue Akeyless::ApiError => e
|
|
30396
|
+
puts "Error when calling V2Api->target_create_custom_dns: #{e}"
|
|
30397
|
+
end
|
|
30398
|
+
```
|
|
30399
|
+
|
|
30400
|
+
#### Using the target_create_custom_dns_with_http_info variant
|
|
30401
|
+
|
|
30402
|
+
This returns an Array which contains the response data, status code and headers.
|
|
30403
|
+
|
|
30404
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_custom_dns_with_http_info(target_create_custom_dns)
|
|
30405
|
+
|
|
30406
|
+
```ruby
|
|
30407
|
+
begin
|
|
30408
|
+
|
|
30409
|
+
data, status_code, headers = api_instance.target_create_custom_dns_with_http_info(target_create_custom_dns)
|
|
30410
|
+
p status_code # => 2xx
|
|
30411
|
+
p headers # => { ... }
|
|
30412
|
+
p data # => <TargetCreateOutput>
|
|
30413
|
+
rescue Akeyless::ApiError => e
|
|
30414
|
+
puts "Error when calling V2Api->target_create_custom_dns_with_http_info: #{e}"
|
|
30415
|
+
end
|
|
30416
|
+
```
|
|
30417
|
+
|
|
30418
|
+
### Parameters
|
|
30419
|
+
|
|
30420
|
+
| Name | Type | Description | Notes |
|
|
30421
|
+
| ---- | ---- | ----------- | ----- |
|
|
30422
|
+
| **target_create_custom_dns** | [**TargetCreateCustomDns**](TargetCreateCustomDns.md) | | |
|
|
30423
|
+
|
|
30424
|
+
### Return type
|
|
30425
|
+
|
|
30426
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
30427
|
+
|
|
30428
|
+
### Authorization
|
|
30429
|
+
|
|
30430
|
+
No authorization required
|
|
30431
|
+
|
|
30432
|
+
### HTTP request headers
|
|
30433
|
+
|
|
30434
|
+
- **Content-Type**: application/json
|
|
30435
|
+
- **Accept**: application/json
|
|
30436
|
+
|
|
30437
|
+
|
|
30048
30438
|
## target_create_db
|
|
30049
30439
|
|
|
30050
30440
|
> <TargetCreateOutput> target_create_db(target_create_db)
|
|
@@ -30851,6 +31241,68 @@ No authorization required
|
|
|
30851
31241
|
- **Accept**: application/json
|
|
30852
31242
|
|
|
30853
31243
|
|
|
31244
|
+
## target_create_grok
|
|
31245
|
+
|
|
31246
|
+
> <TargetCreateOutput> target_create_grok(target_create_grok)
|
|
31247
|
+
|
|
31248
|
+
|
|
31249
|
+
|
|
31250
|
+
### Examples
|
|
31251
|
+
|
|
31252
|
+
```ruby
|
|
31253
|
+
require 'time'
|
|
31254
|
+
require 'akeyless'
|
|
31255
|
+
|
|
31256
|
+
api_instance = Akeyless::V2Api.new
|
|
31257
|
+
target_create_grok = Akeyless::TargetCreateGrok.new({name: 'name_example'}) # TargetCreateGrok |
|
|
31258
|
+
|
|
31259
|
+
begin
|
|
31260
|
+
|
|
31261
|
+
result = api_instance.target_create_grok(target_create_grok)
|
|
31262
|
+
p result
|
|
31263
|
+
rescue Akeyless::ApiError => e
|
|
31264
|
+
puts "Error when calling V2Api->target_create_grok: #{e}"
|
|
31265
|
+
end
|
|
31266
|
+
```
|
|
31267
|
+
|
|
31268
|
+
#### Using the target_create_grok_with_http_info variant
|
|
31269
|
+
|
|
31270
|
+
This returns an Array which contains the response data, status code and headers.
|
|
31271
|
+
|
|
31272
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_grok_with_http_info(target_create_grok)
|
|
31273
|
+
|
|
31274
|
+
```ruby
|
|
31275
|
+
begin
|
|
31276
|
+
|
|
31277
|
+
data, status_code, headers = api_instance.target_create_grok_with_http_info(target_create_grok)
|
|
31278
|
+
p status_code # => 2xx
|
|
31279
|
+
p headers # => { ... }
|
|
31280
|
+
p data # => <TargetCreateOutput>
|
|
31281
|
+
rescue Akeyless::ApiError => e
|
|
31282
|
+
puts "Error when calling V2Api->target_create_grok_with_http_info: #{e}"
|
|
31283
|
+
end
|
|
31284
|
+
```
|
|
31285
|
+
|
|
31286
|
+
### Parameters
|
|
31287
|
+
|
|
31288
|
+
| Name | Type | Description | Notes |
|
|
31289
|
+
| ---- | ---- | ----------- | ----- |
|
|
31290
|
+
| **target_create_grok** | [**TargetCreateGrok**](TargetCreateGrok.md) | | |
|
|
31291
|
+
|
|
31292
|
+
### Return type
|
|
31293
|
+
|
|
31294
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
31295
|
+
|
|
31296
|
+
### Authorization
|
|
31297
|
+
|
|
31298
|
+
No authorization required
|
|
31299
|
+
|
|
31300
|
+
### HTTP request headers
|
|
31301
|
+
|
|
31302
|
+
- **Content-Type**: application/json
|
|
31303
|
+
- **Accept**: application/json
|
|
31304
|
+
|
|
31305
|
+
|
|
30854
31306
|
## target_create_hashi_vault
|
|
30855
31307
|
|
|
30856
31308
|
> <TargetCreateOutput> target_create_hashi_vault(target_create_hashi_vault)
|
|
@@ -30975,6 +31427,68 @@ No authorization required
|
|
|
30975
31427
|
- **Accept**: application/json
|
|
30976
31428
|
|
|
30977
31429
|
|
|
31430
|
+
## target_create_keycloak
|
|
31431
|
+
|
|
31432
|
+
> <TargetCreateOutput> target_create_keycloak(target_create_keycloak)
|
|
31433
|
+
|
|
31434
|
+
|
|
31435
|
+
|
|
31436
|
+
### Examples
|
|
31437
|
+
|
|
31438
|
+
```ruby
|
|
31439
|
+
require 'time'
|
|
31440
|
+
require 'akeyless'
|
|
31441
|
+
|
|
31442
|
+
api_instance = Akeyless::V2Api.new
|
|
31443
|
+
target_create_keycloak = Akeyless::TargetCreateKeycloak.new({name: 'name_example'}) # TargetCreateKeycloak |
|
|
31444
|
+
|
|
31445
|
+
begin
|
|
31446
|
+
|
|
31447
|
+
result = api_instance.target_create_keycloak(target_create_keycloak)
|
|
31448
|
+
p result
|
|
31449
|
+
rescue Akeyless::ApiError => e
|
|
31450
|
+
puts "Error when calling V2Api->target_create_keycloak: #{e}"
|
|
31451
|
+
end
|
|
31452
|
+
```
|
|
31453
|
+
|
|
31454
|
+
#### Using the target_create_keycloak_with_http_info variant
|
|
31455
|
+
|
|
31456
|
+
This returns an Array which contains the response data, status code and headers.
|
|
31457
|
+
|
|
31458
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_keycloak_with_http_info(target_create_keycloak)
|
|
31459
|
+
|
|
31460
|
+
```ruby
|
|
31461
|
+
begin
|
|
31462
|
+
|
|
31463
|
+
data, status_code, headers = api_instance.target_create_keycloak_with_http_info(target_create_keycloak)
|
|
31464
|
+
p status_code # => 2xx
|
|
31465
|
+
p headers # => { ... }
|
|
31466
|
+
p data # => <TargetCreateOutput>
|
|
31467
|
+
rescue Akeyless::ApiError => e
|
|
31468
|
+
puts "Error when calling V2Api->target_create_keycloak_with_http_info: #{e}"
|
|
31469
|
+
end
|
|
31470
|
+
```
|
|
31471
|
+
|
|
31472
|
+
### Parameters
|
|
31473
|
+
|
|
31474
|
+
| Name | Type | Description | Notes |
|
|
31475
|
+
| ---- | ---- | ----------- | ----- |
|
|
31476
|
+
| **target_create_keycloak** | [**TargetCreateKeycloak**](TargetCreateKeycloak.md) | | |
|
|
31477
|
+
|
|
31478
|
+
### Return type
|
|
31479
|
+
|
|
31480
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
31481
|
+
|
|
31482
|
+
### Authorization
|
|
31483
|
+
|
|
31484
|
+
No authorization required
|
|
31485
|
+
|
|
31486
|
+
### HTTP request headers
|
|
31487
|
+
|
|
31488
|
+
- **Content-Type**: application/json
|
|
31489
|
+
- **Accept**: application/json
|
|
31490
|
+
|
|
31491
|
+
|
|
30978
31492
|
## target_create_ldap
|
|
30979
31493
|
|
|
30980
31494
|
> <TargetCreateOutput> target_create_ldap(target_create_ldap)
|
|
@@ -31161,6 +31675,68 @@ No authorization required
|
|
|
31161
31675
|
- **Accept**: application/json
|
|
31162
31676
|
|
|
31163
31677
|
|
|
31678
|
+
## target_create_okta
|
|
31679
|
+
|
|
31680
|
+
> <TargetCreateOutput> target_create_okta(target_create_okta)
|
|
31681
|
+
|
|
31682
|
+
|
|
31683
|
+
|
|
31684
|
+
### Examples
|
|
31685
|
+
|
|
31686
|
+
```ruby
|
|
31687
|
+
require 'time'
|
|
31688
|
+
require 'akeyless'
|
|
31689
|
+
|
|
31690
|
+
api_instance = Akeyless::V2Api.new
|
|
31691
|
+
target_create_okta = Akeyless::TargetCreateOkta.new({name: 'name_example'}) # TargetCreateOkta |
|
|
31692
|
+
|
|
31693
|
+
begin
|
|
31694
|
+
|
|
31695
|
+
result = api_instance.target_create_okta(target_create_okta)
|
|
31696
|
+
p result
|
|
31697
|
+
rescue Akeyless::ApiError => e
|
|
31698
|
+
puts "Error when calling V2Api->target_create_okta: #{e}"
|
|
31699
|
+
end
|
|
31700
|
+
```
|
|
31701
|
+
|
|
31702
|
+
#### Using the target_create_okta_with_http_info variant
|
|
31703
|
+
|
|
31704
|
+
This returns an Array which contains the response data, status code and headers.
|
|
31705
|
+
|
|
31706
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_okta_with_http_info(target_create_okta)
|
|
31707
|
+
|
|
31708
|
+
```ruby
|
|
31709
|
+
begin
|
|
31710
|
+
|
|
31711
|
+
data, status_code, headers = api_instance.target_create_okta_with_http_info(target_create_okta)
|
|
31712
|
+
p status_code # => 2xx
|
|
31713
|
+
p headers # => { ... }
|
|
31714
|
+
p data # => <TargetCreateOutput>
|
|
31715
|
+
rescue Akeyless::ApiError => e
|
|
31716
|
+
puts "Error when calling V2Api->target_create_okta_with_http_info: #{e}"
|
|
31717
|
+
end
|
|
31718
|
+
```
|
|
31719
|
+
|
|
31720
|
+
### Parameters
|
|
31721
|
+
|
|
31722
|
+
| Name | Type | Description | Notes |
|
|
31723
|
+
| ---- | ---- | ----------- | ----- |
|
|
31724
|
+
| **target_create_okta** | [**TargetCreateOkta**](TargetCreateOkta.md) | | |
|
|
31725
|
+
|
|
31726
|
+
### Return type
|
|
31727
|
+
|
|
31728
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
|
31729
|
+
|
|
31730
|
+
### Authorization
|
|
31731
|
+
|
|
31732
|
+
No authorization required
|
|
31733
|
+
|
|
31734
|
+
### HTTP request headers
|
|
31735
|
+
|
|
31736
|
+
- **Content-Type**: application/json
|
|
31737
|
+
- **Accept**: application/json
|
|
31738
|
+
|
|
31739
|
+
|
|
31164
31740
|
## target_create_open_ai
|
|
31165
31741
|
|
|
31166
31742
|
> <TargetCreateOutput> target_create_open_ai(target_create_open_ai)
|
|
@@ -32029,6 +32605,68 @@ No authorization required
|
|
|
32029
32605
|
- **Accept**: application/json
|
|
32030
32606
|
|
|
32031
32607
|
|
|
32608
|
+
## target_update_anthropic
|
|
32609
|
+
|
|
32610
|
+
> <TargetUpdateOutput> target_update_anthropic(target_update_anthropic)
|
|
32611
|
+
|
|
32612
|
+
|
|
32613
|
+
|
|
32614
|
+
### Examples
|
|
32615
|
+
|
|
32616
|
+
```ruby
|
|
32617
|
+
require 'time'
|
|
32618
|
+
require 'akeyless'
|
|
32619
|
+
|
|
32620
|
+
api_instance = Akeyless::V2Api.new
|
|
32621
|
+
target_update_anthropic = Akeyless::TargetUpdateAnthropic.new({name: 'name_example'}) # TargetUpdateAnthropic |
|
|
32622
|
+
|
|
32623
|
+
begin
|
|
32624
|
+
|
|
32625
|
+
result = api_instance.target_update_anthropic(target_update_anthropic)
|
|
32626
|
+
p result
|
|
32627
|
+
rescue Akeyless::ApiError => e
|
|
32628
|
+
puts "Error when calling V2Api->target_update_anthropic: #{e}"
|
|
32629
|
+
end
|
|
32630
|
+
```
|
|
32631
|
+
|
|
32632
|
+
#### Using the target_update_anthropic_with_http_info variant
|
|
32633
|
+
|
|
32634
|
+
This returns an Array which contains the response data, status code and headers.
|
|
32635
|
+
|
|
32636
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_anthropic_with_http_info(target_update_anthropic)
|
|
32637
|
+
|
|
32638
|
+
```ruby
|
|
32639
|
+
begin
|
|
32640
|
+
|
|
32641
|
+
data, status_code, headers = api_instance.target_update_anthropic_with_http_info(target_update_anthropic)
|
|
32642
|
+
p status_code # => 2xx
|
|
32643
|
+
p headers # => { ... }
|
|
32644
|
+
p data # => <TargetUpdateOutput>
|
|
32645
|
+
rescue Akeyless::ApiError => e
|
|
32646
|
+
puts "Error when calling V2Api->target_update_anthropic_with_http_info: #{e}"
|
|
32647
|
+
end
|
|
32648
|
+
```
|
|
32649
|
+
|
|
32650
|
+
### Parameters
|
|
32651
|
+
|
|
32652
|
+
| Name | Type | Description | Notes |
|
|
32653
|
+
| ---- | ---- | ----------- | ----- |
|
|
32654
|
+
| **target_update_anthropic** | [**TargetUpdateAnthropic**](TargetUpdateAnthropic.md) | | |
|
|
32655
|
+
|
|
32656
|
+
### Return type
|
|
32657
|
+
|
|
32658
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
32659
|
+
|
|
32660
|
+
### Authorization
|
|
32661
|
+
|
|
32662
|
+
No authorization required
|
|
32663
|
+
|
|
32664
|
+
### HTTP request headers
|
|
32665
|
+
|
|
32666
|
+
- **Content-Type**: application/json
|
|
32667
|
+
- **Accept**: application/json
|
|
32668
|
+
|
|
32669
|
+
|
|
32032
32670
|
## target_update_artifactory
|
|
32033
32671
|
|
|
32034
32672
|
> <TargetUpdateOutput> target_update_artifactory(target_update_artifactory)
|
|
@@ -32215,6 +32853,68 @@ No authorization required
|
|
|
32215
32853
|
- **Accept**: application/json
|
|
32216
32854
|
|
|
32217
32855
|
|
|
32856
|
+
## target_update_bedrock
|
|
32857
|
+
|
|
32858
|
+
> <TargetUpdateOutput> target_update_bedrock(target_update_bedrock)
|
|
32859
|
+
|
|
32860
|
+
|
|
32861
|
+
|
|
32862
|
+
### Examples
|
|
32863
|
+
|
|
32864
|
+
```ruby
|
|
32865
|
+
require 'time'
|
|
32866
|
+
require 'akeyless'
|
|
32867
|
+
|
|
32868
|
+
api_instance = Akeyless::V2Api.new
|
|
32869
|
+
target_update_bedrock = Akeyless::TargetUpdateBedrock.new({name: 'name_example'}) # TargetUpdateBedrock |
|
|
32870
|
+
|
|
32871
|
+
begin
|
|
32872
|
+
|
|
32873
|
+
result = api_instance.target_update_bedrock(target_update_bedrock)
|
|
32874
|
+
p result
|
|
32875
|
+
rescue Akeyless::ApiError => e
|
|
32876
|
+
puts "Error when calling V2Api->target_update_bedrock: #{e}"
|
|
32877
|
+
end
|
|
32878
|
+
```
|
|
32879
|
+
|
|
32880
|
+
#### Using the target_update_bedrock_with_http_info variant
|
|
32881
|
+
|
|
32882
|
+
This returns an Array which contains the response data, status code and headers.
|
|
32883
|
+
|
|
32884
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_bedrock_with_http_info(target_update_bedrock)
|
|
32885
|
+
|
|
32886
|
+
```ruby
|
|
32887
|
+
begin
|
|
32888
|
+
|
|
32889
|
+
data, status_code, headers = api_instance.target_update_bedrock_with_http_info(target_update_bedrock)
|
|
32890
|
+
p status_code # => 2xx
|
|
32891
|
+
p headers # => { ... }
|
|
32892
|
+
p data # => <TargetUpdateOutput>
|
|
32893
|
+
rescue Akeyless::ApiError => e
|
|
32894
|
+
puts "Error when calling V2Api->target_update_bedrock_with_http_info: #{e}"
|
|
32895
|
+
end
|
|
32896
|
+
```
|
|
32897
|
+
|
|
32898
|
+
### Parameters
|
|
32899
|
+
|
|
32900
|
+
| Name | Type | Description | Notes |
|
|
32901
|
+
| ---- | ---- | ----------- | ----- |
|
|
32902
|
+
| **target_update_bedrock** | [**TargetUpdateBedrock**](TargetUpdateBedrock.md) | | |
|
|
32903
|
+
|
|
32904
|
+
### Return type
|
|
32905
|
+
|
|
32906
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
32907
|
+
|
|
32908
|
+
### Authorization
|
|
32909
|
+
|
|
32910
|
+
No authorization required
|
|
32911
|
+
|
|
32912
|
+
### HTTP request headers
|
|
32913
|
+
|
|
32914
|
+
- **Content-Type**: application/json
|
|
32915
|
+
- **Accept**: application/json
|
|
32916
|
+
|
|
32917
|
+
|
|
32218
32918
|
## target_update_cloudflare
|
|
32219
32919
|
|
|
32220
32920
|
> <TargetUpdateOutput> target_update_cloudflare(target_update_cloudflare)
|
|
@@ -32277,6 +32977,68 @@ No authorization required
|
|
|
32277
32977
|
- **Accept**: application/json
|
|
32278
32978
|
|
|
32279
32979
|
|
|
32980
|
+
## target_update_custom_dns
|
|
32981
|
+
|
|
32982
|
+
> <TargetUpdateOutput> target_update_custom_dns(target_update_custom_dns)
|
|
32983
|
+
|
|
32984
|
+
|
|
32985
|
+
|
|
32986
|
+
### Examples
|
|
32987
|
+
|
|
32988
|
+
```ruby
|
|
32989
|
+
require 'time'
|
|
32990
|
+
require 'akeyless'
|
|
32991
|
+
|
|
32992
|
+
api_instance = Akeyless::V2Api.new
|
|
32993
|
+
target_update_custom_dns = Akeyless::TargetUpdateCustomDns.new({dns_parameter: { key: 'inner_example'}, name: 'name_example', provider_type: 'provider_type_example'}) # TargetUpdateCustomDns |
|
|
32994
|
+
|
|
32995
|
+
begin
|
|
32996
|
+
|
|
32997
|
+
result = api_instance.target_update_custom_dns(target_update_custom_dns)
|
|
32998
|
+
p result
|
|
32999
|
+
rescue Akeyless::ApiError => e
|
|
33000
|
+
puts "Error when calling V2Api->target_update_custom_dns: #{e}"
|
|
33001
|
+
end
|
|
33002
|
+
```
|
|
33003
|
+
|
|
33004
|
+
#### Using the target_update_custom_dns_with_http_info variant
|
|
33005
|
+
|
|
33006
|
+
This returns an Array which contains the response data, status code and headers.
|
|
33007
|
+
|
|
33008
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_custom_dns_with_http_info(target_update_custom_dns)
|
|
33009
|
+
|
|
33010
|
+
```ruby
|
|
33011
|
+
begin
|
|
33012
|
+
|
|
33013
|
+
data, status_code, headers = api_instance.target_update_custom_dns_with_http_info(target_update_custom_dns)
|
|
33014
|
+
p status_code # => 2xx
|
|
33015
|
+
p headers # => { ... }
|
|
33016
|
+
p data # => <TargetUpdateOutput>
|
|
33017
|
+
rescue Akeyless::ApiError => e
|
|
33018
|
+
puts "Error when calling V2Api->target_update_custom_dns_with_http_info: #{e}"
|
|
33019
|
+
end
|
|
33020
|
+
```
|
|
33021
|
+
|
|
33022
|
+
### Parameters
|
|
33023
|
+
|
|
33024
|
+
| Name | Type | Description | Notes |
|
|
33025
|
+
| ---- | ---- | ----------- | ----- |
|
|
33026
|
+
| **target_update_custom_dns** | [**TargetUpdateCustomDns**](TargetUpdateCustomDns.md) | | |
|
|
33027
|
+
|
|
33028
|
+
### Return type
|
|
33029
|
+
|
|
33030
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
33031
|
+
|
|
33032
|
+
### Authorization
|
|
33033
|
+
|
|
33034
|
+
No authorization required
|
|
33035
|
+
|
|
33036
|
+
### HTTP request headers
|
|
33037
|
+
|
|
33038
|
+
- **Content-Type**: application/json
|
|
33039
|
+
- **Accept**: application/json
|
|
33040
|
+
|
|
33041
|
+
|
|
32280
33042
|
## target_update_db
|
|
32281
33043
|
|
|
32282
33044
|
> <TargetUpdateOutput> target_update_db(target_update_db)
|
|
@@ -33083,6 +33845,68 @@ No authorization required
|
|
|
33083
33845
|
- **Accept**: application/json
|
|
33084
33846
|
|
|
33085
33847
|
|
|
33848
|
+
## target_update_grok
|
|
33849
|
+
|
|
33850
|
+
> <TargetUpdateOutput> target_update_grok(target_update_grok)
|
|
33851
|
+
|
|
33852
|
+
|
|
33853
|
+
|
|
33854
|
+
### Examples
|
|
33855
|
+
|
|
33856
|
+
```ruby
|
|
33857
|
+
require 'time'
|
|
33858
|
+
require 'akeyless'
|
|
33859
|
+
|
|
33860
|
+
api_instance = Akeyless::V2Api.new
|
|
33861
|
+
target_update_grok = Akeyless::TargetUpdateGrok.new({name: 'name_example'}) # TargetUpdateGrok |
|
|
33862
|
+
|
|
33863
|
+
begin
|
|
33864
|
+
|
|
33865
|
+
result = api_instance.target_update_grok(target_update_grok)
|
|
33866
|
+
p result
|
|
33867
|
+
rescue Akeyless::ApiError => e
|
|
33868
|
+
puts "Error when calling V2Api->target_update_grok: #{e}"
|
|
33869
|
+
end
|
|
33870
|
+
```
|
|
33871
|
+
|
|
33872
|
+
#### Using the target_update_grok_with_http_info variant
|
|
33873
|
+
|
|
33874
|
+
This returns an Array which contains the response data, status code and headers.
|
|
33875
|
+
|
|
33876
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_grok_with_http_info(target_update_grok)
|
|
33877
|
+
|
|
33878
|
+
```ruby
|
|
33879
|
+
begin
|
|
33880
|
+
|
|
33881
|
+
data, status_code, headers = api_instance.target_update_grok_with_http_info(target_update_grok)
|
|
33882
|
+
p status_code # => 2xx
|
|
33883
|
+
p headers # => { ... }
|
|
33884
|
+
p data # => <TargetUpdateOutput>
|
|
33885
|
+
rescue Akeyless::ApiError => e
|
|
33886
|
+
puts "Error when calling V2Api->target_update_grok_with_http_info: #{e}"
|
|
33887
|
+
end
|
|
33888
|
+
```
|
|
33889
|
+
|
|
33890
|
+
### Parameters
|
|
33891
|
+
|
|
33892
|
+
| Name | Type | Description | Notes |
|
|
33893
|
+
| ---- | ---- | ----------- | ----- |
|
|
33894
|
+
| **target_update_grok** | [**TargetUpdateGrok**](TargetUpdateGrok.md) | | |
|
|
33895
|
+
|
|
33896
|
+
### Return type
|
|
33897
|
+
|
|
33898
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
33899
|
+
|
|
33900
|
+
### Authorization
|
|
33901
|
+
|
|
33902
|
+
No authorization required
|
|
33903
|
+
|
|
33904
|
+
### HTTP request headers
|
|
33905
|
+
|
|
33906
|
+
- **Content-Type**: application/json
|
|
33907
|
+
- **Accept**: application/json
|
|
33908
|
+
|
|
33909
|
+
|
|
33086
33910
|
## target_update_hashi_vault
|
|
33087
33911
|
|
|
33088
33912
|
> <TargetUpdateOutput> target_update_hashi_vault(target_update_hashi_vault)
|
|
@@ -33207,6 +34031,68 @@ No authorization required
|
|
|
33207
34031
|
- **Accept**: application/json
|
|
33208
34032
|
|
|
33209
34033
|
|
|
34034
|
+
## target_update_keycloak
|
|
34035
|
+
|
|
34036
|
+
> <TargetUpdateOutput> target_update_keycloak(target_update_keycloak)
|
|
34037
|
+
|
|
34038
|
+
|
|
34039
|
+
|
|
34040
|
+
### Examples
|
|
34041
|
+
|
|
34042
|
+
```ruby
|
|
34043
|
+
require 'time'
|
|
34044
|
+
require 'akeyless'
|
|
34045
|
+
|
|
34046
|
+
api_instance = Akeyless::V2Api.new
|
|
34047
|
+
target_update_keycloak = Akeyless::TargetUpdateKeycloak.new({name: 'name_example'}) # TargetUpdateKeycloak |
|
|
34048
|
+
|
|
34049
|
+
begin
|
|
34050
|
+
|
|
34051
|
+
result = api_instance.target_update_keycloak(target_update_keycloak)
|
|
34052
|
+
p result
|
|
34053
|
+
rescue Akeyless::ApiError => e
|
|
34054
|
+
puts "Error when calling V2Api->target_update_keycloak: #{e}"
|
|
34055
|
+
end
|
|
34056
|
+
```
|
|
34057
|
+
|
|
34058
|
+
#### Using the target_update_keycloak_with_http_info variant
|
|
34059
|
+
|
|
34060
|
+
This returns an Array which contains the response data, status code and headers.
|
|
34061
|
+
|
|
34062
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_keycloak_with_http_info(target_update_keycloak)
|
|
34063
|
+
|
|
34064
|
+
```ruby
|
|
34065
|
+
begin
|
|
34066
|
+
|
|
34067
|
+
data, status_code, headers = api_instance.target_update_keycloak_with_http_info(target_update_keycloak)
|
|
34068
|
+
p status_code # => 2xx
|
|
34069
|
+
p headers # => { ... }
|
|
34070
|
+
p data # => <TargetUpdateOutput>
|
|
34071
|
+
rescue Akeyless::ApiError => e
|
|
34072
|
+
puts "Error when calling V2Api->target_update_keycloak_with_http_info: #{e}"
|
|
34073
|
+
end
|
|
34074
|
+
```
|
|
34075
|
+
|
|
34076
|
+
### Parameters
|
|
34077
|
+
|
|
34078
|
+
| Name | Type | Description | Notes |
|
|
34079
|
+
| ---- | ---- | ----------- | ----- |
|
|
34080
|
+
| **target_update_keycloak** | [**TargetUpdateKeycloak**](TargetUpdateKeycloak.md) | | |
|
|
34081
|
+
|
|
34082
|
+
### Return type
|
|
34083
|
+
|
|
34084
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
34085
|
+
|
|
34086
|
+
### Authorization
|
|
34087
|
+
|
|
34088
|
+
No authorization required
|
|
34089
|
+
|
|
34090
|
+
### HTTP request headers
|
|
34091
|
+
|
|
34092
|
+
- **Content-Type**: application/json
|
|
34093
|
+
- **Accept**: application/json
|
|
34094
|
+
|
|
34095
|
+
|
|
33210
34096
|
## target_update_ldap
|
|
33211
34097
|
|
|
33212
34098
|
> <TargetUpdateOutput> target_update_ldap(target_update_ldap)
|
|
@@ -33393,6 +34279,68 @@ No authorization required
|
|
|
33393
34279
|
- **Accept**: application/json
|
|
33394
34280
|
|
|
33395
34281
|
|
|
34282
|
+
## target_update_okta
|
|
34283
|
+
|
|
34284
|
+
> <TargetUpdateOutput> target_update_okta(target_update_okta)
|
|
34285
|
+
|
|
34286
|
+
|
|
34287
|
+
|
|
34288
|
+
### Examples
|
|
34289
|
+
|
|
34290
|
+
```ruby
|
|
34291
|
+
require 'time'
|
|
34292
|
+
require 'akeyless'
|
|
34293
|
+
|
|
34294
|
+
api_instance = Akeyless::V2Api.new
|
|
34295
|
+
target_update_okta = Akeyless::TargetUpdateOkta.new({name: 'name_example'}) # TargetUpdateOkta |
|
|
34296
|
+
|
|
34297
|
+
begin
|
|
34298
|
+
|
|
34299
|
+
result = api_instance.target_update_okta(target_update_okta)
|
|
34300
|
+
p result
|
|
34301
|
+
rescue Akeyless::ApiError => e
|
|
34302
|
+
puts "Error when calling V2Api->target_update_okta: #{e}"
|
|
34303
|
+
end
|
|
34304
|
+
```
|
|
34305
|
+
|
|
34306
|
+
#### Using the target_update_okta_with_http_info variant
|
|
34307
|
+
|
|
34308
|
+
This returns an Array which contains the response data, status code and headers.
|
|
34309
|
+
|
|
34310
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_okta_with_http_info(target_update_okta)
|
|
34311
|
+
|
|
34312
|
+
```ruby
|
|
34313
|
+
begin
|
|
34314
|
+
|
|
34315
|
+
data, status_code, headers = api_instance.target_update_okta_with_http_info(target_update_okta)
|
|
34316
|
+
p status_code # => 2xx
|
|
34317
|
+
p headers # => { ... }
|
|
34318
|
+
p data # => <TargetUpdateOutput>
|
|
34319
|
+
rescue Akeyless::ApiError => e
|
|
34320
|
+
puts "Error when calling V2Api->target_update_okta_with_http_info: #{e}"
|
|
34321
|
+
end
|
|
34322
|
+
```
|
|
34323
|
+
|
|
34324
|
+
### Parameters
|
|
34325
|
+
|
|
34326
|
+
| Name | Type | Description | Notes |
|
|
34327
|
+
| ---- | ---- | ----------- | ----- |
|
|
34328
|
+
| **target_update_okta** | [**TargetUpdateOkta**](TargetUpdateOkta.md) | | |
|
|
34329
|
+
|
|
34330
|
+
### Return type
|
|
34331
|
+
|
|
34332
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
|
34333
|
+
|
|
34334
|
+
### Authorization
|
|
34335
|
+
|
|
34336
|
+
No authorization required
|
|
34337
|
+
|
|
34338
|
+
### HTTP request headers
|
|
34339
|
+
|
|
34340
|
+
- **Content-Type**: application/json
|
|
34341
|
+
- **Accept**: application/json
|
|
34342
|
+
|
|
34343
|
+
|
|
33396
34344
|
## target_update_open_ai
|
|
33397
34345
|
|
|
33398
34346
|
> <TargetUpdateOutput> target_update_open_ai(target_update_open_ai)
|
|
@@ -36927,6 +37875,192 @@ No authorization required
|
|
|
36927
37875
|
- **Accept**: application/json
|
|
36928
37876
|
|
|
36929
37877
|
|
|
37878
|
+
## update_mcp_secret_bearer_token
|
|
37879
|
+
|
|
37880
|
+
> <UpdateSecretValOutput> update_mcp_secret_bearer_token(update_mcp_secret_bearer_token)
|
|
37881
|
+
|
|
37882
|
+
|
|
37883
|
+
|
|
37884
|
+
### Examples
|
|
37885
|
+
|
|
37886
|
+
```ruby
|
|
37887
|
+
require 'time'
|
|
37888
|
+
require 'akeyless'
|
|
37889
|
+
|
|
37890
|
+
api_instance = Akeyless::V2Api.new
|
|
37891
|
+
update_mcp_secret_bearer_token = Akeyless::UpdateMcpSecretBearerToken.new({name: 'name_example'}) # UpdateMcpSecretBearerToken |
|
|
37892
|
+
|
|
37893
|
+
begin
|
|
37894
|
+
|
|
37895
|
+
result = api_instance.update_mcp_secret_bearer_token(update_mcp_secret_bearer_token)
|
|
37896
|
+
p result
|
|
37897
|
+
rescue Akeyless::ApiError => e
|
|
37898
|
+
puts "Error when calling V2Api->update_mcp_secret_bearer_token: #{e}"
|
|
37899
|
+
end
|
|
37900
|
+
```
|
|
37901
|
+
|
|
37902
|
+
#### Using the update_mcp_secret_bearer_token_with_http_info variant
|
|
37903
|
+
|
|
37904
|
+
This returns an Array which contains the response data, status code and headers.
|
|
37905
|
+
|
|
37906
|
+
> <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_bearer_token_with_http_info(update_mcp_secret_bearer_token)
|
|
37907
|
+
|
|
37908
|
+
```ruby
|
|
37909
|
+
begin
|
|
37910
|
+
|
|
37911
|
+
data, status_code, headers = api_instance.update_mcp_secret_bearer_token_with_http_info(update_mcp_secret_bearer_token)
|
|
37912
|
+
p status_code # => 2xx
|
|
37913
|
+
p headers # => { ... }
|
|
37914
|
+
p data # => <UpdateSecretValOutput>
|
|
37915
|
+
rescue Akeyless::ApiError => e
|
|
37916
|
+
puts "Error when calling V2Api->update_mcp_secret_bearer_token_with_http_info: #{e}"
|
|
37917
|
+
end
|
|
37918
|
+
```
|
|
37919
|
+
|
|
37920
|
+
### Parameters
|
|
37921
|
+
|
|
37922
|
+
| Name | Type | Description | Notes |
|
|
37923
|
+
| ---- | ---- | ----------- | ----- |
|
|
37924
|
+
| **update_mcp_secret_bearer_token** | [**UpdateMcpSecretBearerToken**](UpdateMcpSecretBearerToken.md) | | |
|
|
37925
|
+
|
|
37926
|
+
### Return type
|
|
37927
|
+
|
|
37928
|
+
[**UpdateSecretValOutput**](UpdateSecretValOutput.md)
|
|
37929
|
+
|
|
37930
|
+
### Authorization
|
|
37931
|
+
|
|
37932
|
+
No authorization required
|
|
37933
|
+
|
|
37934
|
+
### HTTP request headers
|
|
37935
|
+
|
|
37936
|
+
- **Content-Type**: application/json
|
|
37937
|
+
- **Accept**: application/json
|
|
37938
|
+
|
|
37939
|
+
|
|
37940
|
+
## update_mcp_secret_o_auth_auth_code
|
|
37941
|
+
|
|
37942
|
+
> <UpdateSecretValOutput> update_mcp_secret_o_auth_auth_code(update_mcp_secret_o_auth_auth_code)
|
|
37943
|
+
|
|
37944
|
+
|
|
37945
|
+
|
|
37946
|
+
### Examples
|
|
37947
|
+
|
|
37948
|
+
```ruby
|
|
37949
|
+
require 'time'
|
|
37950
|
+
require 'akeyless'
|
|
37951
|
+
|
|
37952
|
+
api_instance = Akeyless::V2Api.new
|
|
37953
|
+
update_mcp_secret_o_auth_auth_code = Akeyless::UpdateMcpSecretOAuthAuthCode.new({name: 'name_example'}) # UpdateMcpSecretOAuthAuthCode |
|
|
37954
|
+
|
|
37955
|
+
begin
|
|
37956
|
+
|
|
37957
|
+
result = api_instance.update_mcp_secret_o_auth_auth_code(update_mcp_secret_o_auth_auth_code)
|
|
37958
|
+
p result
|
|
37959
|
+
rescue Akeyless::ApiError => e
|
|
37960
|
+
puts "Error when calling V2Api->update_mcp_secret_o_auth_auth_code: #{e}"
|
|
37961
|
+
end
|
|
37962
|
+
```
|
|
37963
|
+
|
|
37964
|
+
#### Using the update_mcp_secret_o_auth_auth_code_with_http_info variant
|
|
37965
|
+
|
|
37966
|
+
This returns an Array which contains the response data, status code and headers.
|
|
37967
|
+
|
|
37968
|
+
> <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_o_auth_auth_code_with_http_info(update_mcp_secret_o_auth_auth_code)
|
|
37969
|
+
|
|
37970
|
+
```ruby
|
|
37971
|
+
begin
|
|
37972
|
+
|
|
37973
|
+
data, status_code, headers = api_instance.update_mcp_secret_o_auth_auth_code_with_http_info(update_mcp_secret_o_auth_auth_code)
|
|
37974
|
+
p status_code # => 2xx
|
|
37975
|
+
p headers # => { ... }
|
|
37976
|
+
p data # => <UpdateSecretValOutput>
|
|
37977
|
+
rescue Akeyless::ApiError => e
|
|
37978
|
+
puts "Error when calling V2Api->update_mcp_secret_o_auth_auth_code_with_http_info: #{e}"
|
|
37979
|
+
end
|
|
37980
|
+
```
|
|
37981
|
+
|
|
37982
|
+
### Parameters
|
|
37983
|
+
|
|
37984
|
+
| Name | Type | Description | Notes |
|
|
37985
|
+
| ---- | ---- | ----------- | ----- |
|
|
37986
|
+
| **update_mcp_secret_o_auth_auth_code** | [**UpdateMcpSecretOAuthAuthCode**](UpdateMcpSecretOAuthAuthCode.md) | | |
|
|
37987
|
+
|
|
37988
|
+
### Return type
|
|
37989
|
+
|
|
37990
|
+
[**UpdateSecretValOutput**](UpdateSecretValOutput.md)
|
|
37991
|
+
|
|
37992
|
+
### Authorization
|
|
37993
|
+
|
|
37994
|
+
No authorization required
|
|
37995
|
+
|
|
37996
|
+
### HTTP request headers
|
|
37997
|
+
|
|
37998
|
+
- **Content-Type**: application/json
|
|
37999
|
+
- **Accept**: application/json
|
|
38000
|
+
|
|
38001
|
+
|
|
38002
|
+
## update_mcp_secret_o_auth_client_creds
|
|
38003
|
+
|
|
38004
|
+
> <UpdateSecretValOutput> update_mcp_secret_o_auth_client_creds(update_mcp_secret_o_auth_client_creds)
|
|
38005
|
+
|
|
38006
|
+
|
|
38007
|
+
|
|
38008
|
+
### Examples
|
|
38009
|
+
|
|
38010
|
+
```ruby
|
|
38011
|
+
require 'time'
|
|
38012
|
+
require 'akeyless'
|
|
38013
|
+
|
|
38014
|
+
api_instance = Akeyless::V2Api.new
|
|
38015
|
+
update_mcp_secret_o_auth_client_creds = Akeyless::UpdateMcpSecretOAuthClientCreds.new({name: 'name_example'}) # UpdateMcpSecretOAuthClientCreds |
|
|
38016
|
+
|
|
38017
|
+
begin
|
|
38018
|
+
|
|
38019
|
+
result = api_instance.update_mcp_secret_o_auth_client_creds(update_mcp_secret_o_auth_client_creds)
|
|
38020
|
+
p result
|
|
38021
|
+
rescue Akeyless::ApiError => e
|
|
38022
|
+
puts "Error when calling V2Api->update_mcp_secret_o_auth_client_creds: #{e}"
|
|
38023
|
+
end
|
|
38024
|
+
```
|
|
38025
|
+
|
|
38026
|
+
#### Using the update_mcp_secret_o_auth_client_creds_with_http_info variant
|
|
38027
|
+
|
|
38028
|
+
This returns an Array which contains the response data, status code and headers.
|
|
38029
|
+
|
|
38030
|
+
> <Array(<UpdateSecretValOutput>, Integer, Hash)> update_mcp_secret_o_auth_client_creds_with_http_info(update_mcp_secret_o_auth_client_creds)
|
|
38031
|
+
|
|
38032
|
+
```ruby
|
|
38033
|
+
begin
|
|
38034
|
+
|
|
38035
|
+
data, status_code, headers = api_instance.update_mcp_secret_o_auth_client_creds_with_http_info(update_mcp_secret_o_auth_client_creds)
|
|
38036
|
+
p status_code # => 2xx
|
|
38037
|
+
p headers # => { ... }
|
|
38038
|
+
p data # => <UpdateSecretValOutput>
|
|
38039
|
+
rescue Akeyless::ApiError => e
|
|
38040
|
+
puts "Error when calling V2Api->update_mcp_secret_o_auth_client_creds_with_http_info: #{e}"
|
|
38041
|
+
end
|
|
38042
|
+
```
|
|
38043
|
+
|
|
38044
|
+
### Parameters
|
|
38045
|
+
|
|
38046
|
+
| Name | Type | Description | Notes |
|
|
38047
|
+
| ---- | ---- | ----------- | ----- |
|
|
38048
|
+
| **update_mcp_secret_o_auth_client_creds** | [**UpdateMcpSecretOAuthClientCreds**](UpdateMcpSecretOAuthClientCreds.md) | | |
|
|
38049
|
+
|
|
38050
|
+
### Return type
|
|
38051
|
+
|
|
38052
|
+
[**UpdateSecretValOutput**](UpdateSecretValOutput.md)
|
|
38053
|
+
|
|
38054
|
+
### Authorization
|
|
38055
|
+
|
|
38056
|
+
No authorization required
|
|
38057
|
+
|
|
38058
|
+
### HTTP request headers
|
|
38059
|
+
|
|
38060
|
+
- **Content-Type**: application/json
|
|
38061
|
+
- **Accept**: application/json
|
|
38062
|
+
|
|
38063
|
+
|
|
36930
38064
|
## update_native_k8_s_target
|
|
36931
38065
|
|
|
36932
38066
|
> <UpdateNativeK8STargetOutput> update_native_k8_s_target(update_native_k8_s_target)
|