akeyless 2.16.4 → 2.16.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +44 -1
  3. data/docs/AwsS3LogForwardingConfig.md +2 -0
  4. data/docs/CertAccessRules.md +1 -1
  5. data/docs/CreateAuthMethod.md +1 -1
  6. data/docs/CreateAuthMethodAWSIAM.md +1 -1
  7. data/docs/CreateAuthMethodAzureAD.md +1 -1
  8. data/docs/CreateAuthMethodCert.md +1 -1
  9. data/docs/CreateAuthMethodGCP.md +1 -1
  10. data/docs/CreateAuthMethodHuawei.md +1 -1
  11. data/docs/CreateAuthMethodK8S.md +1 -1
  12. data/docs/CreateAuthMethodLDAP.md +1 -1
  13. data/docs/CreateAuthMethodOAuth2.md +1 -1
  14. data/docs/CreateAuthMethodOIDC.md +1 -1
  15. data/docs/CreateAuthMethodSAML.md +1 -1
  16. data/docs/CreateAuthMethodUniversalIdentity.md +1 -1
  17. data/docs/CreateAzureTarget.md +6 -0
  18. data/docs/CreateClassicKey.md +12 -0
  19. data/docs/CreateRotatedSecret.md +30 -0
  20. data/docs/CreateSalesforceTarget.md +42 -0
  21. data/docs/CreateSalesforceTargetOutput.md +18 -0
  22. data/docs/CreateTokenizer.md +42 -0
  23. data/docs/CreateTokenizerOutput.md +18 -0
  24. data/docs/DSProducerDetails.md +6 -0
  25. data/docs/DeleteRoleRule.md +1 -1
  26. data/docs/Detokenize.md +26 -0
  27. data/docs/DetokenizeOutput.md +18 -0
  28. data/docs/DynamicSecretProducerInfo.md +2 -0
  29. data/docs/EmailTokenizerInfo.md +22 -0
  30. data/docs/GatewayCreateMigration.md +50 -0
  31. data/docs/GatewayCreateProducerRabbitMQ.md +2 -0
  32. data/docs/GatewayCreateProducerRedshift.md +2 -0
  33. data/docs/GatewayDeleteMigration.md +22 -0
  34. data/docs/GatewayGetMigration.md +22 -0
  35. data/docs/GatewayMigrationCreateOutput.md +18 -0
  36. data/docs/GatewayMigrationDeleteOutput.md +18 -0
  37. data/docs/GatewayMigrationGetOutput.md +18 -0
  38. data/docs/GatewayMigrationUpdateOutput.md +18 -0
  39. data/docs/GatewayUpdateMigration.md +52 -0
  40. data/docs/GatewayUpdateProducerRabbitMQ.md +2 -0
  41. data/docs/GatewayUpdateProducerRedshift.md +2 -0
  42. data/docs/GetRSAPublicOutput.md +1 -1
  43. data/docs/GetSecretValue.md +2 -0
  44. data/docs/HashiPayload.md +2 -0
  45. data/docs/Item.md +2 -0
  46. data/docs/ItemGeneralInfo.md +5 -1
  47. data/docs/ListItems.md +2 -0
  48. data/docs/ListTargets.md +2 -0
  49. data/docs/LogForwardingConfigPart.md +0 -2
  50. data/docs/Producer.md +2 -0
  51. data/docs/RegexpTokenizerInfo.md +24 -0
  52. data/docs/RotateSecret.md +22 -0
  53. data/docs/RotatedSecretOutput.md +18 -0
  54. data/docs/SetRoleRule.md +1 -1
  55. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  56. data/docs/Target.md +2 -0
  57. data/docs/TargetTypeDetailsInput.md +18 -0
  58. data/docs/Tokenize.md +26 -0
  59. data/docs/TokenizeOutput.md +20 -0
  60. data/docs/TokenizerInfo.md +18 -0
  61. data/docs/UpdateAuthMethod.md +1 -1
  62. data/docs/UpdateAuthMethodAWSIAM.md +1 -1
  63. data/docs/UpdateAuthMethodAzureAD.md +1 -1
  64. data/docs/UpdateAuthMethodCert.md +1 -1
  65. data/docs/UpdateAuthMethodGCP.md +1 -1
  66. data/docs/UpdateAuthMethodK8S.md +1 -1
  67. data/docs/UpdateAuthMethodLDAP.md +1 -1
  68. data/docs/UpdateAuthMethodOAuth2.md +1 -1
  69. data/docs/UpdateAuthMethodOIDC.md +1 -1
  70. data/docs/UpdateAuthMethodSAML.md +1 -1
  71. data/docs/UpdateAuthMethodUniversalIdentity.md +1 -1
  72. data/docs/UpdateAzureTarget.md +6 -0
  73. data/docs/UpdateLdapTarget.md +42 -0
  74. data/docs/UpdateLdapTargetDetails.md +40 -0
  75. data/docs/UpdateLdapTargetOutput.md +18 -0
  76. data/docs/UpdateRotatedSecret.md +30 -0
  77. data/docs/UpdateSalesforceTarget.md +48 -0
  78. data/docs/UpdateSalesforceTargetOutput.md +18 -0
  79. data/docs/UpdateTokenizer.md +46 -0
  80. data/docs/UpdateTokenizerOutput.md +18 -0
  81. data/docs/V2Api.md +888 -6
  82. data/docs/VaultlessTokenizerInfo.md +28 -0
  83. data/lib/akeyless/api/v2_api.rb +897 -1
  84. data/lib/akeyless/models/aws_s3_log_forwarding_config.rb +10 -1
  85. data/lib/akeyless/models/cert_access_rules.rb +2 -4
  86. data/lib/akeyless/models/create_auth_method.rb +0 -2
  87. data/lib/akeyless/models/create_auth_method_awsiam.rb +0 -2
  88. data/lib/akeyless/models/create_auth_method_azure_ad.rb +0 -2
  89. data/lib/akeyless/models/create_auth_method_cert.rb +0 -2
  90. data/lib/akeyless/models/create_auth_method_gcp.rb +0 -2
  91. data/lib/akeyless/models/create_auth_method_huawei.rb +0 -2
  92. data/lib/akeyless/models/create_auth_method_k8_s.rb +0 -2
  93. data/lib/akeyless/models/create_auth_method_ldap.rb +0 -2
  94. data/lib/akeyless/models/create_auth_method_o_auth2.rb +0 -2
  95. data/lib/akeyless/models/create_auth_method_oidc.rb +0 -2
  96. data/lib/akeyless/models/create_auth_method_saml.rb +0 -2
  97. data/lib/akeyless/models/create_auth_method_universal_identity.rb +0 -2
  98. data/lib/akeyless/models/create_azure_target.rb +31 -1
  99. data/lib/akeyless/models/create_classic_key.rb +61 -1
  100. data/lib/akeyless/models/create_rotated_secret.rb +163 -1
  101. data/lib/akeyless/models/create_salesforce_target.rb +375 -0
  102. data/lib/akeyless/models/create_salesforce_target_output.rb +219 -0
  103. data/lib/akeyless/models/create_tokenizer.rb +358 -0
  104. data/lib/akeyless/models/create_tokenizer_output.rb +219 -0
  105. data/lib/akeyless/models/delete_role_rule.rb +1 -1
  106. data/lib/akeyless/models/detokenize.rb +271 -0
  107. data/lib/akeyless/models/detokenize_output.rb +219 -0
  108. data/lib/akeyless/models/ds_producer_details.rb +28 -1
  109. data/lib/akeyless/models/dynamic_secret_producer_info.rb +10 -1
  110. data/lib/akeyless/models/email_tokenizer_info.rb +241 -0
  111. data/lib/akeyless/models/gateway_create_migration.rb +374 -0
  112. data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +13 -1
  113. data/lib/akeyless/models/gateway_create_producer_redshift.rb +11 -1
  114. data/lib/akeyless/models/gateway_delete_migration.rb +246 -0
  115. data/lib/akeyless/models/gateway_get_migration.rb +240 -0
  116. data/lib/akeyless/models/gateway_migration_create_output.rb +219 -0
  117. data/lib/akeyless/models/gateway_migration_delete_output.rb +219 -0
  118. data/lib/akeyless/models/gateway_migration_get_output.rb +219 -0
  119. data/lib/akeyless/models/gateway_migration_update_output.rb +219 -0
  120. data/lib/akeyless/models/gateway_update_migration.rb +383 -0
  121. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
  122. data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +13 -1
  123. data/lib/akeyless/models/gateway_update_producer_redshift.rb +11 -1
  124. data/lib/akeyless/models/get_rsa_public_output.rb +2 -4
  125. data/lib/akeyless/models/get_secret_value.rb +10 -1
  126. data/lib/akeyless/models/hashi_payload.rb +10 -1
  127. data/lib/akeyless/models/item.rb +10 -1
  128. data/lib/akeyless/models/item_general_info.rb +22 -4
  129. data/lib/akeyless/models/list_items.rb +10 -1
  130. data/lib/akeyless/models/list_targets.rb +13 -1
  131. data/lib/akeyless/models/log_forwarding_config_part.rb +1 -10
  132. data/lib/akeyless/models/producer.rb +10 -1
  133. data/lib/akeyless/models/regexp_tokenizer_info.rb +251 -0
  134. data/lib/akeyless/models/rotate_secret.rb +245 -0
  135. data/lib/akeyless/models/rotated_secret_output.rb +219 -0
  136. data/lib/akeyless/models/set_role_rule.rb +1 -1
  137. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  138. data/lib/akeyless/models/target.rb +13 -1
  139. data/lib/akeyless/models/target_type_details_input.rb +86 -1
  140. data/lib/akeyless/models/tokenize.rb +271 -0
  141. data/lib/akeyless/models/tokenize_output.rb +228 -0
  142. data/lib/akeyless/models/tokenizer_info.rb +219 -0
  143. data/lib/akeyless/models/update_auth_method.rb +0 -2
  144. data/lib/akeyless/models/update_auth_method_awsiam.rb +0 -2
  145. data/lib/akeyless/models/update_auth_method_azure_ad.rb +0 -2
  146. data/lib/akeyless/models/update_auth_method_cert.rb +0 -2
  147. data/lib/akeyless/models/update_auth_method_gcp.rb +0 -2
  148. data/lib/akeyless/models/update_auth_method_k8_s.rb +0 -2
  149. data/lib/akeyless/models/update_auth_method_ldap.rb +0 -2
  150. data/lib/akeyless/models/update_auth_method_o_auth2.rb +0 -2
  151. data/lib/akeyless/models/update_auth_method_oidc.rb +0 -2
  152. data/lib/akeyless/models/update_auth_method_saml.rb +0 -2
  153. data/lib/akeyless/models/update_auth_method_universal_identity.rb +0 -2
  154. data/lib/akeyless/models/update_azure_target.rb +31 -1
  155. data/lib/akeyless/models/update_ldap_target.rb +339 -0
  156. data/lib/akeyless/models/update_ldap_target_details.rb +328 -0
  157. data/lib/akeyless/models/update_ldap_target_output.rb +219 -0
  158. data/lib/akeyless/models/update_rotated_secret.rb +163 -1
  159. data/lib/akeyless/models/update_salesforce_target.rb +404 -0
  160. data/lib/akeyless/models/update_salesforce_target_output.rb +219 -0
  161. data/lib/akeyless/models/update_tokenizer.rb +382 -0
  162. data/lib/akeyless/models/update_tokenizer_output.rb +219 -0
  163. data/lib/akeyless/models/vaultless_tokenizer_info.rb +267 -0
  164. data/lib/akeyless/version.rb +1 -1
  165. data/lib/akeyless.rb +29 -0
  166. data/spec/models/create_salesforce_target_output_spec.rb +34 -0
  167. data/spec/models/create_salesforce_target_spec.rb +106 -0
  168. data/spec/models/create_tokenizer_output_spec.rb +34 -0
  169. data/spec/models/create_tokenizer_spec.rb +106 -0
  170. data/spec/models/detokenize_output_spec.rb +34 -0
  171. data/spec/models/detokenize_spec.rb +58 -0
  172. data/spec/models/email_tokenizer_info_spec.rb +46 -0
  173. data/spec/models/gateway_create_migration_spec.rb +130 -0
  174. data/spec/models/gateway_delete_migration_spec.rb +46 -0
  175. data/spec/models/gateway_get_migration_spec.rb +46 -0
  176. data/spec/models/gateway_migration_create_output_spec.rb +34 -0
  177. data/spec/models/gateway_migration_delete_output_spec.rb +34 -0
  178. data/spec/models/gateway_migration_get_output_spec.rb +34 -0
  179. data/spec/models/gateway_migration_update_output_spec.rb +34 -0
  180. data/spec/models/gateway_update_migration_spec.rb +136 -0
  181. data/spec/models/regexp_tokenizer_info_spec.rb +52 -0
  182. data/spec/models/rotate_secret_spec.rb +46 -0
  183. data/spec/models/rotated_secret_output_spec.rb +34 -0
  184. data/spec/models/tokenize_output_spec.rb +40 -0
  185. data/spec/models/tokenize_spec.rb +58 -0
  186. data/spec/models/tokenizer_info_spec.rb +34 -0
  187. data/spec/models/update_ldap_target_details_spec.rb +100 -0
  188. data/spec/models/update_ldap_target_output_spec.rb +34 -0
  189. data/spec/models/update_ldap_target_spec.rb +106 -0
  190. data/spec/models/update_salesforce_target_output_spec.rb +34 -0
  191. data/spec/models/update_salesforce_target_spec.rb +124 -0
  192. data/spec/models/update_tokenizer_output_spec.rb +34 -0
  193. data/spec/models/update_tokenizer_spec.rb +118 -0
  194. data/spec/models/vaultless_tokenizer_info_spec.rb +64 -0
  195. metadata +575 -459
@@ -0,0 +1,18 @@
1
+ # Akeyless::CreateTokenizerOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::CreateTokenizerOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+
@@ -28,6 +28,9 @@
28
28
  | **azure_client_secret** | **String** | | [optional] |
29
29
  | **azure_fixed_user_name_sub_claim_key** | **String** | | [optional] |
30
30
  | **azure_fixed_user_only** | **Boolean** | | [optional] |
31
+ | **azure_resource_group_name** | **String** | | [optional] |
32
+ | **azure_resource_name** | **String** | | [optional] |
33
+ | **azure_subscription_id** | **String** | | [optional] |
31
34
  | **azure_tenant_id** | **String** | | [optional] |
32
35
  | **azure_user_groups_obj_id** | **String** | | [optional] |
33
36
  | **azure_user_portal_access** | **Boolean** | | [optional] |
@@ -204,6 +207,9 @@ instance = Akeyless::DSProducerDetails.new(
204
207
  azure_client_secret: null,
205
208
  azure_fixed_user_name_sub_claim_key: null,
206
209
  azure_fixed_user_only: null,
210
+ azure_resource_group_name: null,
211
+ azure_resource_name: null,
212
+ azure_subscription_id: null,
207
213
  azure_tenant_id: null,
208
214
  azure_user_groups_obj_id: null,
209
215
  azure_user_portal_access: null,
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **path** | **String** | The path the rule refers to | |
8
8
  | **role_name** | **String** | The role name to be updated | |
9
- | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule or reports-rule | [optional][default to 'item-rule'] |
9
+ | **rule_type** | **String** | item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule or sra-reports-rule | [optional][default to 'item-rule'] |
10
10
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
11
11
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
12
12
 
@@ -0,0 +1,26 @@
1
+ # Akeyless::Detokenize
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ciphertext** | **String** | Data to be decrypted | |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **tokenizer_name** | **String** | The name of the tokenizer to use in the decryption process | |
10
+ | **tweak** | **String** | Base64 encoded tweak for vaultless encryption | [optional] |
11
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'akeyless'
17
+
18
+ instance = Akeyless::Detokenize.new(
19
+ ciphertext: null,
20
+ token: null,
21
+ tokenizer_name: null,
22
+ tweak: null,
23
+ uid_token: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::DetokenizeOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **result** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::DetokenizeOutput.new(
15
+ result: null
16
+ )
17
+ ```
18
+
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **failure_message** | **String** | | [optional] |
7
8
  | **gw_cluster_id** | **Integer** | | [optional] |
8
9
  | **producer_last_keep_alive** | **String** | | [optional] |
9
10
  | **producer_metadata** | **String** | | [optional] |
@@ -16,6 +17,7 @@
16
17
  require 'akeyless'
17
18
 
18
19
  instance = Akeyless::DynamicSecretProducerInfo.new(
20
+ failure_message: null,
19
21
  gw_cluster_id: null,
20
22
  producer_last_keep_alive: null,
21
23
  producer_metadata: null,
@@ -0,0 +1,22 @@
1
+ # Akeyless::EmailTokenizerInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **domain_suffix_length** | **Integer** | What length of a random domain suffix to generate used only if FixedDomainSuffix is empty | [optional] |
8
+ | **fixed_domain_suffix** | **String** | if FixedDomainSuffix isn't empty, it will be appended to the output | [optional] |
9
+ | **keep_prefix_length** | **Integer** | How many letters of the plaintext to keep in the output | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::EmailTokenizerInfo.new(
17
+ domain_suffix_length: null,
18
+ fixed_domain_suffix: null,
19
+ keep_prefix_length: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,50 @@
1
+ # Akeyless::GatewayCreateMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **aws_key** | **String** | | [optional] |
8
+ | **aws_key_id** | **String** | | [optional] |
9
+ | **aws_region** | **String** | | [optional] |
10
+ | **azure_client_id** | **String** | | [optional] |
11
+ | **azure_kv_name** | **String** | | [optional] |
12
+ | **azure_secret** | **String** | | [optional] |
13
+ | **azure_tenant_id** | **String** | | [optional] |
14
+ | **hashi_json** | **String** | | [optional] |
15
+ | **hashi_ns** | **Array<String>** | | [optional] |
16
+ | **hashi_token** | **String** | | [optional] |
17
+ | **hashi_url** | **String** | | [optional] |
18
+ | **name** | **String** | Migration name | |
19
+ | **protection_key** | **String** | | [optional] |
20
+ | **target_location** | **String** | | [optional] |
21
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
22
+ | **type** | **String** | | [optional] |
23
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
24
+
25
+ ## Example
26
+
27
+ ```ruby
28
+ require 'akeyless'
29
+
30
+ instance = Akeyless::GatewayCreateMigration.new(
31
+ aws_key: null,
32
+ aws_key_id: null,
33
+ aws_region: null,
34
+ azure_client_id: null,
35
+ azure_kv_name: null,
36
+ azure_secret: null,
37
+ azure_tenant_id: null,
38
+ hashi_json: null,
39
+ hashi_ns: null,
40
+ hashi_token: null,
41
+ hashi_url: null,
42
+ name: null,
43
+ protection_key: null,
44
+ target_location: null,
45
+ token: null,
46
+ type: null,
47
+ uid_token: null
48
+ )
49
+ ```
50
+
@@ -16,6 +16,7 @@
16
16
  | **rabbitmq_user_write_permission** | **String** | User write permission | [optional] |
17
17
  | **secure_access_enable** | **String** | | [optional] |
18
18
  | **secure_access_url** | **String** | | [optional] |
19
+ | **secure_access_web** | **Boolean** | Secure Access Web Category | [optional][default to true] |
19
20
  | **secure_access_web_browsing** | **Boolean** | | [optional] |
20
21
  | **secure_access_web_proxy** | **Boolean** | | [optional] |
21
22
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
@@ -42,6 +43,7 @@ instance = Akeyless::GatewayCreateProducerRabbitMQ.new(
42
43
  rabbitmq_user_write_permission: null,
43
44
  secure_access_enable: null,
44
45
  secure_access_url: null,
46
+ secure_access_web: null,
45
47
  secure_access_web_browsing: null,
46
48
  secure_access_web_proxy: null,
47
49
  tags: null,
@@ -14,6 +14,7 @@
14
14
  | **redshift_username** | **String** | Redshift Username | [optional] |
15
15
  | **secure_access_enable** | **String** | | [optional] |
16
16
  | **secure_access_host** | **Array<String>** | | [optional] |
17
+ | **ssl** | **Boolean** | SSL connection mode | [optional] |
17
18
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
18
19
  | **target_name** | **String** | Target name | [optional] |
19
20
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -36,6 +37,7 @@ instance = Akeyless::GatewayCreateProducerRedshift.new(
36
37
  redshift_username: null,
37
38
  secure_access_enable: null,
38
39
  secure_access_host: null,
40
+ ssl: null,
39
41
  tags: null,
40
42
  target_name: null,
41
43
  token: null,
@@ -0,0 +1,22 @@
1
+ # Akeyless::GatewayDeleteMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Migration name | |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::GatewayDeleteMigration.new(
17
+ id: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Akeyless::GatewayGetMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::GatewayGetMigration.new(
17
+ name: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayMigrationCreateOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **migration_name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayMigrationCreateOutput.new(
15
+ migration_name: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayMigrationDeleteOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **migration_id** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayMigrationDeleteOutput.new(
15
+ migration_id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayMigrationGetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **body** | [**MigrationsConfigPart**](MigrationsConfigPart.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayMigrationGetOutput.new(
15
+ body: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayMigrationUpdateOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **migration_name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayMigrationUpdateOutput.new(
15
+ migration_name: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,52 @@
1
+ # Akeyless::GatewayUpdateMigration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **aws_key** | **String** | | [optional] |
8
+ | **aws_key_id** | **String** | | [optional] |
9
+ | **aws_region** | **String** | | [optional] |
10
+ | **azure_client_id** | **String** | | [optional] |
11
+ | **azure_kv_name** | **String** | | [optional] |
12
+ | **azure_secret** | **String** | | [optional] |
13
+ | **azure_tenant_id** | **String** | | [optional] |
14
+ | **hashi_json** | **String** | | [optional] |
15
+ | **hashi_ns** | **Array<String>** | | [optional] |
16
+ | **hashi_token** | **String** | | [optional] |
17
+ | **hashi_url** | **String** | | [optional] |
18
+ | **id** | **String** | | [optional] |
19
+ | **name** | **String** | Migration name | |
20
+ | **protection_key** | **String** | | [optional] |
21
+ | **target_location** | **String** | | [optional] |
22
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
23
+ | **type** | **String** | | [optional] |
24
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
25
+
26
+ ## Example
27
+
28
+ ```ruby
29
+ require 'akeyless'
30
+
31
+ instance = Akeyless::GatewayUpdateMigration.new(
32
+ aws_key: null,
33
+ aws_key_id: null,
34
+ aws_region: null,
35
+ azure_client_id: null,
36
+ azure_kv_name: null,
37
+ azure_secret: null,
38
+ azure_tenant_id: null,
39
+ hashi_json: null,
40
+ hashi_ns: null,
41
+ hashi_token: null,
42
+ hashi_url: null,
43
+ id: null,
44
+ name: null,
45
+ protection_key: null,
46
+ target_location: null,
47
+ token: null,
48
+ type: null,
49
+ uid_token: null
50
+ )
51
+ ```
52
+
@@ -17,6 +17,7 @@
17
17
  | **rabbitmq_user_write_permission** | **String** | User write permission | [optional] |
18
18
  | **secure_access_enable** | **String** | | [optional] |
19
19
  | **secure_access_url** | **String** | | [optional] |
20
+ | **secure_access_web** | **Boolean** | Secure Access Web Category | [optional][default to true] |
20
21
  | **secure_access_web_browsing** | **Boolean** | | [optional] |
21
22
  | **secure_access_web_proxy** | **Boolean** | | [optional] |
22
23
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
@@ -44,6 +45,7 @@ instance = Akeyless::GatewayUpdateProducerRabbitMQ.new(
44
45
  rabbitmq_user_write_permission: null,
45
46
  secure_access_enable: null,
46
47
  secure_access_url: null,
48
+ secure_access_web: null,
47
49
  secure_access_web_browsing: null,
48
50
  secure_access_web_proxy: null,
49
51
  tags: null,
@@ -15,6 +15,7 @@
15
15
  | **redshift_username** | **String** | Redshift Username | [optional] |
16
16
  | **secure_access_enable** | **String** | | [optional] |
17
17
  | **secure_access_host** | **Array<String>** | | [optional] |
18
+ | **ssl** | **Boolean** | SSL connection mode | [optional] |
18
19
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
19
20
  | **target_name** | **String** | Target name | [optional] |
20
21
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -38,6 +39,7 @@ instance = Akeyless::GatewayUpdateProducerRedshift.new(
38
39
  redshift_username: null,
39
40
  secure_access_enable: null,
40
41
  secure_access_host: null,
42
+ ssl: null,
41
43
  tags: null,
42
44
  target_name: null,
43
45
  token: null,
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **raw** | **String** | | [optional] |
8
- | **ssh** | **Array<Integer>** | | [optional] |
8
+ | **ssh** | **String** | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **names** | **Array<String>** | Secret name | |
8
+ | **pretty_print** | **Boolean** | | [optional] |
8
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
10
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
11
  | **version** | **Integer** | Secret version | [optional] |
@@ -16,6 +17,7 @@ require 'akeyless'
16
17
 
17
18
  instance = Akeyless::GetSecretValue.new(
18
19
  names: null,
20
+ pretty_print: null,
19
21
  token: null,
20
22
  uid_token: null,
21
23
  version: null
data/docs/HashiPayload.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **import_as_json** | **Boolean** | | [optional] |
7
8
  | **namespaces** | **Array<String>** | | [optional] |
8
9
  | **token** | **String** | | [optional] |
9
10
  | **url** | **String** | | [optional] |
@@ -14,6 +15,7 @@
14
15
  require 'akeyless'
15
16
 
16
17
  instance = Akeyless::HashiPayload.new(
18
+ import_as_json: null,
17
19
  namespaces: null,
18
20
  token: null,
19
21
  url: null
data/docs/Item.md CHANGED
@@ -13,6 +13,7 @@
13
13
  | **deletion_date** | **Time** | | [optional] |
14
14
  | **display_id** | **String** | | [optional] |
15
15
  | **is_enabled** | **Boolean** | | [optional] |
16
+ | **item_accessibility** | **Integer** | | [optional] |
16
17
  | **item_general_info** | [**ItemGeneralInfo**](ItemGeneralInfo.md) | | [optional] |
17
18
  | **item_id** | **Integer** | | [optional] |
18
19
  | **item_metadata** | **String** | | [optional] |
@@ -47,6 +48,7 @@ instance = Akeyless::Item.new(
47
48
  deletion_date: null,
48
49
  display_id: null,
49
50
  is_enabled: null,
51
+ item_accessibility: null,
50
52
  item_general_info: null,
51
53
  item_id: null,
52
54
  item_metadata: null,
@@ -6,11 +6,13 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **cert_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
8
8
  | **classic_key_details** | [**ClassicKeyDetailsInfo**](ClassicKeyDetailsInfo.md) | | [optional] |
9
+ | **display_metadata** | **String** | | [optional] |
9
10
  | **dynamic_secret_producer_details** | [**DynamicSecretProducerInfo**](DynamicSecretProducerInfo.md) | | [optional] |
10
11
  | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
11
12
  | **rotated_secret_details** | [**RotatedSecretDetailsInfo**](RotatedSecretDetailsInfo.md) | | [optional] |
12
13
  | **secure_remote_access_details** | [**SecureRemoteAccess**](SecureRemoteAccess.md) | | [optional] |
13
14
  | **static_secret_info** | [**StaticSecretDetailsInfo**](StaticSecretDetailsInfo.md) | | [optional] |
15
+ | **tokenizer_info** | [**TokenizerInfo**](TokenizerInfo.md) | | [optional] |
14
16
 
15
17
  ## Example
16
18
 
@@ -20,11 +22,13 @@ require 'akeyless'
20
22
  instance = Akeyless::ItemGeneralInfo.new(
21
23
  cert_issue_details: null,
22
24
  classic_key_details: null,
25
+ display_metadata: null,
23
26
  dynamic_secret_producer_details: null,
24
27
  password_policy: null,
25
28
  rotated_secret_details: null,
26
29
  secure_remote_access_details: null,
27
- static_secret_info: null
30
+ static_secret_info: null,
31
+ tokenizer_info: null
28
32
  )
29
33
  ```
30
34
 
data/docs/ListItems.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **filter** | **String** | Filter by item name or part of it | [optional] |
8
+ | **minimal_view** | **Boolean** | | [optional] |
8
9
  | **pagination_token** | **String** | Next page reference | [optional] |
9
10
  | **path** | **String** | Path to folder | [optional] |
10
11
  | **tag** | **String** | Filter by item tag | [optional] |
@@ -19,6 +20,7 @@ require 'akeyless'
19
20
 
20
21
  instance = Akeyless::ListItems.new(
21
22
  filter: null,
23
+ minimal_view: null,
22
24
  pagination_token: null,
23
25
  path: null,
24
26
  tag: null,
data/docs/ListTargets.md CHANGED
@@ -7,6 +7,7 @@
7
7
  | **filter** | **String** | Filter by auth method name or part of it | [optional] |
8
8
  | **pagination_token** | **String** | Next page reference | [optional] |
9
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **type** | **Array<String>** | The target types list . In case it is empty, all types of targets will be returned. options: [hanadb cassandra aws ssh gke eks mysql mongodb snowflake mssql redshift artifactory azure rabbitmq k8s venafi gcp oracle dockerhub ldap github chef web salesforce postgres] | [optional] |
10
11
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
12
 
12
13
  ## Example
@@ -18,6 +19,7 @@ instance = Akeyless::ListTargets.new(
18
19
  filter: null,
19
20
  pagination_token: null,
20
21
  token: null,
22
+ type: null,
21
23
  uid_token: null
22
24
  )
23
25
  ```
@@ -14,7 +14,6 @@
14
14
  | **logz_io_config** | [**LogzIoLogForwardingConfig**](LogzIoLogForwardingConfig.md) | | [optional] |
15
15
  | **pull_interval_sec** | **String** | | [optional] |
16
16
  | **splunk_config** | [**SplunkLogForwardingConfig**](SplunkLogForwardingConfig.md) | | [optional] |
17
- | **std_out** | **Boolean** | | [optional] |
18
17
  | **syslog_config** | [**SyslogLogForwardingConfig**](SyslogLogForwardingConfig.md) | | [optional] |
19
18
  | **target_log_type** | **String** | | [optional] |
20
19
 
@@ -34,7 +33,6 @@ instance = Akeyless::LogForwardingConfigPart.new(
34
33
  logz_io_config: null,
35
34
  pull_interval_sec: null,
36
35
  splunk_config: null,
37
- std_out: null,
38
36
  syslog_config: null,
39
37
  target_log_type: null
40
38
  )
data/docs/Producer.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **active** | **Boolean** | | [optional] |
8
+ | **failure_message** | **String** | | [optional] |
8
9
  | **id** | **Integer** | | [optional] |
9
10
  | **init** | **Boolean** | | [optional] |
10
11
  | **name** | **String** | | [optional] |
@@ -17,6 +18,7 @@ require 'akeyless'
17
18
 
18
19
  instance = Akeyless::Producer.new(
19
20
  active: null,
21
+ failure_message: null,
20
22
  id: null,
21
23
  init: null,
22
24
  name: null,
@@ -0,0 +1,24 @@
1
+ # Akeyless::RegexpTokenizerInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **alphabet** | **String** | The Alphabet used for the tokenization | [optional] |
8
+ | **decryption_template** | **String** | Transformation to perform on the decrypted data | [optional] |
9
+ | **encryption_template** | **String** | Transformation to perform on the encrypted data, if the required output template doesn't match the input string The output Should still be valid for the Pattern, otherwise the secret would be able to be decrypted. | [optional] |
10
+ | **pattern** | **String** | Regexp pattern to extract and deposit the text/encdata | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'akeyless'
16
+
17
+ instance = Akeyless::RegexpTokenizerInfo.new(
18
+ alphabet: null,
19
+ decryption_template: null,
20
+ encryption_template: null,
21
+ pattern: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,22 @@
1
+ # Akeyless::RotateSecret
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Rotated Secret name | |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::RotateSecret.new(
17
+ name: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::RotatedSecretOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::RotatedSecretOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+
data/docs/SetRoleRule.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **capability** | **Array<String>** | List of the approved/denied capabilities in the path options: [read, create, update, delete, list, deny] | |
8
8
  | **path** | **String** | The path the rule refers to | |
9
9
  | **role_name** | **String** | The role name to be updated | |
10
- | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule or reports-rule | [optional][default to 'item-rule'] |
10
+ | **rule_type** | **String** | item-rule, target-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule or sra-reports-rule | [optional][default to 'item-rule'] |
11
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
13