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.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +49 -1
  3. data/docs/AccountGeneralSettings.md +4 -0
  4. data/docs/AnthropicTargetDetails.md +20 -0
  5. data/docs/AuthMethod.md +3 -1
  6. data/docs/AuthMethodAccessInfo.md +2 -0
  7. data/docs/AuthMethodCreateSAML.md +3 -1
  8. data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
  9. data/docs/AuthMethodUpdateSAML.md +3 -1
  10. data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
  11. data/docs/BedrockTargetDetails.md +20 -0
  12. data/docs/CreateAuthMethodSAML.md +3 -1
  13. data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
  14. data/docs/CreateDBTarget.md +2 -0
  15. data/docs/CreateMcpSecretBearerToken.md +46 -0
  16. data/docs/CreateMcpSecretOAuthAuthCode.md +56 -0
  17. data/docs/CreateMcpSecretOAuthClientCreds.md +52 -0
  18. data/docs/CreatePKICertIssuer.md +1 -1
  19. data/docs/CustomDnsTargetDetails.md +20 -0
  20. data/docs/DSProducerDetails.md +2 -0
  21. data/docs/DbTargetDetails.md +2 -0
  22. data/docs/EmailCustomization.md +28 -0
  23. data/docs/EmailCustomizationAccountInformation.md +24 -0
  24. data/docs/EmailCustomizationAccountInformationValues.md +24 -0
  25. data/docs/EsmGetSecretOutput.md +4 -0
  26. data/docs/FileDownloadInstructions.md +20 -0
  27. data/docs/FileInfo.md +50 -0
  28. data/docs/GatewayCreateMigration.md +2 -0
  29. data/docs/GatewayUpdateMigration.md +2 -0
  30. data/docs/GetKubeExecCreds.md +1 -1
  31. data/docs/GetPKICertificate.md +1 -1
  32. data/docs/GrokTargetDetails.md +22 -0
  33. data/docs/HashiPayload.md +2 -0
  34. data/docs/Item.md +2 -0
  35. data/docs/KeycloakTargetDetails.md +24 -0
  36. data/docs/OktaTargetDetails.md +20 -0
  37. data/docs/RuntimeAuthorityCommand.md +4 -0
  38. data/docs/SAMLAccessRules.md +3 -1
  39. data/docs/StaticSecretDetailsInfo.md +2 -0
  40. data/docs/TargetCreateAnthropic.md +36 -0
  41. data/docs/TargetCreateBedrock.md +36 -0
  42. data/docs/TargetCreateCustomDns.md +36 -0
  43. data/docs/TargetCreateDB.md +2 -0
  44. data/docs/TargetCreateGrok.md +38 -0
  45. data/docs/TargetCreateKeycloak.md +40 -0
  46. data/docs/TargetCreateOkta.md +36 -0
  47. data/docs/TargetTypeDetailsInput.md +12 -0
  48. data/docs/TargetUpdateAnthropic.md +42 -0
  49. data/docs/TargetUpdateBedrock.md +42 -0
  50. data/docs/TargetUpdateCustomDns.md +40 -0
  51. data/docs/TargetUpdateDB.md +2 -0
  52. data/docs/TargetUpdateGrok.md +44 -0
  53. data/docs/TargetUpdateKeycloak.md +44 -0
  54. data/docs/TargetUpdateOkta.md +40 -0
  55. data/docs/UidExpirationEvent.md +18 -0
  56. data/docs/UpdateAuthMethodSAML.md +3 -1
  57. data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
  58. data/docs/UpdateDBTarget.md +2 -0
  59. data/docs/UpdateMcpSecretBearerToken.md +40 -0
  60. data/docs/UpdateMcpSecretOAuthAuthCode.md +50 -0
  61. data/docs/UpdateMcpSecretOAuthClientCreds.md +46 -0
  62. data/docs/UpdatePKICertIssuer.md +1 -1
  63. data/docs/UscGetSecretOutput.md +4 -0
  64. data/docs/V2Api.md +1134 -0
  65. data/lib/akeyless/api/v2_api.rb +1249 -97
  66. data/lib/akeyless/models/account_general_settings.rb +20 -1
  67. data/lib/akeyless/models/anthropic_target_details.rb +224 -0
  68. data/lib/akeyless/models/auth_method.rb +15 -4
  69. data/lib/akeyless/models/auth_method_access_info.rb +13 -1
  70. data/lib/akeyless/models/auth_method_create_saml.rb +14 -4
  71. data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
  72. data/lib/akeyless/models/auth_method_update_saml.rb +14 -4
  73. data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
  74. data/lib/akeyless/models/bedrock_target_details.rb +224 -0
  75. data/lib/akeyless/models/create_auth_method_saml.rb +14 -4
  76. data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
  77. data/lib/akeyless/models/create_db_target.rb +11 -1
  78. data/lib/akeyless/models/create_mcp_secret_bearer_token.rb +371 -0
  79. data/lib/akeyless/models/create_mcp_secret_o_auth_auth_code.rb +423 -0
  80. data/lib/akeyless/models/create_mcp_secret_o_auth_client_creds.rb +403 -0
  81. data/lib/akeyless/models/create_pki_cert_issuer.rb +1 -1
  82. data/lib/akeyless/models/custom_dns_target_details.rb +225 -0
  83. data/lib/akeyless/models/db_target_details.rb +11 -1
  84. data/lib/akeyless/models/ds_producer_details.rb +11 -1
  85. data/lib/akeyless/models/email_customization.rb +259 -0
  86. data/lib/akeyless/models/email_customization_account_information.rb +242 -0
  87. data/lib/akeyless/models/email_customization_account_information_values.rb +241 -0
  88. data/lib/akeyless/models/esm_get_secret_output.rb +19 -1
  89. data/lib/akeyless/models/file_download_instructions.rb +223 -0
  90. data/lib/akeyless/models/file_info.rb +358 -0
  91. data/lib/akeyless/models/gateway_create_migration.rb +11 -1
  92. data/lib/akeyless/models/gateway_update_migration.rb +11 -1
  93. data/lib/akeyless/models/get_kube_exec_creds.rb +1 -1
  94. data/lib/akeyless/models/get_pki_certificate.rb +1 -1
  95. data/lib/akeyless/models/grok_target_details.rb +234 -0
  96. data/lib/akeyless/models/hashi_payload.rb +10 -1
  97. data/lib/akeyless/models/item.rb +10 -1
  98. data/lib/akeyless/models/keycloak_target_details.rb +242 -0
  99. data/lib/akeyless/models/okta_target_details.rb +224 -0
  100. data/lib/akeyless/models/runtime_authority_command.rb +21 -1
  101. data/lib/akeyless/models/saml_access_rules.rb +14 -4
  102. data/lib/akeyless/models/static_secret_details_info.rb +10 -1
  103. data/lib/akeyless/models/target_create_anthropic.rb +317 -0
  104. data/lib/akeyless/models/target_create_bedrock.rb +317 -0
  105. data/lib/akeyless/models/target_create_custom_dns.rb +330 -0
  106. data/lib/akeyless/models/target_create_db.rb +11 -1
  107. data/lib/akeyless/models/target_create_grok.rb +327 -0
  108. data/lib/akeyless/models/target_create_keycloak.rb +334 -0
  109. data/lib/akeyless/models/target_create_okta.rb +314 -0
  110. data/lib/akeyless/models/target_type_details_input.rb +55 -1
  111. data/lib/akeyless/models/target_update_anthropic.rb +351 -0
  112. data/lib/akeyless/models/target_update_bedrock.rb +351 -0
  113. data/lib/akeyless/models/target_update_custom_dns.rb +350 -0
  114. data/lib/akeyless/models/target_update_db.rb +11 -1
  115. data/lib/akeyless/models/target_update_grok.rb +361 -0
  116. data/lib/akeyless/models/target_update_keycloak.rb +354 -0
  117. data/lib/akeyless/models/target_update_okta.rb +334 -0
  118. data/lib/akeyless/models/uid_expiration_event.rb +214 -0
  119. data/lib/akeyless/models/update_auth_method_saml.rb +14 -4
  120. data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
  121. data/lib/akeyless/models/update_db_target.rb +11 -1
  122. data/lib/akeyless/models/update_mcp_secret_bearer_token.rb +338 -0
  123. data/lib/akeyless/models/update_mcp_secret_o_auth_auth_code.rb +390 -0
  124. data/lib/akeyless/models/update_mcp_secret_o_auth_client_creds.rb +370 -0
  125. data/lib/akeyless/models/update_pki_cert_issuer.rb +1 -1
  126. data/lib/akeyless/models/usc_get_secret_output.rb +19 -1
  127. data/lib/akeyless/version.rb +1 -1
  128. data/lib/akeyless.rb +30 -0
  129. data/spec/models/anthropic_target_details_spec.rb +42 -0
  130. data/spec/models/bedrock_target_details_spec.rb +42 -0
  131. data/spec/models/create_mcp_secret_bearer_token_spec.rb +120 -0
  132. data/spec/models/create_mcp_secret_o_auth_auth_code_spec.rb +150 -0
  133. data/spec/models/create_mcp_secret_o_auth_client_creds_spec.rb +138 -0
  134. data/spec/models/custom_dns_target_details_spec.rb +42 -0
  135. data/spec/models/email_customization_account_information_spec.rb +54 -0
  136. data/spec/models/email_customization_account_information_values_spec.rb +54 -0
  137. data/spec/models/email_customization_spec.rb +66 -0
  138. data/spec/models/file_download_instructions_spec.rb +42 -0
  139. data/spec/models/file_info_spec.rb +132 -0
  140. data/spec/models/grok_target_details_spec.rb +48 -0
  141. data/spec/models/keycloak_target_details_spec.rb +54 -0
  142. data/spec/models/okta_target_details_spec.rb +42 -0
  143. data/spec/models/target_create_anthropic_spec.rb +90 -0
  144. data/spec/models/target_create_bedrock_spec.rb +90 -0
  145. data/spec/models/target_create_custom_dns_spec.rb +90 -0
  146. data/spec/models/target_create_grok_spec.rb +96 -0
  147. data/spec/models/target_create_keycloak_spec.rb +102 -0
  148. data/spec/models/target_create_okta_spec.rb +90 -0
  149. data/spec/models/target_update_anthropic_spec.rb +108 -0
  150. data/spec/models/target_update_bedrock_spec.rb +108 -0
  151. data/spec/models/target_update_custom_dns_spec.rb +102 -0
  152. data/spec/models/target_update_grok_spec.rb +114 -0
  153. data/spec/models/target_update_keycloak_spec.rb +114 -0
  154. data/spec/models/target_update_okta_spec.rb +102 -0
  155. data/spec/models/uid_expiration_event_spec.rb +36 -0
  156. data/spec/models/update_mcp_secret_bearer_token_spec.rb +102 -0
  157. data/spec/models/update_mcp_secret_o_auth_auth_code_spec.rb +132 -0
  158. data/spec/models/update_mcp_secret_o_auth_client_creds_spec.rb +120 -0
  159. metadata +1295 -1175
@@ -0,0 +1,36 @@
1
+ # Akeyless::TargetCreateOkta
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_token** | **String** | Okta API token | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
12
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
13
+ | **name** | **String** | Target name | |
14
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
+ | **url** | **String** | Okta URL | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'akeyless'
22
+
23
+ instance = Akeyless::TargetCreateOkta.new(
24
+ api_token: null,
25
+ delete_protection: null,
26
+ description: null,
27
+ json: null,
28
+ key: null,
29
+ max_versions: null,
30
+ name: null,
31
+ token: null,
32
+ uid_token: null,
33
+ url: null
34
+ )
35
+ ```
36
+
@@ -4,11 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **anthropic_target_details** | [**AnthropicTargetDetails**](AnthropicTargetDetails.md) | | [optional] |
7
8
  | **artifactory_target_details** | [**ArtifactoryTargetDetails**](ArtifactoryTargetDetails.md) | | [optional] |
8
9
  | **aws_target_details** | [**AWSTargetDetails**](AWSTargetDetails.md) | | [optional] |
9
10
  | **azure_target_details** | [**AzureTargetDetails**](AzureTargetDetails.md) | | [optional] |
11
+ | **bedrock_target_details** | [**BedrockTargetDetails**](BedrockTargetDetails.md) | | [optional] |
10
12
  | **chef_target_details** | [**ChefTargetDetails**](ChefTargetDetails.md) | | [optional] |
11
13
  | **cloudflare_target_details** | [**CloudflareTargetDetails**](CloudflareTargetDetails.md) | | [optional] |
14
+ | **custom_dns_target_details** | [**CustomDnsTargetDetails**](CustomDnsTargetDetails.md) | | [optional] |
12
15
  | **custom_target_details** | [**CustomTargetDetails**](CustomTargetDetails.md) | | [optional] |
13
16
  | **db_target_details** | [**DbTargetDetails**](DbTargetDetails.md) | | [optional] |
14
17
  | **digicert_target_details** | [**DigiCertTargetDetails**](DigiCertTargetDetails.md) | | [optional] |
@@ -23,12 +26,15 @@
23
26
  | **globalsign_target_details** | [**GlobalSignGCCTargetDetails**](GlobalSignGCCTargetDetails.md) | | [optional] |
24
27
  | **godaddy_target_details** | [**GodaddyTargetDetails**](GodaddyTargetDetails.md) | | [optional] |
25
28
  | **google_trust_target_details** | [**GoogleTrustTargetDetails**](GoogleTrustTargetDetails.md) | | [optional] |
29
+ | **grok_target_details** | [**GrokTargetDetails**](GrokTargetDetails.md) | | [optional] |
26
30
  | **hashi_vault_target_details** | [**HashiVaultTargetDetails**](HashiVaultTargetDetails.md) | | [optional] |
31
+ | **keycloak_target_details** | [**KeycloakTargetDetails**](KeycloakTargetDetails.md) | | [optional] |
27
32
  | **ldap_target_details** | [**LdapTargetDetails**](LdapTargetDetails.md) | | [optional] |
28
33
  | **letsencrypt_target_details** | [**LetsEncryptTargetDetails**](LetsEncryptTargetDetails.md) | | [optional] |
29
34
  | **linked_target_details** | [**LinkedTargetDetails**](LinkedTargetDetails.md) | | [optional] |
30
35
  | **mongo_db_target_details** | [**MongoDBTargetDetails**](MongoDBTargetDetails.md) | | [optional] |
31
36
  | **native_k8s_target_details** | [**NativeK8sTargetDetails**](NativeK8sTargetDetails.md) | | [optional] |
37
+ | **okta_target_details** | [**OktaTargetDetails**](OktaTargetDetails.md) | | [optional] |
32
38
  | **openai_target_details** | [**OpenAITargetDetails**](OpenAITargetDetails.md) | | [optional] |
33
39
  | **ping_target_details** | [**PingTargetDetails**](PingTargetDetails.md) | | [optional] |
34
40
  | **rabbit_mq_target_details** | [**RabbitMQTargetDetails**](RabbitMQTargetDetails.md) | | [optional] |
@@ -47,11 +53,14 @@
47
53
  require 'akeyless'
48
54
 
49
55
  instance = Akeyless::TargetTypeDetailsInput.new(
56
+ anthropic_target_details: null,
50
57
  artifactory_target_details: null,
51
58
  aws_target_details: null,
52
59
  azure_target_details: null,
60
+ bedrock_target_details: null,
53
61
  chef_target_details: null,
54
62
  cloudflare_target_details: null,
63
+ custom_dns_target_details: null,
55
64
  custom_target_details: null,
56
65
  db_target_details: null,
57
66
  digicert_target_details: null,
@@ -66,12 +75,15 @@ instance = Akeyless::TargetTypeDetailsInput.new(
66
75
  globalsign_target_details: null,
67
76
  godaddy_target_details: null,
68
77
  google_trust_target_details: null,
78
+ grok_target_details: null,
69
79
  hashi_vault_target_details: null,
80
+ keycloak_target_details: null,
70
81
  ldap_target_details: null,
71
82
  letsencrypt_target_details: null,
72
83
  linked_target_details: null,
73
84
  mongo_db_target_details: null,
74
85
  native_k8s_target_details: null,
86
+ okta_target_details: null,
75
87
  openai_target_details: null,
76
88
  ping_target_details: null,
77
89
  rabbit_mq_target_details: null,
@@ -0,0 +1,42 @@
1
+ # Akeyless::TargetUpdateAnthropic
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **anthropic_url** | **String** | Base URL of the Anthropic API | [optional][default to 'https://api.anthropic.com'] |
8
+ | **api_key** | **String** | API key for Anthropic | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
13
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
17
+ | **new_name** | **String** | New target name | [optional] |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'akeyless'
25
+
26
+ instance = Akeyless::TargetUpdateAnthropic.new(
27
+ anthropic_url: null,
28
+ api_key: null,
29
+ delete_protection: null,
30
+ description: null,
31
+ json: null,
32
+ keep_prev_version: null,
33
+ key: null,
34
+ max_versions: null,
35
+ name: null,
36
+ new_comment: null,
37
+ new_name: null,
38
+ token: null,
39
+ uid_token: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,42 @@
1
+ # Akeyless::TargetUpdateBedrock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_key** | **String** | API key for Bedrock | [optional] |
8
+ | **bedrock_url** | **String** | Base URL of the Bedrock API | [optional][default to 'https://bedrock-runtime.us-east-1.amazonaws.com'] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
13
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
17
+ | **new_name** | **String** | New target name | [optional] |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'akeyless'
25
+
26
+ instance = Akeyless::TargetUpdateBedrock.new(
27
+ api_key: null,
28
+ bedrock_url: null,
29
+ delete_protection: null,
30
+ description: null,
31
+ json: null,
32
+ keep_prev_version: null,
33
+ key: null,
34
+ max_versions: null,
35
+ name: null,
36
+ new_comment: null,
37
+ new_name: null,
38
+ token: null,
39
+ uid_token: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,40 @@
1
+ # Akeyless::TargetUpdateCustomDns
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
+ | **description** | **String** | Description of the object | [optional] |
9
+ | **dns_parameter** | **Hash<String, String>** | Lego DNS provider parameters as KEY=VALUE pairs using lego environment variable names | |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
12
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
13
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
14
+ | **name** | **String** | Target name | |
15
+ | **new_name** | **String** | New target name | [optional] |
16
+ | **provider_type** | **String** | Lego DNS provider code (e.g. infoblox, route53, azion). See https://go-acme.github.io/lego/dns/ | |
17
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::TargetUpdateCustomDns.new(
26
+ delete_protection: null,
27
+ description: null,
28
+ dns_parameter: null,
29
+ json: null,
30
+ keep_prev_version: null,
31
+ key: null,
32
+ max_versions: null,
33
+ name: null,
34
+ new_name: null,
35
+ provider_type: null,
36
+ token: null,
37
+ uid_token: null
38
+ )
39
+ ```
40
+
@@ -41,6 +41,7 @@
41
41
  | **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
42
42
  | **port** | **String** | | [optional] |
43
43
  | **pwd** | **String** | | [optional] |
44
+ | **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
44
45
  | **snowflake_account** | **String** | | [optional] |
45
46
  | **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
46
47
  | **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
@@ -93,6 +94,7 @@ instance = Akeyless::TargetUpdateDB.new(
93
94
  parent_target_name: null,
94
95
  port: null,
95
96
  pwd: null,
97
+ skip_server_name_validation: null,
96
98
  snowflake_account: null,
97
99
  snowflake_api_private_key: null,
98
100
  snowflake_api_private_key_password: null,
@@ -0,0 +1,44 @@
1
+ # Akeyless::TargetUpdateGrok
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_key** | **String** | API key for xAI (Grok) | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
+ | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
10
+ | **grok_url** | **String** | Base URL of the xAI API | [optional][default to 'https://api.x.ai/v1'] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
13
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
17
+ | **new_name** | **String** | New target name | [optional] |
18
+ | **team_id** | **String** | ID of the team this API key belongs to | [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
+
22
+ ## Example
23
+
24
+ ```ruby
25
+ require 'akeyless'
26
+
27
+ instance = Akeyless::TargetUpdateGrok.new(
28
+ api_key: null,
29
+ delete_protection: null,
30
+ description: null,
31
+ grok_url: null,
32
+ json: null,
33
+ keep_prev_version: null,
34
+ key: null,
35
+ max_versions: null,
36
+ name: null,
37
+ new_comment: null,
38
+ new_name: null,
39
+ team_id: null,
40
+ token: null,
41
+ uid_token: null
42
+ )
43
+ ```
44
+
@@ -0,0 +1,44 @@
1
+ # Akeyless::TargetUpdateKeycloak
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **client_id** | **String** | Keycloak service account client ID | [optional] |
8
+ | **client_secret** | **String** | Keycloak service account client secret | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
11
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
13
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_name** | **String** | New target name | [optional] |
17
+ | **realm** | **String** | Keycloak realm | [optional] |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
20
+ | **url** | **String** | Keycloak URL | [optional] |
21
+
22
+ ## Example
23
+
24
+ ```ruby
25
+ require 'akeyless'
26
+
27
+ instance = Akeyless::TargetUpdateKeycloak.new(
28
+ client_id: null,
29
+ client_secret: null,
30
+ delete_protection: null,
31
+ description: null,
32
+ json: null,
33
+ keep_prev_version: null,
34
+ key: null,
35
+ max_versions: null,
36
+ name: null,
37
+ new_name: null,
38
+ realm: null,
39
+ token: null,
40
+ uid_token: null,
41
+ url: null
42
+ )
43
+ ```
44
+
@@ -0,0 +1,40 @@
1
+ # Akeyless::TargetUpdateOkta
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_token** | **String** | Okta API token | [optional] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
+ | **description** | **String** | Description of the object | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
12
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
13
+ | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
14
+ | **name** | **String** | Target name | |
15
+ | **new_name** | **String** | New target name | [optional] |
16
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
17
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
18
+ | **url** | **String** | Okta URL | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::TargetUpdateOkta.new(
26
+ api_token: null,
27
+ delete_protection: null,
28
+ description: null,
29
+ json: null,
30
+ keep_prev_version: null,
31
+ key: null,
32
+ max_versions: null,
33
+ name: null,
34
+ new_name: null,
35
+ token: null,
36
+ uid_token: null,
37
+ url: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UidExpirationEvent
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **percent_passed** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::UidExpirationEvent.new(
15
+ percent_passed: null
16
+ )
17
+ ```
18
+
@@ -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::UpdateAuthMethodSAML.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::UpdateAuthMethodUniversalIdentity.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
  ```
@@ -40,6 +40,7 @@
40
40
  | **parent_target_name** | **String** | Name of the parent target, relevant only when connection-type is parent-target | [optional] |
41
41
  | **port** | **String** | | [optional] |
42
42
  | **pwd** | **String** | | [optional] |
43
+ | **skip_server_name_validation** | **String** | (Optional) Skip server name verification | [optional] |
43
44
  | **snowflake_account** | **String** | | [optional] |
44
45
  | **snowflake_api_private_key** | **String** | RSA Private key (base64 encoded) | [optional] |
45
46
  | **snowflake_api_private_key_password** | **String** | The Private key passphrase | [optional] |
@@ -92,6 +93,7 @@ instance = Akeyless::UpdateDBTarget.new(
92
93
  parent_target_name: null,
93
94
  port: null,
94
95
  pwd: null,
96
+ skip_server_name_validation: null,
95
97
  snowflake_account: null,
96
98
  snowflake_api_private_key: null,
97
99
  snowflake_api_private_key_password: null,
@@ -0,0 +1,40 @@
1
+ # Akeyless::UpdateMcpSecretBearerToken
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
+ | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
10
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
12
+ | **key** | **String** | | [optional] |
13
+ | **last_version** | **Integer** | | [optional] |
14
+ | **name** | **String** | Secret name | |
15
+ | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
16
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
17
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
18
+ | **url** | **String** | URL of the service | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::UpdateMcpSecretBearerToken.new(
26
+ accessibility: null,
27
+ bearer_token: null,
28
+ input_rule: null,
29
+ json: null,
30
+ keep_prev_version: null,
31
+ key: null,
32
+ last_version: null,
33
+ name: null,
34
+ output_rule: null,
35
+ token: null,
36
+ uid_token: null,
37
+ url: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,50 @@
1
+ # Akeyless::UpdateMcpSecretOAuthAuthCode
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
+ | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
9
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
10
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
11
+ | **key** | **String** | | [optional] |
12
+ | **last_version** | **Integer** | | [optional] |
13
+ | **name** | **String** | Secret name | |
14
+ | **oauth_client_id** | **String** | OAuth client ID | [optional] |
15
+ | **oauth_client_secret** | **String** | OAuth client secret | [optional] |
16
+ | **oauth_redirect_uri** | **String** | OAuth redirect URI | [optional] |
17
+ | **oauth_refresh_token** | **String** | OAuth refresh token | [optional] |
18
+ | **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
19
+ | **oauth_token_url** | **String** | OAuth token URL | [optional] |
20
+ | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
21
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
22
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
23
+ | **url** | **String** | URL of the service | [optional] |
24
+
25
+ ## Example
26
+
27
+ ```ruby
28
+ require 'akeyless'
29
+
30
+ instance = Akeyless::UpdateMcpSecretOAuthAuthCode.new(
31
+ accessibility: null,
32
+ input_rule: null,
33
+ json: null,
34
+ keep_prev_version: null,
35
+ key: null,
36
+ last_version: null,
37
+ name: null,
38
+ oauth_client_id: null,
39
+ oauth_client_secret: null,
40
+ oauth_redirect_uri: null,
41
+ oauth_refresh_token: null,
42
+ oauth_scopes: null,
43
+ oauth_token_url: null,
44
+ output_rule: null,
45
+ token: null,
46
+ uid_token: null,
47
+ url: null
48
+ )
49
+ ```
50
+
@@ -0,0 +1,46 @@
1
+ # Akeyless::UpdateMcpSecretOAuthClientCreds
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
+ | **input_rule** | **Array<String>** | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
9
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
10
+ | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
11
+ | **key** | **String** | | [optional] |
12
+ | **last_version** | **Integer** | | [optional] |
13
+ | **name** | **String** | Secret name | |
14
+ | **oauth_client_id** | **String** | OAuth client ID | [optional] |
15
+ | **oauth_client_secret** | **String** | OAuth client secret | [optional] |
16
+ | **oauth_scopes** | **Array<String>** | OAuth scopes | [optional] |
17
+ | **oauth_token_url** | **String** | OAuth token URL | [optional] |
18
+ | **output_rule** | **Array<String>** | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [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::UpdateMcpSecretOAuthClientCreds.new(
29
+ accessibility: null,
30
+ input_rule: null,
31
+ json: null,
32
+ keep_prev_version: null,
33
+ key: null,
34
+ last_version: null,
35
+ name: null,
36
+ oauth_client_id: null,
37
+ oauth_client_secret: null,
38
+ oauth_scopes: null,
39
+ oauth_token_url: null,
40
+ output_rule: null,
41
+ token: null,
42
+ uid_token: null,
43
+ url: null
44
+ )
45
+ ```
46
+
@@ -52,7 +52,7 @@
52
52
  | **signer_key_name** | **String** | A key to sign the certificate with, required in Private CA mode | [optional] |
53
53
  | **street_address** | **String** | A comma-separated list of street addresses that will be set in the issued certificate | [optional] |
54
54
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
55
- | **ttl** | **String** | The maximum requested Time To Live for issued certificates, in seconds. In case of Public CA, this is based on the CA target's supported maximum TTLs | |
55
+ | **ttl** | **String** | The maximum requested Time To Live for issued certificates, in seconds. In case of Public CA, this is based on the CA target's supported maximum TTLs. Not supported for Let's Encrypt, which always uses the CA default lifetime (about 90 days). | |
56
56
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
57
57
 
58
58
  ## Example
@@ -4,8 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **activation_date** | **Time** | | [optional] |
7
8
  | **binary_value** | **Boolean** | | [optional] |
8
9
  | **encryption_key** | **String** | | [optional] |
10
+ | **expiration** | **Time** | | [optional] |
9
11
  | **id** | **String** | | [optional] |
10
12
  | **metadata** | **Object** | | [optional] |
11
13
  | **name** | **String** | | [optional] |
@@ -20,8 +22,10 @@
20
22
  require 'akeyless'
21
23
 
22
24
  instance = Akeyless::UscGetSecretOutput.new(
25
+ activation_date: null,
23
26
  binary_value: null,
24
27
  encryption_key: null,
28
+ expiration: null,
25
29
  id: null,
26
30
  metadata: null,
27
31
  name: null,