akeyless 5.0.23 → 5.0.25

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 (180) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -6
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/AgenticRule.md +20 -0
  5. data/docs/AgenticRules.md +20 -0
  6. data/docs/CreateDBTarget.md +8 -0
  7. data/docs/CreateRole.md +2 -0
  8. data/docs/CreateUSC.md +5 -1
  9. data/docs/DSProducerDetails.md +10 -0
  10. data/docs/DbTargetDetails.md +8 -0
  11. data/docs/DeleteRoleRule.md +1 -1
  12. data/docs/EsmListSecretsOutput.md +2 -0
  13. data/docs/GatewayMigrationCreateOutput.md +2 -0
  14. data/docs/ItemGeneralInfo.md +2 -0
  15. data/docs/ListItems.md +2 -0
  16. data/docs/RuntimeAuthorityCommand.md +28 -0
  17. data/docs/SetDefaultProfile.md +20 -0
  18. data/docs/SetDefaultProfileOutput.md +18 -0
  19. data/docs/SetRoleRule.md +1 -1
  20. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  21. data/docs/Target.md +2 -0
  22. data/docs/TargetCreateArtifactory.md +2 -0
  23. data/docs/TargetCreateAws.md +2 -0
  24. data/docs/TargetCreateAzure.md +2 -0
  25. data/docs/TargetCreateDB.md +10 -0
  26. data/docs/TargetCreateDigiCert.md +2 -0
  27. data/docs/TargetCreateDockerhub.md +2 -0
  28. data/docs/TargetCreateEks.md +2 -0
  29. data/docs/TargetCreateGcp.md +2 -0
  30. data/docs/TargetCreateGemini.md +2 -0
  31. data/docs/TargetCreateGithub.md +2 -0
  32. data/docs/TargetCreateGitlab.md +2 -0
  33. data/docs/TargetCreateGke.md +2 -0
  34. data/docs/TargetCreateGlobalSign.md +2 -0
  35. data/docs/TargetCreateGlobalSignAtlas.md +2 -0
  36. data/docs/TargetCreateGodaddy.md +2 -0
  37. data/docs/TargetCreateGoogleTrust.md +2 -0
  38. data/docs/TargetCreateHashiVault.md +2 -0
  39. data/docs/TargetCreateK8s.md +2 -0
  40. data/docs/TargetCreateLdap.md +2 -0
  41. data/docs/TargetCreateLetsEncrypt.md +2 -0
  42. data/docs/TargetCreateLinked.md +2 -0
  43. data/docs/TargetCreateOpenAI.md +2 -0
  44. data/docs/TargetCreatePing.md +2 -0
  45. data/docs/TargetCreateRabbitMq.md +2 -0
  46. data/docs/TargetCreateSalesforce.md +2 -0
  47. data/docs/TargetCreateSectigo.md +2 -0
  48. data/docs/TargetCreateSplunk.md +2 -0
  49. data/docs/TargetCreateSsh.md +2 -0
  50. data/docs/TargetCreateWeb.md +2 -0
  51. data/docs/TargetCreateWindows.md +2 -0
  52. data/docs/TargetCreateZeroSSL.md +2 -0
  53. data/docs/TargetUpdateArtifactory.md +2 -0
  54. data/docs/TargetUpdateAws.md +2 -0
  55. data/docs/TargetUpdateAzure.md +2 -0
  56. data/docs/TargetUpdateDB.md +10 -0
  57. data/docs/TargetUpdateDockerhub.md +2 -0
  58. data/docs/TargetUpdateEks.md +2 -0
  59. data/docs/TargetUpdateGcp.md +2 -0
  60. data/docs/TargetUpdateGemini.md +2 -0
  61. data/docs/TargetUpdateGithub.md +2 -0
  62. data/docs/TargetUpdateGitlab.md +2 -0
  63. data/docs/TargetUpdateGke.md +2 -0
  64. data/docs/TargetUpdateGlobalSign.md +2 -0
  65. data/docs/TargetUpdateGlobalSignAtlas.md +2 -0
  66. data/docs/TargetUpdateGodaddy.md +2 -0
  67. data/docs/TargetUpdateGoogleTrust.md +2 -0
  68. data/docs/TargetUpdateHashiVault.md +2 -0
  69. data/docs/TargetUpdateK8s.md +2 -0
  70. data/docs/TargetUpdateLdap.md +2 -0
  71. data/docs/TargetUpdateLetsEncrypt.md +2 -0
  72. data/docs/TargetUpdateOpenAI.md +2 -0
  73. data/docs/TargetUpdatePing.md +2 -0
  74. data/docs/TargetUpdateRabbitMq.md +2 -0
  75. data/docs/TargetUpdateSalesforce.md +2 -0
  76. data/docs/TargetUpdateSectigo.md +2 -0
  77. data/docs/TargetUpdateSsh.md +2 -0
  78. data/docs/TargetUpdateWeb.md +2 -0
  79. data/docs/TargetUpdateWindows.md +2 -0
  80. data/docs/TargetUpdateZeroSSL.md +2 -0
  81. data/docs/UpdateDBTarget.md +8 -0
  82. data/docs/UpdateItem.md +5 -1
  83. data/docs/UpdateRole.md +2 -0
  84. data/docs/UpdateTarget.md +2 -0
  85. data/docs/UscList.md +4 -0
  86. data/docs/UscListSecretsOutput.md +2 -0
  87. data/docs/V2Api.md +67 -5
  88. data/lib/akeyless/api/v2_api.rb +69 -5
  89. data/lib/akeyless/models/account_general_settings.rb +10 -1
  90. data/lib/akeyless/models/agentic_rule.rb +223 -0
  91. data/lib/akeyless/models/agentic_rules.rb +227 -0
  92. data/lib/akeyless/models/create_db_target.rb +41 -1
  93. data/lib/akeyless/models/create_role.rb +11 -1
  94. data/lib/akeyless/models/create_usc.rb +24 -4
  95. data/lib/akeyless/models/db_target_details.rb +41 -1
  96. data/lib/akeyless/models/delete_role_rule.rb +1 -1
  97. data/lib/akeyless/models/ds_producer_details.rb +50 -1
  98. data/lib/akeyless/models/esm_list_secrets_output.rb +10 -1
  99. data/lib/akeyless/models/gateway_migration_create_output.rb +10 -1
  100. data/lib/akeyless/models/item_general_info.rb +10 -1
  101. data/lib/akeyless/models/list_items.rb +13 -1
  102. data/lib/akeyless/models/runtime_authority_command.rb +288 -0
  103. data/lib/akeyless/models/set_default_profile.rb +234 -0
  104. data/lib/akeyless/models/set_default_profile_output.rb +214 -0
  105. data/lib/akeyless/models/set_role_rule.rb +1 -1
  106. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  107. data/lib/akeyless/models/target.rb +10 -1
  108. data/lib/akeyless/models/target_create_artifactory.rb +11 -1
  109. data/lib/akeyless/models/target_create_aws.rb +11 -1
  110. data/lib/akeyless/models/target_create_azure.rb +11 -1
  111. data/lib/akeyless/models/target_create_db.rb +51 -1
  112. data/lib/akeyless/models/target_create_digi_cert.rb +11 -1
  113. data/lib/akeyless/models/target_create_dockerhub.rb +11 -1
  114. data/lib/akeyless/models/target_create_eks.rb +11 -1
  115. data/lib/akeyless/models/target_create_gcp.rb +11 -1
  116. data/lib/akeyless/models/target_create_gemini.rb +11 -1
  117. data/lib/akeyless/models/target_create_github.rb +11 -1
  118. data/lib/akeyless/models/target_create_gitlab.rb +11 -1
  119. data/lib/akeyless/models/target_create_gke.rb +11 -1
  120. data/lib/akeyless/models/target_create_global_sign.rb +11 -1
  121. data/lib/akeyless/models/target_create_global_sign_atlas.rb +11 -1
  122. data/lib/akeyless/models/target_create_godaddy.rb +11 -1
  123. data/lib/akeyless/models/target_create_google_trust.rb +11 -1
  124. data/lib/akeyless/models/target_create_hashi_vault.rb +11 -1
  125. data/lib/akeyless/models/target_create_k8s.rb +11 -1
  126. data/lib/akeyless/models/target_create_ldap.rb +11 -1
  127. data/lib/akeyless/models/target_create_lets_encrypt.rb +11 -1
  128. data/lib/akeyless/models/target_create_linked.rb +11 -1
  129. data/lib/akeyless/models/target_create_open_ai.rb +11 -1
  130. data/lib/akeyless/models/target_create_ping.rb +11 -1
  131. data/lib/akeyless/models/target_create_rabbit_mq.rb +11 -1
  132. data/lib/akeyless/models/target_create_salesforce.rb +11 -1
  133. data/lib/akeyless/models/target_create_sectigo.rb +11 -1
  134. data/lib/akeyless/models/target_create_splunk.rb +11 -1
  135. data/lib/akeyless/models/target_create_ssh.rb +11 -1
  136. data/lib/akeyless/models/target_create_web.rb +11 -1
  137. data/lib/akeyless/models/target_create_windows.rb +11 -1
  138. data/lib/akeyless/models/target_create_zero_ssl.rb +11 -1
  139. data/lib/akeyless/models/target_update_artifactory.rb +11 -1
  140. data/lib/akeyless/models/target_update_aws.rb +11 -1
  141. data/lib/akeyless/models/target_update_azure.rb +11 -1
  142. data/lib/akeyless/models/target_update_db.rb +51 -1
  143. data/lib/akeyless/models/target_update_dockerhub.rb +11 -1
  144. data/lib/akeyless/models/target_update_eks.rb +11 -1
  145. data/lib/akeyless/models/target_update_gcp.rb +11 -1
  146. data/lib/akeyless/models/target_update_gemini.rb +11 -1
  147. data/lib/akeyless/models/target_update_github.rb +11 -1
  148. data/lib/akeyless/models/target_update_gitlab.rb +11 -1
  149. data/lib/akeyless/models/target_update_gke.rb +11 -1
  150. data/lib/akeyless/models/target_update_global_sign.rb +11 -1
  151. data/lib/akeyless/models/target_update_global_sign_atlas.rb +11 -1
  152. data/lib/akeyless/models/target_update_godaddy.rb +11 -1
  153. data/lib/akeyless/models/target_update_google_trust.rb +11 -1
  154. data/lib/akeyless/models/target_update_hashi_vault.rb +11 -1
  155. data/lib/akeyless/models/target_update_k8s.rb +11 -1
  156. data/lib/akeyless/models/target_update_ldap.rb +11 -1
  157. data/lib/akeyless/models/target_update_lets_encrypt.rb +11 -1
  158. data/lib/akeyless/models/target_update_open_ai.rb +11 -1
  159. data/lib/akeyless/models/target_update_ping.rb +11 -1
  160. data/lib/akeyless/models/target_update_rabbit_mq.rb +11 -1
  161. data/lib/akeyless/models/target_update_salesforce.rb +11 -1
  162. data/lib/akeyless/models/target_update_sectigo.rb +11 -1
  163. data/lib/akeyless/models/target_update_ssh.rb +11 -1
  164. data/lib/akeyless/models/target_update_web.rb +11 -1
  165. data/lib/akeyless/models/target_update_windows.rb +11 -1
  166. data/lib/akeyless/models/target_update_zero_ssl.rb +11 -1
  167. data/lib/akeyless/models/update_db_target.rb +41 -1
  168. data/lib/akeyless/models/update_item.rb +24 -4
  169. data/lib/akeyless/models/update_role.rb +11 -1
  170. data/lib/akeyless/models/update_target.rb +11 -1
  171. data/lib/akeyless/models/usc_list.rb +21 -1
  172. data/lib/akeyless/models/usc_list_secrets_output.rb +10 -1
  173. data/lib/akeyless/version.rb +1 -1
  174. data/lib/akeyless.rb +5 -0
  175. data/spec/models/agentic_rule_spec.rb +42 -0
  176. data/spec/models/agentic_rules_spec.rb +42 -0
  177. data/spec/models/runtime_authority_command_spec.rb +66 -0
  178. data/spec/models/set_default_profile_output_spec.rb +36 -0
  179. data/spec/models/set_default_profile_spec.rb +42 -0
  180. metadata +22 -2
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | Key of the api credentials to the Godaddy account | |
8
8
  | **customer_id** | **String** | Customer ID (ShopperId) required for renewal of imported certificates | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
11
12
  | **imap_password** | **String** | ImapPassword to access the IMAP service | |
@@ -30,6 +31,7 @@ require 'akeyless'
30
31
  instance = Akeyless::TargetUpdateGodaddy.new(
31
32
  api_key: null,
32
33
  customer_id: null,
34
+ delete_protection: null,
33
35
  description: null,
34
36
  imap_fqdn: null,
35
37
  imap_password: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | ACME challenge type. Options: [dns] | [optional][default to 'dns'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
10
11
  | **eab_hmac_key** | **String** | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
@@ -31,6 +32,7 @@ require 'akeyless'
31
32
 
32
33
  instance = Akeyless::TargetUpdateGoogleTrust.new(
33
34
  acme_challenge: null,
35
+ delete_protection: null,
34
36
  description: null,
35
37
  dns_target_creds: null,
36
38
  eab_hmac_key: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **hashi_url** | **String** | HashiCorp Vault API URL, e.g. https://vault-mgr01:8200 | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -23,6 +24,7 @@
23
24
  require 'akeyless'
24
25
 
25
26
  instance = Akeyless::TargetUpdateHashiVault.new(
27
+ delete_protection: null,
26
28
  description: null,
27
29
  hashi_url: null,
28
30
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **k8s_auth_type** | **String** | K8S auth type [token/certificate] | [optional][default to 'token'] |
@@ -28,6 +29,7 @@
28
29
  require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetUpdateK8s.new(
32
+ delete_protection: null,
31
33
  description: null,
32
34
  json: null,
33
35
  k8s_auth_type: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **bind_dn** | **String** | Bind DN | |
8
8
  | **bind_dn_password** | **String** | Bind DN Password | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
  instance = Akeyless::TargetUpdateLdap.new(
29
30
  bind_dn: null,
30
31
  bind_dn_password: null,
32
+ delete_protection: null,
31
33
  description: null,
32
34
  json: null,
33
35
  keep_prev_version: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **acme_challenge** | **String** | | [optional][default to 'http'] |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **dns_target_creds** | **String** | Name of existing cloud target for DNS credentials. Required when acme-challenge=dns. Supported: AWS, Azure, GCP targets | [optional] |
10
11
  | **email** | **String** | Email address for ACME account registration | |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
 
30
31
  instance = Akeyless::TargetUpdateLetsEncrypt.new(
31
32
  acme_challenge: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  dns_target_creds: null,
34
36
  email: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API key for OpenAI | [optional] |
8
8
  | **api_key_id** | **String** | API key ID | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
  instance = Akeyless::TargetUpdateOpenAI.new(
29
30
  api_key: null,
30
31
  api_key_id: null,
32
+ delete_protection: null,
31
33
  description: null,
32
34
  json: null,
33
35
  keep_prev_version: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **administrative_port** | **String** | Ping Federate administrative port | [optional][default to '9999'] |
8
8
  | **authorization_port** | **String** | Ping Federate authorization port | [optional][default to '9031'] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
12
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -27,6 +28,7 @@ require 'akeyless'
27
28
  instance = Akeyless::TargetUpdatePing.new(
28
29
  administrative_port: null,
29
30
  authorization_port: null,
31
+ delete_protection: null,
30
32
  description: null,
31
33
  json: null,
32
34
  keep_prev_version: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -23,6 +24,7 @@
23
24
  require 'akeyless'
24
25
 
25
26
  instance = Akeyless::TargetUpdateRabbitMq.new(
27
+ delete_protection: null,
26
28
  description: null,
27
29
  json: null,
28
30
  keep_prev_version: null,
@@ -10,6 +10,7 @@
10
10
  | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
11
11
  | **client_id** | **String** | Client ID of the oauth2 app to use for connecting to Salesforce | |
12
12
  | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow) | [optional] |
13
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
14
  | **description** | **String** | Description of the object | [optional] |
14
15
  | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
15
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -36,6 +37,7 @@ instance = Akeyless::TargetUpdateSalesforce.new(
36
37
  ca_cert_name: null,
37
38
  client_id: null,
38
39
  client_secret: null,
40
+ delete_protection: null,
39
41
  description: null,
40
42
  email: null,
41
43
  json: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate_profile_id** | **Integer** | Certificate Profile ID in Sectigo account | |
8
8
  | **customer_uri** | **String** | Customer Uri of the Sectigo account | |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **external_requester** | **String** | External Requester - a comma separated list of emails | |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -29,6 +30,7 @@ require 'akeyless'
29
30
  instance = Akeyless::TargetUpdateSectigo.new(
30
31
  certificate_profile_id: null,
31
32
  customer_uri: null,
33
+ delete_protection: null,
32
34
  description: null,
33
35
  external_requester: null,
34
36
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **host** | **String** | SSH host name | [optional] |
9
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -26,6 +27,7 @@
26
27
  require 'akeyless'
27
28
 
28
29
  instance = Akeyless::TargetUpdateSsh.new(
30
+ delete_protection: null,
29
31
  description: null,
30
32
  host: null,
31
33
  json: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::TargetUpdateWeb.new(
25
+ delete_protection: null,
24
26
  description: null,
25
27
  json: null,
26
28
  keep_prev_version: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate** | **String** | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
8
8
  | **connection_type** | **String** | Type of connection to Windows Server [credentials/parent-target] | [optional][default to 'credentials'] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
10
11
  | **domain** | **String** | User domain name | [optional] |
11
12
  | **hostname** | **String** | Server hostname | |
@@ -31,6 +32,7 @@ require 'akeyless'
31
32
  instance = Akeyless::TargetUpdateWindows.new(
32
33
  certificate: null,
33
34
  connection_type: null,
35
+ delete_protection: null,
34
36
  description: null,
35
37
  domain: null,
36
38
  hostname: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_key** | **String** | API Key of the ZeroSSLTarget account | |
8
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
8
9
  | **description** | **String** | Description of the object | [optional] |
9
10
  | **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
10
11
  | **imap_password** | **String** | ImapPassword to access the IMAP service | |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::TargetUpdateZeroSSL.new(
30
31
  api_key: null,
32
+ delete_protection: null,
31
33
  description: null,
32
34
  imap_fqdn: null,
33
35
  imap_password: null,
@@ -7,6 +7,9 @@
7
7
  | **azure_client_id** | **String** | (Optional) Client id (relevant for \"cloud-service-provider\" only) | [optional] |
8
8
  | **azure_client_secret** | **String** | (Optional) Client secret (relevant for \"cloud-service-provider\" only) | [optional] |
9
9
  | **azure_tenant_id** | **String** | (Optional) Tenant id (relevant for \"cloud-service-provider\" only) | [optional] |
10
+ | **client_certificate** | **String** | Client certificate for mutual TLS | [optional] |
11
+ | **client_key_passphrase** | **String** | Client private key passphrase for mutual TLS | [optional] |
12
+ | **client_private_key** | **String** | Client private key for mutual TLS | [optional] |
10
13
  | **cloud_service_provider** | **String** | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
11
14
  | **cluster_mode** | **Boolean** | Cluster Mode | [optional] |
12
15
  | **comment** | **String** | Deprecated - use description | [optional] |
@@ -16,6 +19,7 @@
16
19
  | **db_server_name** | **String** | (Optional) Server name for certificate verification | [optional] |
17
20
  | **db_type** | **String** | | |
18
21
  | **description** | **String** | Description of the object | [optional] |
22
+ | **enable_mtls** | **Boolean** | Enable mutual TLS | [optional] |
19
23
  | **host** | **String** | | [optional] |
20
24
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
21
25
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
@@ -55,6 +59,9 @@ instance = Akeyless::UpdateDBTarget.new(
55
59
  azure_client_id: null,
56
60
  azure_client_secret: null,
57
61
  azure_tenant_id: null,
62
+ client_certificate: null,
63
+ client_key_passphrase: null,
64
+ client_private_key: null,
58
65
  cloud_service_provider: null,
59
66
  cluster_mode: null,
60
67
  comment: null,
@@ -64,6 +71,7 @@ instance = Akeyless::UpdateDBTarget.new(
64
71
  db_server_name: null,
65
72
  db_type: null,
66
73
  description: null,
74
+ enable_mtls: null,
67
75
  host: null,
68
76
  json: null,
69
77
  keep_prev_version: null,
data/docs/UpdateItem.md CHANGED
@@ -56,6 +56,8 @@
56
56
  | **secure_access_web_proxy** | **Boolean** | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional][default to false] |
57
57
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
58
58
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
59
+ | **usc_tags** | **String** | Comma-separated list of tags to apply to all secrets created/synced on the remote USC USC items only. | [optional] |
60
+ | **use_tags_as_filter** | **String** | Whether to filter the USC secret list using the specified usc-tags [true/false] USC items only. | [optional] |
59
61
 
60
62
  ## Example
61
63
 
@@ -114,7 +116,9 @@ instance = Akeyless::UpdateItem.new(
114
116
  secure_access_web_browsing: null,
115
117
  secure_access_web_proxy: null,
116
118
  token: null,
117
- uid_token: null
119
+ uid_token: null,
120
+ usc_tags: null,
121
+ use_tags_as_filter: null
118
122
  )
119
123
  ```
120
124
 
data/docs/UpdateRole.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **analytics_access** | **String** | Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
8
+ | **ara_reports_access** | **String** | Allow this role to view Agentic Runtime Authority Dashboard. Currently only 'none', 'scoped', 'all' values are supported. | [optional] |
8
9
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own', 'scoped' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
10
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
10
11
  | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
@@ -28,6 +29,7 @@ require 'akeyless'
28
29
 
29
30
  instance = Akeyless::UpdateRole.new(
30
31
  analytics_access: null,
32
+ ara_reports_access: null,
31
33
  audit_access: null,
32
34
  delete_protection: null,
33
35
  description: null,
data/docs/UpdateTarget.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
7
8
  | **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
@@ -19,6 +20,7 @@
19
20
  require 'akeyless'
20
21
 
21
22
  instance = Akeyless::UpdateTarget.new(
23
+ delete_protection: null,
22
24
  description: null,
23
25
  json: null,
24
26
  max_versions: null,
data/docs/UscList.md CHANGED
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
8
8
  | **object_type** | **String** | | [optional] |
9
+ | **page_size** | **Integer** | Optional: number of items requested per response (Azure KV). When set, response may include next_token | [optional] |
10
+ | **page_token** | **String** | Optional: continuation token returned by a previous usc list --page-size call | [optional] |
9
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
13
  | **usc_name** | **String** | Name of the Universal Secrets Connector item | |
@@ -18,6 +20,8 @@ require 'akeyless'
18
20
  instance = Akeyless::UscList.new(
19
21
  json: null,
20
22
  object_type: null,
23
+ page_size: null,
24
+ page_token: null,
21
25
  token: null,
22
26
  uid_token: null,
23
27
  usc_name: null
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **next_token** | **String** | | [optional] |
7
8
  | **secrets_list** | [**Array<SecretInfo>**](SecretInfo.md) | | [optional] |
8
9
  | **warnings** | **Array<String>** | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'akeyless'
14
15
 
15
16
  instance = Akeyless::UscListSecretsOutput.new(
17
+ next_token: null,
16
18
  secrets_list: null,
17
19
  warnings: null
18
20
  )
data/docs/V2Api.md CHANGED
@@ -152,7 +152,7 @@ All URIs are relative to *https://api.akeyless.io*
152
152
  | [**dynamic_secret_create_ms_sql**](V2Api.md#dynamic_secret_create_ms_sql) | **POST** /dynamic-secret-create-mssql | |
153
153
  | [**dynamic_secret_create_my_sql**](V2Api.md#dynamic_secret_create_my_sql) | **POST** /dynamic-secret-create-mysql | |
154
154
  | [**dynamic_secret_create_open_ai**](V2Api.md#dynamic_secret_create_open_ai) | **POST** /dynamic-secret-create-openai | |
155
- | [**dynamic_secret_create_oracle_db**](V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracle | |
155
+ | [**dynamic_secret_create_oracle_db**](V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracledb | |
156
156
  | [**dynamic_secret_create_ping**](V2Api.md#dynamic_secret_create_ping) | **POST** /dynamic-secret-create-ping | |
157
157
  | [**dynamic_secret_create_postgre_sql**](V2Api.md#dynamic_secret_create_postgre_sql) | **POST** /dynamic-secret-create-postgresql | |
158
158
  | [**dynamic_secret_create_rabbit_mq**](V2Api.md#dynamic_secret_create_rabbit_mq) | **POST** /dynamic-secret-create-rabbitmq | |
@@ -166,7 +166,7 @@ All URIs are relative to *https://api.akeyless.io*
166
166
  | [**dynamic_secret_get_value**](V2Api.md#dynamic_secret_get_value) | **POST** /dynamic-secret-get-value | |
167
167
  | [**dynamic_secret_list**](V2Api.md#dynamic_secret_list) | **POST** /dynamic-secret-list | |
168
168
  | [**dynamic_secret_tmp_creds_delete**](V2Api.md#dynamic_secret_tmp_creds_delete) | **POST** /dynamic-secret-tmp-creds-delete | |
169
- | [**dynamic_secret_tmp_creds_get**](V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-Get | |
169
+ | [**dynamic_secret_tmp_creds_get**](V2Api.md#dynamic_secret_tmp_creds_get) | **POST** /dynamic-secret-tmp-creds-get | |
170
170
  | [**dynamic_secret_tmp_creds_update**](V2Api.md#dynamic_secret_tmp_creds_update) | **POST** /dynamic-secret-tmp-creds-update | |
171
171
  | [**dynamic_secret_update_artifactory**](V2Api.md#dynamic_secret_update_artifactory) | **POST** /dynamic-secret-update-artifactory | |
172
172
  | [**dynamic_secret_update_aws**](V2Api.md#dynamic_secret_update_aws) | **POST** /dynamic-secret-update-aws | |
@@ -180,14 +180,14 @@ All URIs are relative to *https://api.akeyless.io*
180
180
  | [**dynamic_secret_update_gitlab**](V2Api.md#dynamic_secret_update_gitlab) | **POST** /dynamic-secret-update-gitlab | |
181
181
  | [**dynamic_secret_update_gke**](V2Api.md#dynamic_secret_update_gke) | **POST** /dynamic-secret-update-gke | |
182
182
  | [**dynamic_secret_update_google_workspace**](V2Api.md#dynamic_secret_update_google_workspace) | **POST** /dynamic-secret-update-google-workspace | |
183
- | [**dynamic_secret_update_hana_db**](V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hana | |
183
+ | [**dynamic_secret_update_hana_db**](V2Api.md#dynamic_secret_update_hana_db) | **POST** /dynamic-secret-update-hanadb | |
184
184
  | [**dynamic_secret_update_k8s**](V2Api.md#dynamic_secret_update_k8s) | **POST** /dynamic-secret-update-k8s | |
185
185
  | [**dynamic_secret_update_ldap**](V2Api.md#dynamic_secret_update_ldap) | **POST** /dynamic-secret-update-ldap | |
186
- | [**dynamic_secret_update_mongo_db**](V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongo | |
186
+ | [**dynamic_secret_update_mongo_db**](V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongodb | |
187
187
  | [**dynamic_secret_update_ms_sql**](V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql | |
188
188
  | [**dynamic_secret_update_my_sql**](V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql | |
189
189
  | [**dynamic_secret_update_open_ai**](V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai | |
190
- | [**dynamic_secret_update_oracle_db**](V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracle | |
190
+ | [**dynamic_secret_update_oracle_db**](V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracledb | |
191
191
  | [**dynamic_secret_update_ping**](V2Api.md#dynamic_secret_update_ping) | **POST** /dynamic-secret-update-ping | |
192
192
  | [**dynamic_secret_update_postgre_sql**](V2Api.md#dynamic_secret_update_postgre_sql) | **POST** /dynamic-secret-update-postgresql | |
193
193
  | [**dynamic_secret_update_rabbit_mq**](V2Api.md#dynamic_secret_update_rabbit_mq) | **POST** /dynamic-secret-update-rabbitmq | |
@@ -453,6 +453,7 @@ All URIs are relative to *https://api.akeyless.io*
453
453
  | [**rotated_secret_update_splunk**](V2Api.md#rotated_secret_update_splunk) | **POST** /rotated-secret-update-splunk | |
454
454
  | [**rotated_secret_update_ssh**](V2Api.md#rotated_secret_update_ssh) | **POST** /rotated-secret-update-ssh | |
455
455
  | [**rotated_secret_update_windows**](V2Api.md#rotated_secret_update_windows) | **POST** /rotated-secret-update-windows | |
456
+ | [**runtime_authority**](V2Api.md#runtime_authority) | **POST** /runtime-authority | |
456
457
  | [**set_item_state**](V2Api.md#set_item_state) | **POST** /set-item-state | |
457
458
  | [**set_role_rule**](V2Api.md#set_role_rule) | **POST** /set-role-rule | |
458
459
  | [**share_item**](V2Api.md#share_item) | **POST** /share-item | |
@@ -28482,6 +28483,67 @@ No authorization required
28482
28483
  - **Accept**: application/json
28483
28484
 
28484
28485
 
28486
+ ## runtime_authority
28487
+
28488
+ > runtime_authority(runtime_authority_command)
28489
+
28490
+
28491
+
28492
+ ### Examples
28493
+
28494
+ ```ruby
28495
+ require 'time'
28496
+ require 'akeyless'
28497
+
28498
+ api_instance = Akeyless::V2Api.new
28499
+ runtime_authority_command = Akeyless::RuntimeAuthorityCommand.new({agent_id: 'agent_id_example', name: 'name_example', payload: 'payload_example'}) # RuntimeAuthorityCommand |
28500
+
28501
+ begin
28502
+
28503
+ api_instance.runtime_authority(runtime_authority_command)
28504
+ rescue Akeyless::ApiError => e
28505
+ puts "Error when calling V2Api->runtime_authority: #{e}"
28506
+ end
28507
+ ```
28508
+
28509
+ #### Using the runtime_authority_with_http_info variant
28510
+
28511
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
28512
+
28513
+ > <Array(nil, Integer, Hash)> runtime_authority_with_http_info(runtime_authority_command)
28514
+
28515
+ ```ruby
28516
+ begin
28517
+
28518
+ data, status_code, headers = api_instance.runtime_authority_with_http_info(runtime_authority_command)
28519
+ p status_code # => 2xx
28520
+ p headers # => { ... }
28521
+ p data # => nil
28522
+ rescue Akeyless::ApiError => e
28523
+ puts "Error when calling V2Api->runtime_authority_with_http_info: #{e}"
28524
+ end
28525
+ ```
28526
+
28527
+ ### Parameters
28528
+
28529
+ | Name | Type | Description | Notes |
28530
+ | ---- | ---- | ----------- | ----- |
28531
+ | **runtime_authority_command** | [**RuntimeAuthorityCommand**](RuntimeAuthorityCommand.md) | | |
28532
+
28533
+ ### Return type
28534
+
28535
+ nil (empty response body)
28536
+
28537
+ ### Authorization
28538
+
28539
+ No authorization required
28540
+
28541
+ ### HTTP request headers
28542
+
28543
+ - **Content-Type**: application/json
28544
+ - **Accept**: application/json
28545
+
28546
+
28485
28547
  ## set_item_state
28486
28548
 
28487
28549
  > Object set_item_state(set_item_state)
@@ -9519,7 +9519,7 @@ module Akeyless
9519
9519
  fail ArgumentError, "Missing the required parameter 'dynamic_secret_create_oracle_db' when calling V2Api.dynamic_secret_create_oracle_db"
9520
9520
  end
9521
9521
  # resource path
9522
- local_var_path = '/dynamic-secret-create-oracle'
9522
+ local_var_path = '/dynamic-secret-create-oracledb'
9523
9523
 
9524
9524
  # query parameters
9525
9525
  query_params = opts[:query_params] || {}
@@ -10415,7 +10415,7 @@ module Akeyless
10415
10415
  fail ArgumentError, "Missing the required parameter 'dynamic_secret_tmp_creds_get' when calling V2Api.dynamic_secret_tmp_creds_get"
10416
10416
  end
10417
10417
  # resource path
10418
- local_var_path = '/dynamic-secret-tmp-creds-Get'
10418
+ local_var_path = '/dynamic-secret-tmp-creds-get'
10419
10419
 
10420
10420
  # query parameters
10421
10421
  query_params = opts[:query_params] || {}
@@ -11307,7 +11307,7 @@ module Akeyless
11307
11307
  fail ArgumentError, "Missing the required parameter 'dynamic_secret_update_hana_db' when calling V2Api.dynamic_secret_update_hana_db"
11308
11308
  end
11309
11309
  # resource path
11310
- local_var_path = '/dynamic-secret-update-hana'
11310
+ local_var_path = '/dynamic-secret-update-hanadb'
11311
11311
 
11312
11312
  # query parameters
11313
11313
  query_params = opts[:query_params] || {}
@@ -11499,7 +11499,7 @@ module Akeyless
11499
11499
  fail ArgumentError, "Missing the required parameter 'dynamic_secret_update_mongo_db' when calling V2Api.dynamic_secret_update_mongo_db"
11500
11500
  end
11501
11501
  # resource path
11502
- local_var_path = '/dynamic-secret-update-mongo'
11502
+ local_var_path = '/dynamic-secret-update-mongodb'
11503
11503
 
11504
11504
  # query parameters
11505
11505
  query_params = opts[:query_params] || {}
@@ -11755,7 +11755,7 @@ module Akeyless
11755
11755
  fail ArgumentError, "Missing the required parameter 'dynamic_secret_update_oracle_db' when calling V2Api.dynamic_secret_update_oracle_db"
11756
11756
  end
11757
11757
  # resource path
11758
- local_var_path = '/dynamic-secret-update-oracle'
11758
+ local_var_path = '/dynamic-secret-update-oracledb'
11759
11759
 
11760
11760
  # query parameters
11761
11761
  query_params = opts[:query_params] || {}
@@ -28658,6 +28658,70 @@ module Akeyless
28658
28658
  return data, status_code, headers
28659
28659
  end
28660
28660
 
28661
+ # @param runtime_authority_command [RuntimeAuthorityCommand]
28662
+ # @param [Hash] opts the optional parameters
28663
+ # @return [nil]
28664
+ def runtime_authority(runtime_authority_command, opts = {})
28665
+ runtime_authority_with_http_info(runtime_authority_command, opts)
28666
+ nil
28667
+ end
28668
+
28669
+ # @param runtime_authority_command [RuntimeAuthorityCommand]
28670
+ # @param [Hash] opts the optional parameters
28671
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
28672
+ def runtime_authority_with_http_info(runtime_authority_command, opts = {})
28673
+ if @api_client.config.debugging
28674
+ @api_client.config.logger.debug 'Calling API: V2Api.runtime_authority ...'
28675
+ end
28676
+ # verify the required parameter 'runtime_authority_command' is set
28677
+ if @api_client.config.client_side_validation && runtime_authority_command.nil?
28678
+ fail ArgumentError, "Missing the required parameter 'runtime_authority_command' when calling V2Api.runtime_authority"
28679
+ end
28680
+ # resource path
28681
+ local_var_path = '/runtime-authority'
28682
+
28683
+ # query parameters
28684
+ query_params = opts[:query_params] || {}
28685
+
28686
+ # header parameters
28687
+ header_params = opts[:header_params] || {}
28688
+ # HTTP header 'Accept' (if needed)
28689
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
28690
+ # HTTP header 'Content-Type'
28691
+ content_type = @api_client.select_header_content_type(['application/json'])
28692
+ if !content_type.nil?
28693
+ header_params['Content-Type'] = content_type
28694
+ end
28695
+
28696
+ # form parameters
28697
+ form_params = opts[:form_params] || {}
28698
+
28699
+ # http body (model)
28700
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(runtime_authority_command)
28701
+
28702
+ # return_type
28703
+ return_type = opts[:debug_return_type]
28704
+
28705
+ # auth_names
28706
+ auth_names = opts[:debug_auth_names] || []
28707
+
28708
+ new_options = opts.merge(
28709
+ :operation => :"V2Api.runtime_authority",
28710
+ :header_params => header_params,
28711
+ :query_params => query_params,
28712
+ :form_params => form_params,
28713
+ :body => post_body,
28714
+ :auth_names => auth_names,
28715
+ :return_type => return_type
28716
+ )
28717
+
28718
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
28719
+ if @api_client.config.debugging
28720
+ @api_client.config.logger.debug "API called: V2Api#runtime_authority\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
28721
+ end
28722
+ return data, status_code, headers
28723
+ end
28724
+
28661
28725
  # @param set_item_state [SetItemState]
28662
28726
  # @param [Hash] opts the optional parameters
28663
28727
  # @return [Object]
@@ -26,6 +26,8 @@ module Akeyless
26
26
 
27
27
  attr_accessor :allow_auto_fill
28
28
 
29
+ attr_accessor :allow_passkeys
30
+
29
31
  attr_accessor :allowed_client_types
30
32
 
31
33
  attr_accessor :allowed_clients_ips
@@ -81,6 +83,7 @@ module Akeyless
81
83
  :'account_default_key_name' => :'account_default_key_name',
82
84
  :'ai_insights' => :'ai_insights',
83
85
  :'allow_auto_fill' => :'allow_auto_fill',
86
+ :'allow_passkeys' => :'allow_passkeys',
84
87
  :'allowed_client_types' => :'allowed_client_types',
85
88
  :'allowed_clients_ips' => :'allowed_clients_ips',
86
89
  :'allowed_gateways_ips' => :'allowed_gateways_ips',
@@ -119,6 +122,7 @@ module Akeyless
119
122
  :'account_default_key_name' => :'String',
120
123
  :'ai_insights' => :'AiInsightsSetting',
121
124
  :'allow_auto_fill' => :'Boolean',
125
+ :'allow_passkeys' => :'Boolean',
122
126
  :'allowed_client_types' => :'AllowedClientType',
123
127
  :'allowed_clients_ips' => :'AllowedIpSettings',
124
128
  :'allowed_gateways_ips' => :'AllowedIpSettings',
@@ -182,6 +186,10 @@ module Akeyless
182
186
  self.allow_auto_fill = attributes[:'allow_auto_fill']
183
187
  end
184
188
 
189
+ if attributes.key?(:'allow_passkeys')
190
+ self.allow_passkeys = attributes[:'allow_passkeys']
191
+ end
192
+
185
193
  if attributes.key?(:'allowed_client_types')
186
194
  self.allowed_client_types = attributes[:'allowed_client_types']
187
195
  end
@@ -299,6 +307,7 @@ module Akeyless
299
307
  account_default_key_name == o.account_default_key_name &&
300
308
  ai_insights == o.ai_insights &&
301
309
  allow_auto_fill == o.allow_auto_fill &&
310
+ allow_passkeys == o.allow_passkeys &&
302
311
  allowed_client_types == o.allowed_client_types &&
303
312
  allowed_clients_ips == o.allowed_clients_ips &&
304
313
  allowed_gateways_ips == o.allowed_gateways_ips &&
@@ -333,7 +342,7 @@ module Akeyless
333
342
  # Calculates hash code according to all attributes.
334
343
  # @return [Integer] Hash code
335
344
  def hash
336
- [account_default_key_item_id, account_default_key_name, ai_insights, allow_auto_fill, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_auth_method, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_secret_reveal_copy, hide_static_password, invalid_characters, item_locking, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
345
+ [account_default_key_item_id, account_default_key_name, ai_insights, allow_auto_fill, allow_passkeys, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_auth_method, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_secret_reveal_copy, hide_static_password, invalid_characters, item_locking, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
337
346
  end
338
347
 
339
348
  # Builds the object from hash