akeyless 2.16.3 → 2.16.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -1
  3. data/docs/AwsS3LogForwardingConfig.md +2 -0
  4. data/docs/CreateAuthMethod.md +1 -1
  5. data/docs/CreateAuthMethodAWSIAM.md +1 -1
  6. data/docs/CreateAuthMethodAzureAD.md +1 -1
  7. data/docs/CreateAuthMethodCert.md +1 -1
  8. data/docs/CreateAuthMethodGCP.md +1 -1
  9. data/docs/CreateAuthMethodHuawei.md +1 -1
  10. data/docs/CreateAuthMethodK8S.md +1 -1
  11. data/docs/CreateAuthMethodLDAP.md +1 -1
  12. data/docs/CreateAuthMethodOAuth2.md +1 -1
  13. data/docs/CreateAuthMethodOIDC.md +1 -1
  14. data/docs/CreateAuthMethodSAML.md +1 -1
  15. data/docs/CreateAuthMethodUniversalIdentity.md +1 -1
  16. data/docs/CreateClassicKey.md +12 -0
  17. data/docs/CreateRotatedSecret.md +28 -0
  18. data/docs/CreateSalesforceTarget.md +42 -0
  19. data/docs/CreateSalesforceTargetOutput.md +18 -0
  20. data/docs/CreateTokenizer.md +42 -0
  21. data/docs/CreateTokenizerOutput.md +18 -0
  22. data/docs/Detokenize.md +26 -0
  23. data/docs/DetokenizeOutput.md +18 -0
  24. data/docs/DynamicSecretProducerInfo.md +2 -0
  25. data/docs/EmailTokenizerInfo.md +22 -0
  26. data/docs/GatewayCreateMigration.md +50 -0
  27. data/docs/GatewayDeleteMigration.md +22 -0
  28. data/docs/GatewayGetMigration.md +22 -0
  29. data/docs/GatewayMigrationCreateOutput.md +18 -0
  30. data/docs/GatewayMigrationDeleteOutput.md +18 -0
  31. data/docs/GatewayMigrationGetOutput.md +18 -0
  32. data/docs/GatewayMigrationUpdateOutput.md +18 -0
  33. data/docs/GatewayUpdateMigration.md +52 -0
  34. data/docs/GetSecretValue.md +2 -0
  35. data/docs/HashiPayload.md +2 -0
  36. data/docs/Item.md +2 -0
  37. data/docs/ItemGeneralInfo.md +5 -1
  38. data/docs/ListTargets.md +2 -0
  39. data/docs/LogForwardingConfigPart.md +0 -2
  40. data/docs/Producer.md +2 -0
  41. data/docs/RegexpTokenizerInfo.md +24 -0
  42. data/docs/RotateSecret.md +22 -0
  43. data/docs/RotatedSecretOutput.md +18 -0
  44. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  45. data/docs/TargetTypeDetailsInput.md +12 -0
  46. data/docs/Tokenize.md +26 -0
  47. data/docs/TokenizeOutput.md +20 -0
  48. data/docs/TokenizerInfo.md +18 -0
  49. data/docs/UpdateAuthMethod.md +1 -1
  50. data/docs/UpdateAuthMethodAWSIAM.md +1 -1
  51. data/docs/UpdateAuthMethodAzureAD.md +1 -1
  52. data/docs/UpdateAuthMethodCert.md +1 -1
  53. data/docs/UpdateAuthMethodGCP.md +1 -1
  54. data/docs/UpdateAuthMethodK8S.md +1 -1
  55. data/docs/UpdateAuthMethodLDAP.md +1 -1
  56. data/docs/UpdateAuthMethodOAuth2.md +1 -1
  57. data/docs/UpdateAuthMethodOIDC.md +1 -1
  58. data/docs/UpdateAuthMethodSAML.md +1 -1
  59. data/docs/UpdateAuthMethodUniversalIdentity.md +1 -1
  60. data/docs/UpdateRotatedSecret.md +28 -0
  61. data/docs/UpdateSalesforceTarget.md +48 -0
  62. data/docs/UpdateSalesforceTargetOutput.md +18 -0
  63. data/docs/UpdateTokenizer.md +46 -0
  64. data/docs/UpdateTokenizerOutput.md +18 -0
  65. data/docs/V2Api.md +762 -6
  66. data/docs/VaultlessTokenizerInfo.md +28 -0
  67. data/lib/akeyless/api/v2_api.rb +769 -1
  68. data/lib/akeyless/models/aws_s3_log_forwarding_config.rb +10 -1
  69. data/lib/akeyless/models/create_auth_method.rb +0 -2
  70. data/lib/akeyless/models/create_auth_method_awsiam.rb +0 -2
  71. data/lib/akeyless/models/create_auth_method_azure_ad.rb +0 -2
  72. data/lib/akeyless/models/create_auth_method_cert.rb +0 -2
  73. data/lib/akeyless/models/create_auth_method_gcp.rb +0 -2
  74. data/lib/akeyless/models/create_auth_method_huawei.rb +0 -2
  75. data/lib/akeyless/models/create_auth_method_k8_s.rb +0 -2
  76. data/lib/akeyless/models/create_auth_method_ldap.rb +0 -2
  77. data/lib/akeyless/models/create_auth_method_o_auth2.rb +0 -2
  78. data/lib/akeyless/models/create_auth_method_oidc.rb +0 -2
  79. data/lib/akeyless/models/create_auth_method_saml.rb +0 -2
  80. data/lib/akeyless/models/create_auth_method_universal_identity.rb +0 -2
  81. data/lib/akeyless/models/create_classic_key.rb +61 -1
  82. data/lib/akeyless/models/create_rotated_secret.rb +153 -1
  83. data/lib/akeyless/models/create_salesforce_target.rb +375 -0
  84. data/lib/akeyless/models/create_salesforce_target_output.rb +219 -0
  85. data/lib/akeyless/models/create_tokenizer.rb +358 -0
  86. data/lib/akeyless/models/create_tokenizer_output.rb +219 -0
  87. data/lib/akeyless/models/detokenize.rb +271 -0
  88. data/lib/akeyless/models/detokenize_output.rb +219 -0
  89. data/lib/akeyless/models/dynamic_secret_producer_info.rb +10 -1
  90. data/lib/akeyless/models/email_tokenizer_info.rb +241 -0
  91. data/lib/akeyless/models/gateway_create_migration.rb +374 -0
  92. data/lib/akeyless/models/gateway_delete_migration.rb +246 -0
  93. data/lib/akeyless/models/gateway_get_migration.rb +240 -0
  94. data/lib/akeyless/models/gateway_migration_create_output.rb +219 -0
  95. data/lib/akeyless/models/gateway_migration_delete_output.rb +219 -0
  96. data/lib/akeyless/models/gateway_migration_get_output.rb +219 -0
  97. data/lib/akeyless/models/gateway_migration_update_output.rb +219 -0
  98. data/lib/akeyless/models/gateway_update_migration.rb +383 -0
  99. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
  100. data/lib/akeyless/models/get_secret_value.rb +10 -1
  101. data/lib/akeyless/models/hashi_payload.rb +10 -1
  102. data/lib/akeyless/models/item.rb +10 -1
  103. data/lib/akeyless/models/item_general_info.rb +22 -4
  104. data/lib/akeyless/models/list_targets.rb +13 -1
  105. data/lib/akeyless/models/log_forwarding_config_part.rb +1 -10
  106. data/lib/akeyless/models/producer.rb +10 -1
  107. data/lib/akeyless/models/regexp_tokenizer_info.rb +251 -0
  108. data/lib/akeyless/models/rotate_secret.rb +245 -0
  109. data/lib/akeyless/models/rotated_secret_output.rb +219 -0
  110. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  111. data/lib/akeyless/models/target_type_details_input.rb +59 -1
  112. data/lib/akeyless/models/tokenize.rb +271 -0
  113. data/lib/akeyless/models/tokenize_output.rb +228 -0
  114. data/lib/akeyless/models/tokenizer_info.rb +219 -0
  115. data/lib/akeyless/models/update_auth_method.rb +0 -2
  116. data/lib/akeyless/models/update_auth_method_awsiam.rb +0 -2
  117. data/lib/akeyless/models/update_auth_method_azure_ad.rb +0 -2
  118. data/lib/akeyless/models/update_auth_method_cert.rb +0 -2
  119. data/lib/akeyless/models/update_auth_method_gcp.rb +0 -2
  120. data/lib/akeyless/models/update_auth_method_k8_s.rb +0 -2
  121. data/lib/akeyless/models/update_auth_method_ldap.rb +0 -2
  122. data/lib/akeyless/models/update_auth_method_o_auth2.rb +0 -2
  123. data/lib/akeyless/models/update_auth_method_oidc.rb +0 -2
  124. data/lib/akeyless/models/update_auth_method_saml.rb +0 -2
  125. data/lib/akeyless/models/update_auth_method_universal_identity.rb +0 -2
  126. data/lib/akeyless/models/update_rotated_secret.rb +153 -1
  127. data/lib/akeyless/models/update_salesforce_target.rb +404 -0
  128. data/lib/akeyless/models/update_salesforce_target_output.rb +219 -0
  129. data/lib/akeyless/models/update_tokenizer.rb +382 -0
  130. data/lib/akeyless/models/update_tokenizer_output.rb +219 -0
  131. data/lib/akeyless/models/vaultless_tokenizer_info.rb +267 -0
  132. data/lib/akeyless/version.rb +1 -1
  133. data/lib/akeyless.rb +26 -0
  134. data/spec/models/create_salesforce_target_output_spec.rb +34 -0
  135. data/spec/models/create_salesforce_target_spec.rb +106 -0
  136. data/spec/models/create_tokenizer_output_spec.rb +34 -0
  137. data/spec/models/create_tokenizer_spec.rb +106 -0
  138. data/spec/models/detokenize_output_spec.rb +34 -0
  139. data/spec/models/detokenize_spec.rb +58 -0
  140. data/spec/models/email_tokenizer_info_spec.rb +46 -0
  141. data/spec/models/gateway_create_migration_spec.rb +130 -0
  142. data/spec/models/gateway_delete_migration_spec.rb +46 -0
  143. data/spec/models/gateway_get_migration_spec.rb +46 -0
  144. data/spec/models/gateway_migration_create_output_spec.rb +34 -0
  145. data/spec/models/gateway_migration_delete_output_spec.rb +34 -0
  146. data/spec/models/gateway_migration_get_output_spec.rb +34 -0
  147. data/spec/models/gateway_migration_update_output_spec.rb +34 -0
  148. data/spec/models/gateway_update_migration_spec.rb +136 -0
  149. data/spec/models/regexp_tokenizer_info_spec.rb +52 -0
  150. data/spec/models/rotate_secret_spec.rb +46 -0
  151. data/spec/models/rotated_secret_output_spec.rb +34 -0
  152. data/spec/models/tokenize_output_spec.rb +40 -0
  153. data/spec/models/tokenize_spec.rb +58 -0
  154. data/spec/models/tokenizer_info_spec.rb +34 -0
  155. data/spec/models/update_salesforce_target_output_spec.rb +34 -0
  156. data/spec/models/update_salesforce_target_spec.rb +124 -0
  157. data/spec/models/update_tokenizer_output_spec.rb +34 -0
  158. data/spec/models/update_tokenizer_spec.rb +118 -0
  159. data/spec/models/vaultless_tokenizer_info_spec.rb +64 -0
  160. metadata +563 -459
@@ -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
+
@@ -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
+
@@ -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/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
+
@@ -7,6 +7,7 @@
7
7
  | **auth_creds** | **String** | Temporary credentials for accessing Auth | [optional] |
8
8
  | **expiry** | **Integer** | Credentials expiration date | [optional] |
9
9
  | **kfm_creds** | **String** | Temporary credentials for accessing the KFMs instances | [optional] |
10
+ | **token** | **String** | Credentials tmp token | [optional] |
10
11
  | **uam_creds** | **String** | Temporary credentials for accessing the UAM service | [optional] |
11
12
 
12
13
  ## Example
@@ -18,6 +19,7 @@ instance = Akeyless::SystemAccessCredentialsReplyObj.new(
18
19
  auth_creds: null,
19
20
  expiry: null,
20
21
  kfm_creds: null,
22
+ token: null,
21
23
  uam_creds: null
22
24
  )
23
25
  ```
@@ -14,12 +14,16 @@
14
14
  | **azure_client_id** | **String** | | [optional] |
15
15
  | **azure_client_secret** | **String** | | [optional] |
16
16
  | **azure_tenant_id** | **String** | | [optional] |
17
+ | **ca_cert_data** | **Array<Integer>** | CACertData is the rsa 4096 certificate data in PEM format | [optional] |
18
+ | **ca_cert_name** | **String** | CACertName is the name of the certificate in SalesForce tenant | [optional] |
17
19
  | **chef_server_host_name** | **String** | | [optional] |
18
20
  | **chef_server_key** | **String** | | [optional] |
19
21
  | **chef_server_port** | **String** | | [optional] |
20
22
  | **chef_server_url** | **String** | | [optional] |
21
23
  | **chef_server_username** | **String** | | [optional] |
22
24
  | **chef_skip_ssl** | **Boolean** | | [optional] |
25
+ | **client_id** | **String** | | [optional] |
26
+ | **client_secret** | **String** | | [optional] |
23
27
  | **db_host_name** | **String** | | [optional] |
24
28
  | **db_name** | **String** | | [optional] |
25
29
  | **db_port** | **String** | | [optional] |
@@ -72,9 +76,11 @@
72
76
  | **rabbitmq_server_password** | **String** | | [optional] |
73
77
  | **rabbitmq_server_uri** | **String** | | [optional] |
74
78
  | **rabbitmq_server_user** | **String** | | [optional] |
79
+ | **security_token** | **String** | | [optional] |
75
80
  | **sf_account** | **String** | | [optional] |
76
81
  | **ssl_connection_certificate** | **String** | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
77
82
  | **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
83
+ | **tenant_url** | **String** | | [optional] |
78
84
  | **url** | **String** | | [optional] |
79
85
  | **use_gw_cloud_identity** | **Boolean** | | [optional] |
80
86
  | **user_name** | **String** | | [optional] |
@@ -102,12 +108,16 @@ instance = Akeyless::TargetTypeDetailsInput.new(
102
108
  azure_client_id: null,
103
109
  azure_client_secret: null,
104
110
  azure_tenant_id: null,
111
+ ca_cert_data: null,
112
+ ca_cert_name: null,
105
113
  chef_server_host_name: null,
106
114
  chef_server_key: null,
107
115
  chef_server_port: null,
108
116
  chef_server_url: null,
109
117
  chef_server_username: null,
110
118
  chef_skip_ssl: null,
119
+ client_id: null,
120
+ client_secret: null,
111
121
  db_host_name: null,
112
122
  db_name: null,
113
123
  db_port: null,
@@ -160,9 +170,11 @@ instance = Akeyless::TargetTypeDetailsInput.new(
160
170
  rabbitmq_server_password: null,
161
171
  rabbitmq_server_uri: null,
162
172
  rabbitmq_server_user: null,
173
+ security_token: null,
163
174
  sf_account: null,
164
175
  ssl_connection_certificate: null,
165
176
  ssl_connection_mode: null,
177
+ tenant_url: null,
166
178
  url: null,
167
179
  use_gw_cloud_identity: null,
168
180
  user_name: null,
data/docs/Tokenize.md ADDED
@@ -0,0 +1,26 @@
1
+ # Akeyless::Tokenize
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **plaintext** | **String** | Data to be encrypted | |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **tokenizer_name** | **String** | The name of the tokenizer to use in the encryption 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::Tokenize.new(
19
+ plaintext: null,
20
+ token: null,
21
+ tokenizer_name: null,
22
+ tweak: null,
23
+ uid_token: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::TokenizeOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **result** | **String** | | [optional] |
8
+ | **tweak** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::TokenizeOutput.new(
16
+ result: null,
17
+ tweak: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::TokenizerInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **vaultless_tokenizer_info** | [**VaultlessTokenizerInfo**](VaultlessTokenizerInfo.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::TokenizerInfo.new(
15
+ vaultless_tokenizer_info: null
16
+ )
17
+ ```
18
+
@@ -7,7 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
9
9
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
10
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
10
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
11
11
  | **name** | **String** | Auth Method name | |
12
12
  | **new_name** | **String** | Auth Method new name | [optional] |
13
13
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -14,7 +14,7 @@
14
14
  | **bound_user_id** | **Array<String>** | A list of full user ids that the access is restricted to | [optional] |
15
15
  | **bound_user_name** | **Array<String>** | A list of full user-name that the access is restricted to | [optional] |
16
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
17
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
17
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
18
18
  | **name** | **String** | Auth Method name | |
19
19
  | **new_name** | **String** | Auth Method new name | [optional] |
20
20
  | **sts_url** | **String** | sts URL | [optional][default to 'https://sts.amazonaws.com'] |
@@ -19,7 +19,7 @@
19
19
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
20
20
  | **issuer** | **String** | Issuer URL | [optional][default to 'https://sts.windows.net/---bound_tenant_id---'] |
21
21
  | **jwks_uri** | **String** | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional][default to 'https://login.microsoftonline.com/common/discovery/keys'] |
22
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
22
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
23
23
  | **name** | **String** | Auth Method name | |
24
24
  | **new_name** | **String** | Auth Method new name | [optional] |
25
25
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -14,7 +14,7 @@
14
14
  | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
15
15
  | **certificate_data** | **String** | The certificate data in base64, if no file was provided | [optional] |
16
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
17
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
17
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
18
18
  | **name** | **String** | Auth Method name | |
19
19
  | **new_name** | **String** | Auth Method new name | [optional] |
20
20
  | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
@@ -13,7 +13,7 @@
13
13
  | **bound_service_accounts** | **Array<String>** | List of service accounts the service account must be part of in order to be authenticated. | [optional] |
14
14
  | **bound_zones** | **Array<String>** | === Machine authentication section === List of zones that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a zonal group and the group must belong to this zone. | [optional] |
15
15
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
16
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
16
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
17
17
  | **name** | **String** | Auth Method name | |
18
18
  | **new_name** | **String** | Auth Method new name | [optional] |
19
19
  | **service_account_creds_data** | **String** | ServiceAccount credentials data instead of giving a file path, base64 encoded | [optional] |
@@ -12,7 +12,7 @@
12
12
  | **bound_sa_names** | **Array<String>** | A list of service account names that the access is restricted to | [optional] |
13
13
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
14
14
  | **gen_key** | **String** | If this flag is set to true, there is no need to manually provide a public key for the Kubernetes Auth Method, and instead, a key pair, will be generated as part of the command and the private part of the key will be returned (the private key is required for the K8S Auth Config in the Akeyless Gateway) | [optional][default to 'true'] |
15
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
15
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
16
16
  | **name** | **String** | Auth Method name | |
17
17
  | **new_name** | **String** | Auth Method new name | [optional] |
18
18
  | **public_key** | **String** | Base64-encoded public key text for K8S authentication method is required [RSA2048] | [optional] |