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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 345a5c752d6286f769d0bb7eff39ddd4bd365872d006b29f3806a132f7d73d76
|
|
4
|
+
data.tar.gz: 5422aa54f0505d8c8e5c653118e58c442d72c55fcb03ea33b594ffac07c9545b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 313c90a9434acfef7a5cf74746152cb53e9ac1a3099b6811424d41254d3f68df151222a2d40321fd83e03a3d63a07805f7b8a883ed2585820ef3faad0c648264
|
|
7
|
+
data.tar.gz: f9c848a143e0038423e13d8d4ac6f1c19f1a13b9ed039728d55c68bcba18c29fa4fcce6a7b710ae7fef23a680a00b123e9d09fcfc03cdbed257a7da1545849f7
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.30
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
@@ -142,6 +142,9 @@ Class | Method | HTTP request | Description
|
|
|
142
142
|
*Akeyless::V2Api* | [**create_hashi_vault_target**](docs/V2Api.md#create_hashi_vault_target) | **POST** /create-hashi-vault-target |
|
|
143
143
|
*Akeyless::V2Api* | [**create_key**](docs/V2Api.md#create_key) | **POST** /create-key |
|
|
144
144
|
*Akeyless::V2Api* | [**create_linked_target**](docs/V2Api.md#create_linked_target) | **POST** /create-linked-target |
|
|
145
|
+
*Akeyless::V2Api* | [**create_mcp_secret_bearer_token**](docs/V2Api.md#create_mcp_secret_bearer_token) | **POST** /create-mcp-secret-bearer-token |
|
|
146
|
+
*Akeyless::V2Api* | [**create_mcp_secret_o_auth_auth_code**](docs/V2Api.md#create_mcp_secret_o_auth_auth_code) | **POST** /create-mcp-secret-oauth-authorization-code |
|
|
147
|
+
*Akeyless::V2Api* | [**create_mcp_secret_o_auth_client_creds**](docs/V2Api.md#create_mcp_secret_o_auth_client_creds) | **POST** /create-mcp-secret-oauth-client-credentials |
|
|
145
148
|
*Akeyless::V2Api* | [**create_native_k8_s_target**](docs/V2Api.md#create_native_k8_s_target) | **POST** /create-k8s-target |
|
|
146
149
|
*Akeyless::V2Api* | [**create_oidc_app**](docs/V2Api.md#create_oidc_app) | **POST** /create-oidc-app |
|
|
147
150
|
*Akeyless::V2Api* | [**create_passkey**](docs/V2Api.md#create_passkey) | **POST** /create-passkey |
|
|
@@ -530,10 +533,13 @@ Class | Method | HTTP request | Description
|
|
|
530
533
|
*Akeyless::V2Api* | [**static_creds_auth**](docs/V2Api.md#static_creds_auth) | **POST** /static-creds-auth |
|
|
531
534
|
*Akeyless::V2Api* | [**static_secret_delete_sync**](docs/V2Api.md#static_secret_delete_sync) | **POST** /static-secret-delete-sync |
|
|
532
535
|
*Akeyless::V2Api* | [**static_secret_sync**](docs/V2Api.md#static_secret_sync) | **POST** /static-secret-sync |
|
|
536
|
+
*Akeyless::V2Api* | [**target_create_anthropic**](docs/V2Api.md#target_create_anthropic) | **POST** /target-create-anthropic |
|
|
533
537
|
*Akeyless::V2Api* | [**target_create_artifactory**](docs/V2Api.md#target_create_artifactory) | **POST** /target-create-artifactory |
|
|
534
538
|
*Akeyless::V2Api* | [**target_create_aws**](docs/V2Api.md#target_create_aws) | **POST** /target-create-aws |
|
|
535
539
|
*Akeyless::V2Api* | [**target_create_azure**](docs/V2Api.md#target_create_azure) | **POST** /target-create-azure |
|
|
540
|
+
*Akeyless::V2Api* | [**target_create_bedrock**](docs/V2Api.md#target_create_bedrock) | **POST** /target-create-bedrock |
|
|
536
541
|
*Akeyless::V2Api* | [**target_create_cloudflare**](docs/V2Api.md#target_create_cloudflare) | **POST** /target-create-cloudflare |
|
|
542
|
+
*Akeyless::V2Api* | [**target_create_custom_dns**](docs/V2Api.md#target_create_custom_dns) | **POST** /target-create-custom-dns |
|
|
537
543
|
*Akeyless::V2Api* | [**target_create_db**](docs/V2Api.md#target_create_db) | **POST** /target-create-db |
|
|
538
544
|
*Akeyless::V2Api* | [**target_create_digi_cert**](docs/V2Api.md#target_create_digi_cert) | **POST** /target-create-digicert |
|
|
539
545
|
*Akeyless::V2Api* | [**target_create_dockerhub**](docs/V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub |
|
|
@@ -547,11 +553,14 @@ Class | Method | HTTP request | Description
|
|
|
547
553
|
*Akeyless::V2Api* | [**target_create_global_sign_atlas**](docs/V2Api.md#target_create_global_sign_atlas) | **POST** /target-create-globalsign-atlas |
|
|
548
554
|
*Akeyless::V2Api* | [**target_create_godaddy**](docs/V2Api.md#target_create_godaddy) | **POST** /target-create-godaddy |
|
|
549
555
|
*Akeyless::V2Api* | [**target_create_google_trust**](docs/V2Api.md#target_create_google_trust) | **POST** /target-create-google-trust |
|
|
556
|
+
*Akeyless::V2Api* | [**target_create_grok**](docs/V2Api.md#target_create_grok) | **POST** /target-create-grok |
|
|
550
557
|
*Akeyless::V2Api* | [**target_create_hashi_vault**](docs/V2Api.md#target_create_hashi_vault) | **POST** /target-create-hashi-vault |
|
|
551
558
|
*Akeyless::V2Api* | [**target_create_k8s**](docs/V2Api.md#target_create_k8s) | **POST** /target-create-k8s |
|
|
559
|
+
*Akeyless::V2Api* | [**target_create_keycloak**](docs/V2Api.md#target_create_keycloak) | **POST** /target-create-keycloak |
|
|
552
560
|
*Akeyless::V2Api* | [**target_create_ldap**](docs/V2Api.md#target_create_ldap) | **POST** /target-create-ldap |
|
|
553
561
|
*Akeyless::V2Api* | [**target_create_lets_encrypt**](docs/V2Api.md#target_create_lets_encrypt) | **POST** /target-create-lets-encrypt |
|
|
554
562
|
*Akeyless::V2Api* | [**target_create_linked**](docs/V2Api.md#target_create_linked) | **POST** /target-create-linked |
|
|
563
|
+
*Akeyless::V2Api* | [**target_create_okta**](docs/V2Api.md#target_create_okta) | **POST** /target-create-okta |
|
|
555
564
|
*Akeyless::V2Api* | [**target_create_open_ai**](docs/V2Api.md#target_create_open_ai) | **POST** /target-create-openai |
|
|
556
565
|
*Akeyless::V2Api* | [**target_create_ping**](docs/V2Api.md#target_create_ping) | **POST** /target-create-ping |
|
|
557
566
|
*Akeyless::V2Api* | [**target_create_rabbit_mq**](docs/V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq |
|
|
@@ -566,10 +575,13 @@ Class | Method | HTTP request | Description
|
|
|
566
575
|
*Akeyless::V2Api* | [**target_get**](docs/V2Api.md#target_get) | **POST** /target-get |
|
|
567
576
|
*Akeyless::V2Api* | [**target_get_details**](docs/V2Api.md#target_get_details) | **POST** /target-get-details |
|
|
568
577
|
*Akeyless::V2Api* | [**target_list**](docs/V2Api.md#target_list) | **POST** /target-list |
|
|
578
|
+
*Akeyless::V2Api* | [**target_update_anthropic**](docs/V2Api.md#target_update_anthropic) | **POST** /target-update-anthropic |
|
|
569
579
|
*Akeyless::V2Api* | [**target_update_artifactory**](docs/V2Api.md#target_update_artifactory) | **POST** /target-update-artifactory |
|
|
570
580
|
*Akeyless::V2Api* | [**target_update_aws**](docs/V2Api.md#target_update_aws) | **POST** /target-update-aws |
|
|
571
581
|
*Akeyless::V2Api* | [**target_update_azure**](docs/V2Api.md#target_update_azure) | **POST** /target-update-azure |
|
|
582
|
+
*Akeyless::V2Api* | [**target_update_bedrock**](docs/V2Api.md#target_update_bedrock) | **POST** /target-update-bedrock |
|
|
572
583
|
*Akeyless::V2Api* | [**target_update_cloudflare**](docs/V2Api.md#target_update_cloudflare) | **POST** /target-update-cloudflare |
|
|
584
|
+
*Akeyless::V2Api* | [**target_update_custom_dns**](docs/V2Api.md#target_update_custom_dns) | **POST** /target-update-custom-dns |
|
|
573
585
|
*Akeyless::V2Api* | [**target_update_db**](docs/V2Api.md#target_update_db) | **POST** /target-update-db |
|
|
574
586
|
*Akeyless::V2Api* | [**target_update_digi_cert**](docs/V2Api.md#target_update_digi_cert) | **POST** /target-update-digicert |
|
|
575
587
|
*Akeyless::V2Api* | [**target_update_dockerhub**](docs/V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub |
|
|
@@ -583,11 +595,14 @@ Class | Method | HTTP request | Description
|
|
|
583
595
|
*Akeyless::V2Api* | [**target_update_global_sign_atlas**](docs/V2Api.md#target_update_global_sign_atlas) | **POST** /target-update-globalsign-atlas |
|
|
584
596
|
*Akeyless::V2Api* | [**target_update_godaddy**](docs/V2Api.md#target_update_godaddy) | **POST** /target-update-godaddy |
|
|
585
597
|
*Akeyless::V2Api* | [**target_update_google_trust**](docs/V2Api.md#target_update_google_trust) | **POST** /target-update-google-trust |
|
|
598
|
+
*Akeyless::V2Api* | [**target_update_grok**](docs/V2Api.md#target_update_grok) | **POST** /target-update-grok |
|
|
586
599
|
*Akeyless::V2Api* | [**target_update_hashi_vault**](docs/V2Api.md#target_update_hashi_vault) | **POST** /target-update-hashi-vault |
|
|
587
600
|
*Akeyless::V2Api* | [**target_update_k8s**](docs/V2Api.md#target_update_k8s) | **POST** /target-update-k8s |
|
|
601
|
+
*Akeyless::V2Api* | [**target_update_keycloak**](docs/V2Api.md#target_update_keycloak) | **POST** /target-update-keycloak |
|
|
588
602
|
*Akeyless::V2Api* | [**target_update_ldap**](docs/V2Api.md#target_update_ldap) | **POST** /target-update-ldap |
|
|
589
603
|
*Akeyless::V2Api* | [**target_update_lets_encrypt**](docs/V2Api.md#target_update_lets_encrypt) | **POST** /target-update-lets-encrypt |
|
|
590
604
|
*Akeyless::V2Api* | [**target_update_linked**](docs/V2Api.md#target_update_linked) | **POST** /target-update-linked |
|
|
605
|
+
*Akeyless::V2Api* | [**target_update_okta**](docs/V2Api.md#target_update_okta) | **POST** /target-update-okta |
|
|
591
606
|
*Akeyless::V2Api* | [**target_update_open_ai**](docs/V2Api.md#target_update_open_ai) | **POST** /target-update-openai |
|
|
592
607
|
*Akeyless::V2Api* | [**target_update_ping**](docs/V2Api.md#target_update_ping) | **POST** /target-update-ping |
|
|
593
608
|
*Akeyless::V2Api* | [**target_update_rabbit_mq**](docs/V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq |
|
|
@@ -645,6 +660,9 @@ Class | Method | HTTP request | Description
|
|
|
645
660
|
*Akeyless::V2Api* | [**update_ldap_target**](docs/V2Api.md#update_ldap_target) | **POST** /update-ldap-target |
|
|
646
661
|
*Akeyless::V2Api* | [**update_ldap_target_details**](docs/V2Api.md#update_ldap_target_details) | **POST** /update-ldap-target-details |
|
|
647
662
|
*Akeyless::V2Api* | [**update_linked_target**](docs/V2Api.md#update_linked_target) | **POST** /update-linked-target |
|
|
663
|
+
*Akeyless::V2Api* | [**update_mcp_secret_bearer_token**](docs/V2Api.md#update_mcp_secret_bearer_token) | **POST** /update-mcp-secret-bearer-token |
|
|
664
|
+
*Akeyless::V2Api* | [**update_mcp_secret_o_auth_auth_code**](docs/V2Api.md#update_mcp_secret_o_auth_auth_code) | **POST** /update-mcp-secret-oauth-authorization-code |
|
|
665
|
+
*Akeyless::V2Api* | [**update_mcp_secret_o_auth_client_creds**](docs/V2Api.md#update_mcp_secret_o_auth_client_creds) | **POST** /update-mcp-secret-oauth-client-credentials |
|
|
648
666
|
*Akeyless::V2Api* | [**update_native_k8_s_target**](docs/V2Api.md#update_native_k8_s_target) | **POST** /update-k8s-target |
|
|
649
667
|
*Akeyless::V2Api* | [**update_oidc_app**](docs/V2Api.md#update_oidc_app) | **POST** /update-oidc-app |
|
|
650
668
|
*Akeyless::V2Api* | [**update_ping_target**](docs/V2Api.md#update_ping_target) | **POST** /update-ping-target |
|
|
@@ -721,6 +739,7 @@ Class | Method | HTTP request | Description
|
|
|
721
739
|
- [Akeyless::AllowedAccessOld](docs/AllowedAccessOld.md)
|
|
722
740
|
- [Akeyless::AllowedClientType](docs/AllowedClientType.md)
|
|
723
741
|
- [Akeyless::AllowedIpSettings](docs/AllowedIpSettings.md)
|
|
742
|
+
- [Akeyless::AnthropicTargetDetails](docs/AnthropicTargetDetails.md)
|
|
724
743
|
- [Akeyless::ArtifactoryTargetDetails](docs/ArtifactoryTargetDetails.md)
|
|
725
744
|
- [Akeyless::AssocRoleAuthMethod](docs/AssocRoleAuthMethod.md)
|
|
726
745
|
- [Akeyless::AssocTargetItem](docs/AssocTargetItem.md)
|
|
@@ -782,6 +801,7 @@ Class | Method | HTTP request | Description
|
|
|
782
801
|
- [Akeyless::BatchEncryptionResponseLine](docs/BatchEncryptionResponseLine.md)
|
|
783
802
|
- [Akeyless::BatchTokenizationRequestLine](docs/BatchTokenizationRequestLine.md)
|
|
784
803
|
- [Akeyless::BatchTokenizationResponseLine](docs/BatchTokenizationResponseLine.md)
|
|
804
|
+
- [Akeyless::BedrockTargetDetails](docs/BedrockTargetDetails.md)
|
|
785
805
|
- [Akeyless::CFConfigPart](docs/CFConfigPart.md)
|
|
786
806
|
- [Akeyless::CaCertificatesConfigPart](docs/CaCertificatesConfigPart.md)
|
|
787
807
|
- [Akeyless::CacheConfigPart](docs/CacheConfigPart.md)
|
|
@@ -893,6 +913,9 @@ Class | Method | HTTP request | Description
|
|
|
893
913
|
- [Akeyless::CreateLdapTargetOutput](docs/CreateLdapTargetOutput.md)
|
|
894
914
|
- [Akeyless::CreateLinkedTarget](docs/CreateLinkedTarget.md)
|
|
895
915
|
- [Akeyless::CreateLinkedTargetOutput](docs/CreateLinkedTargetOutput.md)
|
|
916
|
+
- [Akeyless::CreateMcpSecretBearerToken](docs/CreateMcpSecretBearerToken.md)
|
|
917
|
+
- [Akeyless::CreateMcpSecretOAuthAuthCode](docs/CreateMcpSecretOAuthAuthCode.md)
|
|
918
|
+
- [Akeyless::CreateMcpSecretOAuthClientCreds](docs/CreateMcpSecretOAuthClientCreds.md)
|
|
896
919
|
- [Akeyless::CreateNativeK8STarget](docs/CreateNativeK8STarget.md)
|
|
897
920
|
- [Akeyless::CreateNativeK8STargetOutput](docs/CreateNativeK8STargetOutput.md)
|
|
898
921
|
- [Akeyless::CreateOidcApp](docs/CreateOidcApp.md)
|
|
@@ -930,6 +953,7 @@ Class | Method | HTTP request | Description
|
|
|
930
953
|
- [Akeyless::CreateWindowsTargetOutput](docs/CreateWindowsTargetOutput.md)
|
|
931
954
|
- [Akeyless::CreateZeroSSLTarget](docs/CreateZeroSSLTarget.md)
|
|
932
955
|
- [Akeyless::CreateZeroSSLTargetOutput](docs/CreateZeroSSLTargetOutput.md)
|
|
956
|
+
- [Akeyless::CustomDnsTargetDetails](docs/CustomDnsTargetDetails.md)
|
|
933
957
|
- [Akeyless::CustomTargetDetails](docs/CustomTargetDetails.md)
|
|
934
958
|
- [Akeyless::CustomerFragmentConfig](docs/CustomerFragmentConfig.md)
|
|
935
959
|
- [Akeyless::CustomerFragmentsConfigJson](docs/CustomerFragmentsConfigJson.md)
|
|
@@ -1058,6 +1082,9 @@ Class | Method | HTTP request | Description
|
|
|
1058
1082
|
- [Akeyless::DynamicSecretUpdateVenafi](docs/DynamicSecretUpdateVenafi.md)
|
|
1059
1083
|
- [Akeyless::EKSTargetDetails](docs/EKSTargetDetails.md)
|
|
1060
1084
|
- [Akeyless::ElasticsearchLogForwardingConfig](docs/ElasticsearchLogForwardingConfig.md)
|
|
1085
|
+
- [Akeyless::EmailCustomization](docs/EmailCustomization.md)
|
|
1086
|
+
- [Akeyless::EmailCustomizationAccountInformation](docs/EmailCustomizationAccountInformation.md)
|
|
1087
|
+
- [Akeyless::EmailCustomizationAccountInformationValues](docs/EmailCustomizationAccountInformationValues.md)
|
|
1061
1088
|
- [Akeyless::EmailEntry](docs/EmailEntry.md)
|
|
1062
1089
|
- [Akeyless::EmailError](docs/EmailError.md)
|
|
1063
1090
|
- [Akeyless::EmailPassAccessRules](docs/EmailPassAccessRules.md)
|
|
@@ -1100,6 +1127,8 @@ Class | Method | HTTP request | Description
|
|
|
1100
1127
|
- [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
|
|
1101
1128
|
- [Akeyless::Extension](docs/Extension.md)
|
|
1102
1129
|
- [Akeyless::ExternalKMSKeyId](docs/ExternalKMSKeyId.md)
|
|
1130
|
+
- [Akeyless::FileDownloadInstructions](docs/FileDownloadInstructions.md)
|
|
1131
|
+
- [Akeyless::FileInfo](docs/FileInfo.md)
|
|
1103
1132
|
- [Akeyless::FolderCreate](docs/FolderCreate.md)
|
|
1104
1133
|
- [Akeyless::FolderCreateOutput](docs/FolderCreateOutput.md)
|
|
1105
1134
|
- [Akeyless::FolderDelete](docs/FolderDelete.md)
|
|
@@ -1353,6 +1382,7 @@ Class | Method | HTTP request | Description
|
|
|
1353
1382
|
- [Akeyless::GodaddyTargetDetails](docs/GodaddyTargetDetails.md)
|
|
1354
1383
|
- [Akeyless::GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
|
|
1355
1384
|
- [Akeyless::GoogleTrustTargetDetails](docs/GoogleTrustTargetDetails.md)
|
|
1385
|
+
- [Akeyless::GrokTargetDetails](docs/GrokTargetDetails.md)
|
|
1356
1386
|
- [Akeyless::Group](docs/Group.md)
|
|
1357
1387
|
- [Akeyless::GwClusterIdentity](docs/GwClusterIdentity.md)
|
|
1358
1388
|
- [Akeyless::GwUpdateRemoteAccessSessionLogsAwsS3](docs/GwUpdateRemoteAccessSessionLogsAwsS3.md)
|
|
@@ -1401,6 +1431,7 @@ Class | Method | HTTP request | Description
|
|
|
1401
1431
|
- [Akeyless::KerberosAccessRules](docs/KerberosAccessRules.md)
|
|
1402
1432
|
- [Akeyless::KerberosAuthMethodInfo](docs/KerberosAuthMethodInfo.md)
|
|
1403
1433
|
- [Akeyless::KerberosConfigPart](docs/KerberosConfigPart.md)
|
|
1434
|
+
- [Akeyless::KeycloakTargetDetails](docs/KeycloakTargetDetails.md)
|
|
1404
1435
|
- [Akeyless::KmipClientDeleteRule](docs/KmipClientDeleteRule.md)
|
|
1405
1436
|
- [Akeyless::KmipClientSetRule](docs/KmipClientSetRule.md)
|
|
1406
1437
|
- [Akeyless::KmipClientUpdate](docs/KmipClientUpdate.md)
|
|
@@ -1491,6 +1522,7 @@ Class | Method | HTTP request | Description
|
|
|
1491
1522
|
- [Akeyless::OIDCCustomClaim](docs/OIDCCustomClaim.md)
|
|
1492
1523
|
- [Akeyless::ObjectVersionSettingsOutput](docs/ObjectVersionSettingsOutput.md)
|
|
1493
1524
|
- [Akeyless::OidcClientInfo](docs/OidcClientInfo.md)
|
|
1525
|
+
- [Akeyless::OktaTargetDetails](docs/OktaTargetDetails.md)
|
|
1494
1526
|
- [Akeyless::OnePasswordMigration](docs/OnePasswordMigration.md)
|
|
1495
1527
|
- [Akeyless::OnePasswordPayload](docs/OnePasswordPayload.md)
|
|
1496
1528
|
- [Akeyless::OpenAITargetDetails](docs/OpenAITargetDetails.md)
|
|
@@ -1659,10 +1691,13 @@ Class | Method | HTTP request | Description
|
|
|
1659
1691
|
- [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
|
|
1660
1692
|
- [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
|
|
1661
1693
|
- [Akeyless::Target](docs/Target.md)
|
|
1694
|
+
- [Akeyless::TargetCreateAnthropic](docs/TargetCreateAnthropic.md)
|
|
1662
1695
|
- [Akeyless::TargetCreateArtifactory](docs/TargetCreateArtifactory.md)
|
|
1663
1696
|
- [Akeyless::TargetCreateAws](docs/TargetCreateAws.md)
|
|
1664
1697
|
- [Akeyless::TargetCreateAzure](docs/TargetCreateAzure.md)
|
|
1698
|
+
- [Akeyless::TargetCreateBedrock](docs/TargetCreateBedrock.md)
|
|
1665
1699
|
- [Akeyless::TargetCreateCloudflare](docs/TargetCreateCloudflare.md)
|
|
1700
|
+
- [Akeyless::TargetCreateCustomDns](docs/TargetCreateCustomDns.md)
|
|
1666
1701
|
- [Akeyless::TargetCreateDB](docs/TargetCreateDB.md)
|
|
1667
1702
|
- [Akeyless::TargetCreateDigiCert](docs/TargetCreateDigiCert.md)
|
|
1668
1703
|
- [Akeyless::TargetCreateDockerhub](docs/TargetCreateDockerhub.md)
|
|
@@ -1676,11 +1711,14 @@ Class | Method | HTTP request | Description
|
|
|
1676
1711
|
- [Akeyless::TargetCreateGlobalSignAtlas](docs/TargetCreateGlobalSignAtlas.md)
|
|
1677
1712
|
- [Akeyless::TargetCreateGodaddy](docs/TargetCreateGodaddy.md)
|
|
1678
1713
|
- [Akeyless::TargetCreateGoogleTrust](docs/TargetCreateGoogleTrust.md)
|
|
1714
|
+
- [Akeyless::TargetCreateGrok](docs/TargetCreateGrok.md)
|
|
1679
1715
|
- [Akeyless::TargetCreateHashiVault](docs/TargetCreateHashiVault.md)
|
|
1680
1716
|
- [Akeyless::TargetCreateK8s](docs/TargetCreateK8s.md)
|
|
1717
|
+
- [Akeyless::TargetCreateKeycloak](docs/TargetCreateKeycloak.md)
|
|
1681
1718
|
- [Akeyless::TargetCreateLdap](docs/TargetCreateLdap.md)
|
|
1682
1719
|
- [Akeyless::TargetCreateLetsEncrypt](docs/TargetCreateLetsEncrypt.md)
|
|
1683
1720
|
- [Akeyless::TargetCreateLinked](docs/TargetCreateLinked.md)
|
|
1721
|
+
- [Akeyless::TargetCreateOkta](docs/TargetCreateOkta.md)
|
|
1684
1722
|
- [Akeyless::TargetCreateOpenAI](docs/TargetCreateOpenAI.md)
|
|
1685
1723
|
- [Akeyless::TargetCreateOutput](docs/TargetCreateOutput.md)
|
|
1686
1724
|
- [Akeyless::TargetCreatePing](docs/TargetCreatePing.md)
|
|
@@ -1701,10 +1739,13 @@ Class | Method | HTTP request | Description
|
|
|
1701
1739
|
- [Akeyless::TargetList](docs/TargetList.md)
|
|
1702
1740
|
- [Akeyless::TargetNameWithHosts](docs/TargetNameWithHosts.md)
|
|
1703
1741
|
- [Akeyless::TargetTypeDetailsInput](docs/TargetTypeDetailsInput.md)
|
|
1742
|
+
- [Akeyless::TargetUpdateAnthropic](docs/TargetUpdateAnthropic.md)
|
|
1704
1743
|
- [Akeyless::TargetUpdateArtifactory](docs/TargetUpdateArtifactory.md)
|
|
1705
1744
|
- [Akeyless::TargetUpdateAws](docs/TargetUpdateAws.md)
|
|
1706
1745
|
- [Akeyless::TargetUpdateAzure](docs/TargetUpdateAzure.md)
|
|
1746
|
+
- [Akeyless::TargetUpdateBedrock](docs/TargetUpdateBedrock.md)
|
|
1707
1747
|
- [Akeyless::TargetUpdateCloudflare](docs/TargetUpdateCloudflare.md)
|
|
1748
|
+
- [Akeyless::TargetUpdateCustomDns](docs/TargetUpdateCustomDns.md)
|
|
1708
1749
|
- [Akeyless::TargetUpdateDB](docs/TargetUpdateDB.md)
|
|
1709
1750
|
- [Akeyless::TargetUpdateDigiCert](docs/TargetUpdateDigiCert.md)
|
|
1710
1751
|
- [Akeyless::TargetUpdateDockerhub](docs/TargetUpdateDockerhub.md)
|
|
@@ -1718,11 +1759,14 @@ Class | Method | HTTP request | Description
|
|
|
1718
1759
|
- [Akeyless::TargetUpdateGlobalSignAtlas](docs/TargetUpdateGlobalSignAtlas.md)
|
|
1719
1760
|
- [Akeyless::TargetUpdateGodaddy](docs/TargetUpdateGodaddy.md)
|
|
1720
1761
|
- [Akeyless::TargetUpdateGoogleTrust](docs/TargetUpdateGoogleTrust.md)
|
|
1762
|
+
- [Akeyless::TargetUpdateGrok](docs/TargetUpdateGrok.md)
|
|
1721
1763
|
- [Akeyless::TargetUpdateHashiVault](docs/TargetUpdateHashiVault.md)
|
|
1722
1764
|
- [Akeyless::TargetUpdateK8s](docs/TargetUpdateK8s.md)
|
|
1765
|
+
- [Akeyless::TargetUpdateKeycloak](docs/TargetUpdateKeycloak.md)
|
|
1723
1766
|
- [Akeyless::TargetUpdateLdap](docs/TargetUpdateLdap.md)
|
|
1724
1767
|
- [Akeyless::TargetUpdateLetsEncrypt](docs/TargetUpdateLetsEncrypt.md)
|
|
1725
1768
|
- [Akeyless::TargetUpdateLinked](docs/TargetUpdateLinked.md)
|
|
1769
|
+
- [Akeyless::TargetUpdateOkta](docs/TargetUpdateOkta.md)
|
|
1726
1770
|
- [Akeyless::TargetUpdateOpenAI](docs/TargetUpdateOpenAI.md)
|
|
1727
1771
|
- [Akeyless::TargetUpdateOutput](docs/TargetUpdateOutput.md)
|
|
1728
1772
|
- [Akeyless::TargetUpdatePing](docs/TargetUpdatePing.md)
|
|
@@ -1741,6 +1785,7 @@ Class | Method | HTTP request | Description
|
|
|
1741
1785
|
- [Akeyless::UIDTokenDetails](docs/UIDTokenDetails.md)
|
|
1742
1786
|
- [Akeyless::UidCreateChildToken](docs/UidCreateChildToken.md)
|
|
1743
1787
|
- [Akeyless::UidCreateChildTokenOutput](docs/UidCreateChildTokenOutput.md)
|
|
1788
|
+
- [Akeyless::UidExpirationEvent](docs/UidExpirationEvent.md)
|
|
1744
1789
|
- [Akeyless::UidGenerateToken](docs/UidGenerateToken.md)
|
|
1745
1790
|
- [Akeyless::UidGenerateTokenOutput](docs/UidGenerateTokenOutput.md)
|
|
1746
1791
|
- [Akeyless::UidListChildren](docs/UidListChildren.md)
|
|
@@ -1816,6 +1861,9 @@ Class | Method | HTTP request | Description
|
|
|
1816
1861
|
- [Akeyless::UpdateLdapTargetDetails](docs/UpdateLdapTargetDetails.md)
|
|
1817
1862
|
- [Akeyless::UpdateLdapTargetOutput](docs/UpdateLdapTargetOutput.md)
|
|
1818
1863
|
- [Akeyless::UpdateLinkedTarget](docs/UpdateLinkedTarget.md)
|
|
1864
|
+
- [Akeyless::UpdateMcpSecretBearerToken](docs/UpdateMcpSecretBearerToken.md)
|
|
1865
|
+
- [Akeyless::UpdateMcpSecretOAuthAuthCode](docs/UpdateMcpSecretOAuthAuthCode.md)
|
|
1866
|
+
- [Akeyless::UpdateMcpSecretOAuthClientCreds](docs/UpdateMcpSecretOAuthClientCreds.md)
|
|
1819
1867
|
- [Akeyless::UpdateNativeK8STarget](docs/UpdateNativeK8STarget.md)
|
|
1820
1868
|
- [Akeyless::UpdateNativeK8STargetOutput](docs/UpdateNativeK8STargetOutput.md)
|
|
1821
1869
|
- [Akeyless::UpdateOidcApp](docs/UpdateOidcApp.md)
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **account_default_key_item_id** | **Integer** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional] |
|
|
8
8
|
| **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
|
|
9
|
+
| **account_file_bytes_used** | **Integer** | AccountFileBytesUsed tracks active + pending file-item plain bytes for quota enforcement. | [optional] |
|
|
9
10
|
| **ai_insights** | [**AiInsightsSetting**](AiInsightsSetting.md) | | [optional] |
|
|
10
11
|
| **allow_auto_fill** | **Boolean** | | [optional] |
|
|
11
12
|
| **allow_passkeys** | **Boolean** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
| **default_auth_method** | [**DefaultAuthMethodSettings**](DefaultAuthMethodSettings.md) | | [optional] |
|
|
19
20
|
| **default_home_page** | [**DefaultHomePage**](DefaultHomePage.md) | | [optional] |
|
|
20
21
|
| **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
|
|
22
|
+
| **email_customization** | [**EmailCustomization**](EmailCustomization.md) | | [optional] |
|
|
21
23
|
| **enable_request_for_access** | **Boolean** | | [optional] |
|
|
22
24
|
| **enable_search_history** | **Boolean** | | [optional] |
|
|
23
25
|
| **hide_personal_folder** | **Boolean** | | [optional] |
|
|
@@ -43,6 +45,7 @@ require 'akeyless'
|
|
|
43
45
|
instance = Akeyless::AccountGeneralSettings.new(
|
|
44
46
|
account_default_key_item_id: null,
|
|
45
47
|
account_default_key_name: null,
|
|
48
|
+
account_file_bytes_used: null,
|
|
46
49
|
ai_insights: null,
|
|
47
50
|
allow_auto_fill: null,
|
|
48
51
|
allow_passkeys: null,
|
|
@@ -55,6 +58,7 @@ instance = Akeyless::AccountGeneralSettings.new(
|
|
|
55
58
|
default_auth_method: null,
|
|
56
59
|
default_home_page: null,
|
|
57
60
|
dynamic_secret_max_ttl: null,
|
|
61
|
+
email_customization: null,
|
|
58
62
|
enable_request_for_access: null,
|
|
59
63
|
enable_search_history: null,
|
|
60
64
|
hide_personal_folder: null,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::AnthropicTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **anthropic_url** | **String** | | [optional] |
|
|
8
|
+
| **api_key** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::AnthropicTargetDetails.new(
|
|
16
|
+
anthropic_url: null,
|
|
17
|
+
api_key: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/AuthMethod.md
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
| **expiration_events** | [**Array<AuthExpirationEvent>**](AuthExpirationEvent.md) | | [optional] |
|
|
22
22
|
| **is_approved** | **Boolean** | | [optional] |
|
|
23
23
|
| **modification_date** | **Time** | | [optional] |
|
|
24
|
+
| **uid_expiration_events** | [**Array<UidExpirationEvent>**](UidExpirationEvent.md) | | [optional] |
|
|
24
25
|
|
|
25
26
|
## Example
|
|
26
27
|
|
|
@@ -44,7 +45,8 @@ instance = Akeyless::AuthMethod.new(
|
|
|
44
45
|
description: null,
|
|
45
46
|
expiration_events: null,
|
|
46
47
|
is_approved: null,
|
|
47
|
-
modification_date: null
|
|
48
|
+
modification_date: null,
|
|
49
|
+
uid_expiration_events: null
|
|
48
50
|
)
|
|
49
51
|
```
|
|
50
52
|
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
| **rules_type** | **String** | | [optional] |
|
|
30
30
|
| **saml_access_rules** | [**SAMLAccessRules**](SAMLAccessRules.md) | | [optional] |
|
|
31
31
|
| **sub_claims_delimiters** | **Array<String>** | | [optional] |
|
|
32
|
+
| **uid_expiration_events** | [**Array<UidExpirationEvent>**](UidExpirationEvent.md) | Relevant only for Universal Identity auth methods: token about-to-expire notification thresholds. | [optional] |
|
|
32
33
|
| **universal_identity_access_rules** | [**UniversalIdentityAccessRules**](UniversalIdentityAccessRules.md) | | [optional] |
|
|
33
34
|
|
|
34
35
|
## Example
|
|
@@ -62,6 +63,7 @@ instance = Akeyless::AuthMethodAccessInfo.new(
|
|
|
62
63
|
rules_type: null,
|
|
63
64
|
saml_access_rules: null,
|
|
64
65
|
sub_claims_delimiters: null,
|
|
66
|
+
uid_expiration_events: null,
|
|
65
67
|
universal_identity_access_rules: null
|
|
66
68
|
)
|
|
67
69
|
```
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
25
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
26
|
| **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
|
|
27
|
+
| **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
|
|
27
28
|
|
|
28
29
|
## Example
|
|
29
30
|
|
|
@@ -50,7 +51,8 @@ instance = Akeyless::AuthMethodCreateSAML.new(
|
|
|
50
51
|
subclaims_delimiters: null,
|
|
51
52
|
token: null,
|
|
52
53
|
uid_token: null,
|
|
53
|
-
unique_identifier: null
|
|
54
|
+
unique_identifier: null,
|
|
55
|
+
use_dedicated_saml_urls: null
|
|
54
56
|
)
|
|
55
57
|
```
|
|
56
58
|
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
24
24
|
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
25
25
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
26
|
+
| **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
|
|
26
27
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
27
28
|
|
|
28
29
|
## Example
|
|
@@ -50,6 +51,7 @@ instance = Akeyless::AuthMethodCreateUniversalIdentity.new(
|
|
|
50
51
|
token: null,
|
|
51
52
|
tree_length: null,
|
|
52
53
|
ttl: null,
|
|
54
|
+
uid_expiration_event_at: null,
|
|
53
55
|
uid_token: null
|
|
54
56
|
)
|
|
55
57
|
```
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
26
26
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
27
27
|
| **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
|
|
28
|
+
| **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
|
|
28
29
|
|
|
29
30
|
## Example
|
|
30
31
|
|
|
@@ -52,7 +53,8 @@ instance = Akeyless::AuthMethodUpdateSAML.new(
|
|
|
52
53
|
subclaims_delimiters: null,
|
|
53
54
|
token: null,
|
|
54
55
|
uid_token: null,
|
|
55
|
-
unique_identifier: null
|
|
56
|
+
unique_identifier: null,
|
|
57
|
+
use_dedicated_saml_urls: null
|
|
56
58
|
)
|
|
57
59
|
```
|
|
58
60
|
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
25
|
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
26
26
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
27
|
+
| **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
|
|
27
28
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
28
29
|
|
|
29
30
|
## Example
|
|
@@ -52,6 +53,7 @@ instance = Akeyless::AuthMethodUpdateUniversalIdentity.new(
|
|
|
52
53
|
token: null,
|
|
53
54
|
tree_length: null,
|
|
54
55
|
ttl: null,
|
|
56
|
+
uid_expiration_event_at: null,
|
|
55
57
|
uid_token: null
|
|
56
58
|
)
|
|
57
59
|
```
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Akeyless::BedrockTargetDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **api_key** | **String** | | [optional] |
|
|
8
|
+
| **bedrock_url** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'akeyless'
|
|
14
|
+
|
|
15
|
+
instance = Akeyless::BedrockTargetDetails.new(
|
|
16
|
+
api_key: null,
|
|
17
|
+
bedrock_url: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
25
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
26
|
| **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
|
|
27
|
+
| **use_dedicated_saml_urls** | **Boolean** | Use dedicated per-access-id SP URLs for login | [optional] |
|
|
27
28
|
|
|
28
29
|
## Example
|
|
29
30
|
|
|
@@ -50,7 +51,8 @@ instance = Akeyless::CreateAuthMethodSAML.new(
|
|
|
50
51
|
subclaims_delimiters: null,
|
|
51
52
|
token: null,
|
|
52
53
|
uid_token: null,
|
|
53
|
-
unique_identifier: null
|
|
54
|
+
unique_identifier: null,
|
|
55
|
+
use_dedicated_saml_urls: null
|
|
54
56
|
)
|
|
55
57
|
```
|
|
56
58
|
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
24
24
|
| **tree_length** | **Integer** | Maximum UID tree depth allowed (child of child of ...) | [optional][default to 200] |
|
|
25
25
|
| **ttl** | **Integer** | Token ttl | [optional][default to 60] |
|
|
26
|
+
| **uid_expiration_event_at** | **Array<String>** | Notify when this percent of the token TTL has elapsed (1-99). | [optional] |
|
|
26
27
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
27
28
|
|
|
28
29
|
## Example
|
|
@@ -50,6 +51,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
|
|
|
50
51
|
token: null,
|
|
51
52
|
tree_length: null,
|
|
52
53
|
ttl: null,
|
|
54
|
+
uid_expiration_event_at: null,
|
|
53
55
|
uid_token: null
|
|
54
56
|
)
|
|
55
57
|
```
|
data/docs/CreateDBTarget.md
CHANGED
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
| **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
|
|
39
39
|
| **port** | **String** | | [optional] |
|
|
40
40
|
| **pwd** | **String** | | [optional] |
|
|
41
|
+
| **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
|
|
41
42
|
| **snowflake_account** | **String** | | [optional] |
|
|
42
43
|
| **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
|
|
43
44
|
| **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
|
|
@@ -87,6 +88,7 @@ instance = Akeyless::CreateDBTarget.new(
|
|
|
87
88
|
parent_target_name: null,
|
|
88
89
|
port: null,
|
|
89
90
|
pwd: null,
|
|
91
|
+
skip_server_name_validation: null,
|
|
90
92
|
snowflake_account: null,
|
|
91
93
|
snowflake_api_private_key: null,
|
|
92
94
|
snowflake_api_private_key_password: null,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Akeyless::CreateMcpSecretBearerToken
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **bearer_token** | **String** | Bearer token value | [optional] |
|
|
9
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
10
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
11
|
+
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
12
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
14
|
+
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
15
|
+
| **name** | **String** | Secret name | |
|
|
16
|
+
| **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
|
|
17
|
+
| **protection_key** | **String** | | [optional] |
|
|
18
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
19
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
21
|
+
| **url** | **String** | URL of the service | [optional] |
|
|
22
|
+
|
|
23
|
+
## Example
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
require 'akeyless'
|
|
27
|
+
|
|
28
|
+
instance = Akeyless::CreateMcpSecretBearerToken.new(
|
|
29
|
+
accessibility: null,
|
|
30
|
+
bearer_token: null,
|
|
31
|
+
delete_protection: null,
|
|
32
|
+
description: null,
|
|
33
|
+
input_rule: null,
|
|
34
|
+
json: null,
|
|
35
|
+
max_versions: null,
|
|
36
|
+
metadata: null,
|
|
37
|
+
name: null,
|
|
38
|
+
output_rule: null,
|
|
39
|
+
protection_key: null,
|
|
40
|
+
tags: null,
|
|
41
|
+
token: null,
|
|
42
|
+
uid_token: null,
|
|
43
|
+
url: null
|
|
44
|
+
)
|
|
45
|
+
```
|
|
46
|
+
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Akeyless::CreateMcpSecretOAuthAuthCode
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
14
|
+
| **name** | **String** | Secret name | |
|
|
15
|
+
| **oauth_client_id** | **String** | OAuth client ID | [optional] |
|
|
16
|
+
| **oauth_client_secret** | **String** | OAuth client secret | [optional] |
|
|
17
|
+
| **oauth_redirect_uri** | **String** | OAuth redirect URI | [optional] |
|
|
18
|
+
| **oauth_refresh_token** | **String** | OAuth refresh token | [optional] |
|
|
19
|
+
| **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
|
|
20
|
+
| **oauth_token_url** | **String** | OAuth token URL | [optional] |
|
|
21
|
+
| **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
|
|
22
|
+
| **protection_key** | **String** | | [optional] |
|
|
23
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
24
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
25
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
26
|
+
| **url** | **String** | URL of the service | [optional] |
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
require 'akeyless'
|
|
32
|
+
|
|
33
|
+
instance = Akeyless::CreateMcpSecretOAuthAuthCode.new(
|
|
34
|
+
accessibility: null,
|
|
35
|
+
delete_protection: null,
|
|
36
|
+
description: null,
|
|
37
|
+
input_rule: null,
|
|
38
|
+
json: null,
|
|
39
|
+
max_versions: null,
|
|
40
|
+
metadata: null,
|
|
41
|
+
name: null,
|
|
42
|
+
oauth_client_id: null,
|
|
43
|
+
oauth_client_secret: null,
|
|
44
|
+
oauth_redirect_uri: null,
|
|
45
|
+
oauth_refresh_token: null,
|
|
46
|
+
oauth_scopes: null,
|
|
47
|
+
oauth_token_url: null,
|
|
48
|
+
output_rule: null,
|
|
49
|
+
protection_key: null,
|
|
50
|
+
tags: null,
|
|
51
|
+
token: null,
|
|
52
|
+
uid_token: null,
|
|
53
|
+
url: null
|
|
54
|
+
)
|
|
55
|
+
```
|
|
56
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Akeyless::CreateMcpSecretOAuthClientCreds
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
|
|
11
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
|
13
|
+
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
14
|
+
| **name** | **String** | Secret name | |
|
|
15
|
+
| **oauth_client_id** | **String** | OAuth client ID | [optional] |
|
|
16
|
+
| **oauth_client_secret** | **String** | OAuth client secret | [optional] |
|
|
17
|
+
| **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
|
|
18
|
+
| **oauth_token_url** | **String** | OAuth token URL | [optional] |
|
|
19
|
+
| **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
|
|
20
|
+
| **protection_key** | **String** | | [optional] |
|
|
21
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
22
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
23
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
24
|
+
| **url** | **String** | URL of the service | [optional] |
|
|
25
|
+
|
|
26
|
+
## Example
|
|
27
|
+
|
|
28
|
+
```ruby
|
|
29
|
+
require 'akeyless'
|
|
30
|
+
|
|
31
|
+
instance = Akeyless::CreateMcpSecretOAuthClientCreds.new(
|
|
32
|
+
accessibility: null,
|
|
33
|
+
delete_protection: null,
|
|
34
|
+
description: null,
|
|
35
|
+
input_rule: null,
|
|
36
|
+
json: null,
|
|
37
|
+
max_versions: null,
|
|
38
|
+
metadata: null,
|
|
39
|
+
name: null,
|
|
40
|
+
oauth_client_id: null,
|
|
41
|
+
oauth_client_secret: null,
|
|
42
|
+
oauth_scopes: null,
|
|
43
|
+
oauth_token_url: null,
|
|
44
|
+
output_rule: null,
|
|
45
|
+
protection_key: null,
|
|
46
|
+
tags: null,
|
|
47
|
+
token: null,
|
|
48
|
+
uid_token: null,
|
|
49
|
+
url: null
|
|
50
|
+
)
|
|
51
|
+
```
|
|
52
|
+
|