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
@@ -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
  ```
data/docs/Target.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **attributes** | **Hash<String, Object>** | this is not \"omitempty\" since an empty value causes no update while an empty map will clear the attributes | [optional] |
7
8
  | **client_permissions** | **Array<String>** | | [optional] |
8
9
  | **comment** | **String** | | [optional] |
9
10
  | **last_version** | **Integer** | | [optional] |
@@ -21,6 +22,7 @@
21
22
  require 'akeyless'
22
23
 
23
24
  instance = Akeyless::Target.new(
25
+ attributes: null,
24
26
  client_permissions: null,
25
27
  comment: null,
26
28
  last_version: null,
@@ -13,13 +13,20 @@
13
13
  | **aws_session_token** | **String** | | [optional] |
14
14
  | **azure_client_id** | **String** | | [optional] |
15
15
  | **azure_client_secret** | **String** | | [optional] |
16
+ | **azure_resource_group_name** | **String** | | [optional] |
17
+ | **azure_resource_name** | **String** | | [optional] |
18
+ | **azure_subscription_id** | **String** | | [optional] |
16
19
  | **azure_tenant_id** | **String** | | [optional] |
20
+ | **ca_cert_data** | **Array<Integer>** | CACertData is the rsa 4096 certificate data in PEM format | [optional] |
21
+ | **ca_cert_name** | **String** | CACertName is the name of the certificate in SalesForce tenant | [optional] |
17
22
  | **chef_server_host_name** | **String** | | [optional] |
18
23
  | **chef_server_key** | **String** | | [optional] |
19
24
  | **chef_server_port** | **String** | | [optional] |
20
25
  | **chef_server_url** | **String** | | [optional] |
21
26
  | **chef_server_username** | **String** | | [optional] |
22
27
  | **chef_skip_ssl** | **Boolean** | | [optional] |
28
+ | **client_id** | **String** | | [optional] |
29
+ | **client_secret** | **String** | | [optional] |
23
30
  | **db_host_name** | **String** | | [optional] |
24
31
  | **db_name** | **String** | | [optional] |
25
32
  | **db_port** | **String** | | [optional] |
@@ -72,9 +79,11 @@
72
79
  | **rabbitmq_server_password** | **String** | | [optional] |
73
80
  | **rabbitmq_server_uri** | **String** | | [optional] |
74
81
  | **rabbitmq_server_user** | **String** | | [optional] |
82
+ | **security_token** | **String** | | [optional] |
75
83
  | **sf_account** | **String** | | [optional] |
76
84
  | **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
85
  | **ssl_connection_mode** | **Boolean** | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
86
+ | **tenant_url** | **String** | | [optional] |
78
87
  | **url** | **String** | | [optional] |
79
88
  | **use_gw_cloud_identity** | **Boolean** | | [optional] |
80
89
  | **user_name** | **String** | | [optional] |
@@ -101,13 +110,20 @@ instance = Akeyless::TargetTypeDetailsInput.new(
101
110
  aws_session_token: null,
102
111
  azure_client_id: null,
103
112
  azure_client_secret: null,
113
+ azure_resource_group_name: null,
114
+ azure_resource_name: null,
115
+ azure_subscription_id: null,
104
116
  azure_tenant_id: null,
117
+ ca_cert_data: null,
118
+ ca_cert_name: null,
105
119
  chef_server_host_name: null,
106
120
  chef_server_key: null,
107
121
  chef_server_port: null,
108
122
  chef_server_url: null,
109
123
  chef_server_username: null,
110
124
  chef_skip_ssl: null,
125
+ client_id: null,
126
+ client_secret: null,
111
127
  db_host_name: null,
112
128
  db_name: null,
113
129
  db_port: null,
@@ -160,9 +176,11 @@ instance = Akeyless::TargetTypeDetailsInput.new(
160
176
  rabbitmq_server_password: null,
161
177
  rabbitmq_server_uri: null,
162
178
  rabbitmq_server_user: null,
179
+ security_token: null,
163
180
  sf_account: null,
164
181
  ssl_connection_certificate: null,
165
182
  ssl_connection_mode: null,
183
+ tenant_url: null,
166
184
  url: null,
167
185
  use_gw_cloud_identity: null,
168
186
  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] |
@@ -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
  | **public_key_data** | **String** | A public key generated for LDAP authentication method on Akeyless in base64 format [RSA2048] | [optional] |
@@ -11,7 +11,7 @@
11
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
12
  | **issuer** | **String** | Issuer URL | [optional] |
13
13
  | **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. | |
14
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
14
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
15
15
  | **name** | **String** | Auth Method name | |
16
16
  | **new_name** | **String** | Auth Method new name | [optional] |
17
17
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -11,7 +11,7 @@
11
11
  | **client_secret** | **String** | Client Secret | [optional] |
12
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
13
13
  | **issuer** | **String** | Issuer URL | [optional] |
14
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
14
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
15
15
  | **name** | **String** | Auth Method name | |
16
16
  | **new_name** | **String** | Auth Method new name | [optional] |
17
17
  | **required_scopes** | **Array<String>** | RequiredScopes is a list of required scopes that the oidc method will request from the oidc provider and the user must approve | [optional] |
@@ -10,7 +10,7 @@
10
10
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
11
11
  | **idp_metadata_url** | **String** | IDP metadata url | [optional] |
12
12
  | **idp_metadata_xml_data** | **String** | IDP metadata xml data | [optional] |
13
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
13
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
14
14
  | **name** | **String** | Auth Method name | |
15
15
  | **new_name** | **String** | Auth Method new name | [optional] |
16
16
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -9,7 +9,7 @@
9
9
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
10
10
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
11
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
12
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
13
13
  | **name** | **String** | Auth Method name | |
14
14
  | **new_name** | **String** | Auth Method new name | [optional] |
15
15
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -11,6 +11,9 @@
11
11
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
12
12
  | **name** | **String** | Target name | |
13
13
  | **new_name** | **String** | New target name | [optional] |
14
+ | **resource_group_name** | **String** | The Resource Group name in your Azure subscription | [optional] |
15
+ | **resource_name** | **String** | The name of the relevant Resource | [optional] |
16
+ | **subscription_id** | **String** | Azure Subscription Id | [optional] |
14
17
  | **tenant_id** | **String** | | [optional] |
15
18
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
16
19
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -30,6 +33,9 @@ instance = Akeyless::UpdateAzureTarget.new(
30
33
  key: null,
31
34
  name: null,
32
35
  new_name: null,
36
+ resource_group_name: null,
37
+ resource_name: null,
38
+ subscription_id: null,
33
39
  tenant_id: null,
34
40
  token: null,
35
41
  uid_token: null,
@@ -0,0 +1,42 @@
1
+ # Akeyless::UpdateLdapTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bind_dn** | **String** | | [optional] |
8
+ | **bind_dn_password** | **String** | | [optional] |
9
+ | **comment** | **String** | Comment about the target | [optional] |
10
+ | **keep_prev_version** | **String** | | [optional] |
11
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
12
+ | **ldap_ca_cert** | **String** | | [optional] |
13
+ | **ldap_url** | **String** | | [optional] |
14
+ | **name** | **String** | Target name | |
15
+ | **new_name** | **String** | New target name | [optional] |
16
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
17
+ | **token_expiration** | **String** | | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+ | **update_version** | **Boolean** | Deprecated | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'akeyless'
25
+
26
+ instance = Akeyless::UpdateLdapTarget.new(
27
+ bind_dn: null,
28
+ bind_dn_password: null,
29
+ comment: null,
30
+ keep_prev_version: null,
31
+ key: null,
32
+ ldap_ca_cert: null,
33
+ ldap_url: null,
34
+ name: null,
35
+ new_name: null,
36
+ token: null,
37
+ token_expiration: null,
38
+ uid_token: null,
39
+ update_version: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,40 @@
1
+ # Akeyless::UpdateLdapTargetDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bind_dn** | **String** | | [optional] |
8
+ | **bind_dn_password** | **String** | | [optional] |
9
+ | **keep_prev_version** | **String** | | [optional] |
10
+ | **key** | **String** | | [optional] |
11
+ | **ldap_ca_cert** | **String** | | [optional] |
12
+ | **ldap_url** | **String** | | [optional] |
13
+ | **name** | **String** | Target name | |
14
+ | **new_version** | **Boolean** | Deprecated | [optional] |
15
+ | **protection_key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
16
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
17
+ | **token_expiration** | **String** | | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::UpdateLdapTargetDetails.new(
26
+ bind_dn: null,
27
+ bind_dn_password: null,
28
+ keep_prev_version: null,
29
+ key: null,
30
+ ldap_ca_cert: null,
31
+ ldap_url: null,
32
+ name: null,
33
+ new_version: null,
34
+ protection_key: null,
35
+ token: null,
36
+ token_expiration: null,
37
+ uid_token: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateLdapTargetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **target_id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::UpdateLdapTargetOutput.new(
15
+ target_id: null
16
+ )
17
+ ```
18
+
@@ -8,6 +8,7 @@
8
8
  | **api_id** | **String** | | [optional] |
9
9
  | **api_key** | **String** | | [optional] |
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
11
+ | **aws_region** | **String** | Region (used in aws) | [optional][default to 'us-east-2'] |
11
12
  | **custom_payload** | **String** | | [optional] |
12
13
  | **keep_prev_version** | **String** | | [optional] |
13
14
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -22,8 +23,22 @@
22
23
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (7-365) | [optional] |
23
24
  | **rotator_creds_type** | **String** | | [optional] |
24
25
  | **rotator_custom_cmd** | **String** | | [optional] |
26
+ | **secure_access_allow_external_user** | **Boolean** | Secure Access Allow Providing External User (used in ssh) | [optional][default to false] |
27
+ | **secure_access_aws_account_id** | **String** | Secure Access Account Id (used in aws) | [optional] |
28
+ | **secure_access_aws_native_cli** | **Boolean** | Secure Access Aws Native Cli (used in aws) | [optional] |
29
+ | **secure_access_bastion_issuer** | **String** | Secure Access Bastion Issuer | [optional] |
30
+ | **secure_access_db_name** | **String** | Secure Access DB Name (used in data bases) | [optional] |
31
+ | **secure_access_db_schema** | **String** | Secure Access Schema (used in mssql, postgresql) | [optional] |
32
+ | **secure_access_enable** | **String** | Secure Access Enabled | [optional] |
33
+ | **secure_access_host** | **Array<String>** | Secure Access Host | [optional] |
34
+ | **secure_access_rdp_domain** | **String** | Secure Access Domain (used in ssh) | [optional] |
35
+ | **secure_access_rdp_user** | **String** | Secure Access Override User (used in ssh) | [optional] |
36
+ | **secure_access_web** | **Boolean** | Secure Access Web | [optional][default to false] |
37
+ | **secure_access_web_browsing** | **Boolean** | Secure Access Isolated (used in aws, azure) | [optional][default to false] |
38
+ | **secure_access_web_proxy** | **Boolean** | Secure Access Web Proxy (used in aws, azure) | [optional][default to false] |
25
39
  | **ssh_password** | **String** | Deprecated: use RotatedPassword | [optional] |
26
40
  | **ssh_username** | **String** | Deprecated: use RotatedUser | [optional] |
41
+ | **storage_account_key_name** | **String** | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] | [optional] |
27
42
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
28
43
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
29
44
 
@@ -37,6 +52,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
37
52
  api_id: null,
38
53
  api_key: null,
39
54
  auto_rotate: null,
55
+ aws_region: null,
40
56
  custom_payload: null,
41
57
  keep_prev_version: null,
42
58
  key: null,
@@ -51,8 +67,22 @@ instance = Akeyless::UpdateRotatedSecret.new(
51
67
  rotation_interval: null,
52
68
  rotator_creds_type: null,
53
69
  rotator_custom_cmd: null,
70
+ secure_access_allow_external_user: null,
71
+ secure_access_aws_account_id: null,
72
+ secure_access_aws_native_cli: null,
73
+ secure_access_bastion_issuer: null,
74
+ secure_access_db_name: null,
75
+ secure_access_db_schema: null,
76
+ secure_access_enable: null,
77
+ secure_access_host: null,
78
+ secure_access_rdp_domain: null,
79
+ secure_access_rdp_user: null,
80
+ secure_access_web: null,
81
+ secure_access_web_browsing: null,
82
+ secure_access_web_proxy: null,
54
83
  ssh_password: null,
55
84
  ssh_username: null,
85
+ storage_account_key_name: null,
56
86
  token: null,
57
87
  uid_token: null
58
88
  )
@@ -0,0 +1,48 @@
1
+ # Akeyless::UpdateSalesforceTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_cert_data** | **String** | Base64 encoded PEM cert to use when uploading a new key to Salesforce | [optional] |
8
+ | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
9
+ | **client_id** | **String** | Client ID of the oauth2 app to use for connecting to Salesforce | |
10
+ | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce | |
11
+ | **comment** | **String** | Comment about the target | [optional] |
12
+ | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
13
+ | **keep_prev_version** | **String** | | [optional] |
14
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_name** | **String** | New target name | [optional] |
17
+ | **password** | **String** | The password of the user attached to the oauth2 app used for connecting to Salesforce | |
18
+ | **security_token** | **String** | The security token of the user attached to the oauth2 app used for connecting to Salesforce | |
19
+ | **tenant_url** | **String** | Url of the Salesforce tenant | |
20
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
21
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
22
+ | **update_version** | **Boolean** | Deprecated | [optional] |
23
+
24
+ ## Example
25
+
26
+ ```ruby
27
+ require 'akeyless'
28
+
29
+ instance = Akeyless::UpdateSalesforceTarget.new(
30
+ ca_cert_data: null,
31
+ ca_cert_name: null,
32
+ client_id: null,
33
+ client_secret: null,
34
+ comment: null,
35
+ email: null,
36
+ keep_prev_version: null,
37
+ key: null,
38
+ name: null,
39
+ new_name: null,
40
+ password: null,
41
+ security_token: null,
42
+ tenant_url: null,
43
+ token: null,
44
+ uid_token: null,
45
+ update_version: null
46
+ )
47
+ ```
48
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateSalesforceTargetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **target_id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::UpdateSalesforceTargetOutput.new(
15
+ target_id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,46 @@
1
+ # Akeyless::UpdateTokenizer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
+ | **alphabet** | **String** | Alphabet to use in regexp vaultless tokenization | [optional] |
9
+ | **decryption_template** | **String** | The Decryption output template to use in regexp vaultless tokenization | [optional] |
10
+ | **encryption_key_name** | **String** | AES key name to use in vaultless tokenization | [optional] |
11
+ | **encryption_template** | **String** | The Encryption output template to use in regexp vaultless tokenization | [optional] |
12
+ | **name** | **String** | Current item name | |
13
+ | **new_metadata** | **String** | New item metadata | [optional][default to 'default_metadata'] |
14
+ | **new_name** | **String** | New item name | [optional] |
15
+ | **pattern** | **String** | Pattern to use in regexp vaultless tokenization | [optional] |
16
+ | **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
17
+ | **template_type** | **String** | Which template type this tokenizer is used for [SSN,CreditCard,USPhoneNumber,Email,Regexp] | |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **tokenizer_type** | **String** | Tokenizer type | |
20
+ | **tweak_type** | **String** | The tweak type to use in vaultless tokenization [Supplied, Generated, Internal, Masking] | [optional] |
21
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'akeyless'
27
+
28
+ instance = Akeyless::UpdateTokenizer.new(
29
+ add_tag: null,
30
+ alphabet: null,
31
+ decryption_template: null,
32
+ encryption_key_name: null,
33
+ encryption_template: null,
34
+ name: null,
35
+ new_metadata: null,
36
+ new_name: null,
37
+ pattern: null,
38
+ rm_tag: null,
39
+ template_type: null,
40
+ token: null,
41
+ tokenizer_type: null,
42
+ tweak_type: null,
43
+ uid_token: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateTokenizerOutput
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::UpdateTokenizerOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+