akeyless 2.16.11 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/AccountGeneralSettings.md +20 -0
  4. data/docs/CreateArtifactoryTarget.md +1 -1
  5. data/docs/CreateAuthMethodK8S.md +2 -2
  6. data/docs/CreateAuthMethodLDAP.md +3 -1
  7. data/docs/CreateAuthMethodLDAPOutput.md +3 -1
  8. data/docs/CreateKeyOutput.md +5 -1
  9. data/docs/CreateLdapTarget.md +2 -0
  10. data/docs/CreatePKICertIssuer.md +5 -5
  11. data/docs/CreateSSHCertIssuer.md +1 -1
  12. data/docs/CreateSalesforceTarget.md +7 -3
  13. data/docs/CreateSecret.md +11 -19
  14. data/docs/DSProducerDetails.md +2 -0
  15. data/docs/DataProtectionSection.md +18 -0
  16. data/docs/Decrypt.md +3 -1
  17. data/docs/DecryptFile.md +6 -0
  18. data/docs/DecryptPKCS1.md +5 -1
  19. data/docs/DeleteItem.md +2 -2
  20. data/docs/DescribeItem.md +4 -0
  21. data/docs/DescribeSubClaims.md +20 -0
  22. data/docs/DescribeSubClaimsOutput.md +18 -0
  23. data/docs/Encrypt.md +3 -1
  24. data/docs/EncryptFile.md +4 -0
  25. data/docs/EncryptPKCS1.md +5 -1
  26. data/docs/GatewayCreateK8SAuthConfig.md +10 -4
  27. data/docs/GatewayCreateProducerDockerhub.md +1 -1
  28. data/docs/GatewayGetK8SAuthConfigOutput.md +7 -1
  29. data/docs/GatewayRevokeTmpUsers.md +4 -2
  30. data/docs/GatewayUpdateK8SAuthConfig.md +10 -4
  31. data/docs/GatewayUpdateLdapAuthConfig.md +2 -2
  32. data/docs/GatewayUpdateProducerDockerhub.md +1 -1
  33. data/docs/GetAccountSettingsCommandOutput.md +2 -0
  34. data/docs/GetSecretValue.md +2 -2
  35. data/docs/Item.md +2 -0
  36. data/docs/K8SAuth.md +7 -1
  37. data/docs/KubernetesAccessRules.md +2 -0
  38. data/docs/LDAPAccessRules.md +2 -0
  39. data/docs/ListItems.md +2 -2
  40. data/docs/LogForwardingConfigPart.md +2 -0
  41. data/docs/RuleAssigner.md +20 -0
  42. data/docs/SignPKCS1.md +5 -1
  43. data/docs/TargetTypeDetailsInput.md +5 -1
  44. data/docs/UpdateAccountSettings.md +13 -1
  45. data/docs/UpdateAuthMethodK8S.md +2 -2
  46. data/docs/UpdateAuthMethodLDAP.md +3 -1
  47. data/docs/UpdateAuthMethodLDAPOutput.md +18 -0
  48. data/docs/UpdateItem.md +2 -2
  49. data/docs/UpdateLdapTarget.md +2 -0
  50. data/docs/UpdateSalesforceTarget.md +7 -3
  51. data/docs/UpdateSecretVal.md +11 -9
  52. data/docs/V2Api.md +46 -109
  53. data/docs/VerifyPKCS1.md +4 -0
  54. data/lib/akeyless/api/v2_api.rb +43 -107
  55. data/lib/akeyless/models/account_general_settings.rb +229 -0
  56. data/lib/akeyless/models/create_artifactory_target.rb +1 -1
  57. data/lib/akeyless/models/create_auth_method_k8_s.rb +2 -2
  58. data/lib/akeyless/models/create_auth_method_ldap.rb +14 -2
  59. data/lib/akeyless/models/create_auth_method_ldap_output.rb +13 -4
  60. data/lib/akeyless/models/create_key_output.rb +22 -4
  61. data/lib/akeyless/models/create_ldap_target.rb +13 -1
  62. data/lib/akeyless/models/create_pki_cert_issuer.rb +5 -5
  63. data/lib/akeyless/models/create_salesforce_target.rb +29 -19
  64. data/lib/akeyless/models/create_secret.rb +50 -90
  65. data/lib/akeyless/models/create_ssh_cert_issuer.rb +1 -1
  66. data/lib/akeyless/models/data_protection_section.rb +220 -0
  67. data/lib/akeyless/models/decrypt.rb +16 -1
  68. data/lib/akeyless/models/decrypt_file.rb +36 -1
  69. data/lib/akeyless/models/decrypt_pkcs1.rb +22 -2
  70. data/lib/akeyless/models/delete_item.rb +11 -11
  71. data/lib/akeyless/models/describe_item.rb +21 -1
  72. data/lib/akeyless/models/describe_sub_claims.rb +231 -0
  73. data/lib/akeyless/models/describe_sub_claims_output.rb +221 -0
  74. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  75. data/lib/akeyless/models/encrypt.rb +16 -1
  76. data/lib/akeyless/models/encrypt_file.rb +21 -1
  77. data/lib/akeyless/models/encrypt_pkcs1.rb +22 -2
  78. data/lib/akeyless/models/gateway_create_k8_s_auth_config.rb +38 -4
  79. data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +1 -1
  80. data/lib/akeyless/models/gateway_get_k8_s_auth_config_output.rb +32 -2
  81. data/lib/akeyless/models/gateway_revoke_tmp_users.rb +14 -2
  82. data/lib/akeyless/models/gateway_update_k8_s_auth_config.rb +38 -4
  83. data/lib/akeyless/models/gateway_update_ldap_auth_config.rb +2 -2
  84. data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +1 -1
  85. data/lib/akeyless/models/get_account_settings_command_output.rb +10 -1
  86. data/lib/akeyless/models/get_secret_value.rb +7 -7
  87. data/lib/akeyless/models/item.rb +10 -1
  88. data/lib/akeyless/models/k8_s_auth.rb +32 -2
  89. data/lib/akeyless/models/kubernetes_access_rules.rb +11 -1
  90. data/lib/akeyless/models/ldap_access_rules.rb +11 -1
  91. data/lib/akeyless/models/list_items.rb +11 -11
  92. data/lib/akeyless/models/log_forwarding_config_part.rb +10 -1
  93. data/lib/akeyless/models/rule_assigner.rb +228 -0
  94. data/lib/akeyless/models/sign_pkcs1.rb +21 -6
  95. data/lib/akeyless/models/target_type_details_input.rb +23 -1
  96. data/lib/akeyless/models/update_account_settings.rb +64 -4
  97. data/lib/akeyless/models/update_auth_method_k8_s.rb +2 -4
  98. data/lib/akeyless/models/update_auth_method_ldap.rb +12 -2
  99. data/lib/akeyless/models/update_auth_method_ldap_output.rb +219 -0
  100. data/lib/akeyless/models/update_item.rb +11 -11
  101. data/lib/akeyless/models/update_ldap_target.rb +11 -1
  102. data/lib/akeyless/models/update_salesforce_target.rb +29 -19
  103. data/lib/akeyless/models/update_secret_val.rb +52 -42
  104. data/lib/akeyless/models/verify_pkcs1.rb +21 -1
  105. data/lib/akeyless/version.rb +1 -1
  106. data/lib/akeyless.rb +6 -4
  107. data/spec/models/account_general_settings_spec.rb +34 -0
  108. data/spec/models/data_protection_section_spec.rb +34 -0
  109. data/spec/models/describe_sub_claims_output_spec.rb +34 -0
  110. data/spec/models/describe_sub_claims_spec.rb +40 -0
  111. data/spec/models/rule_assigner_spec.rb +40 -0
  112. data/spec/models/update_auth_method_ldap_output_spec.rb +34 -0
  113. metadata +525 -501
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f0dbdbd2337cb13f1ba968430346cefa59945c484df36b8c10b7212e9aef5a0
4
- data.tar.gz: b3e35d9675ed8467b3e3d1bdfdc8a9325098ef66726048f419aceb4a09733100
3
+ metadata.gz: 256570f25ae7fd5412f270acc5ce72a8fc7e5510e65319166366de2cb4eeb470
4
+ data.tar.gz: '0339c97c8a1115d8e7c4483bfdbc76c5b6b450d02f0648b7e87b8994469d6dd6'
5
5
  SHA512:
6
- metadata.gz: f1b49d7be872510a3d558bd181c0811a3a3720a388b69fa82ecc56851f23ecd6494e091a638e5866b1112618c981fc9b46c90bca06af2b826c07ce398e4a00f1
7
- data.tar.gz: 40174980dff6a353023e0e815f21f5cdb208db59a2776f0a274583a1b225cea024da4830add88cfc93777ca16b595fbfd5f8bbd0ace6306baefe49aa8ac168d2
6
+ metadata.gz: 7d87c2a2c1e5a2e0d75fbdd3260cea74d78d99b4535023af18d8fa7769ff281debd6bf67e130ce22ac92dc9b7fe0bf5bf0a6aa438da4fa8281e38002996e933f
7
+ data.tar.gz: 96f4266b8435555eccad1e1d51b27726fed515ed2c6a4eed720710e7997b45b75d7190ad214102eb67e55ab3096830e29b62013bcdd3aaa2884b038c4810a544
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0
10
- - Package version: 2.16.11
10
+ - Package version: 2.18.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -117,9 +117,9 @@ Class | Method | HTTP request | Description
117
117
  *Akeyless::V2Api* | [**delete_targets**](docs/V2Api.md#delete_targets) | **POST** /delete-targets |
118
118
  *Akeyless::V2Api* | [**describe_item**](docs/V2Api.md#describe_item) | **POST** /describe-item |
119
119
  *Akeyless::V2Api* | [**describe_permissions**](docs/V2Api.md#describe_permissions) | **POST** /describe-permissions |
120
+ *Akeyless::V2Api* | [**describe_sub_claims**](docs/V2Api.md#describe_sub_claims) | **POST** /describe-sub-claims |
120
121
  *Akeyless::V2Api* | [**detokenize**](docs/V2Api.md#detokenize) | **POST** /detokenize |
121
122
  *Akeyless::V2Api* | [**encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt |
122
- *Akeyless::V2Api* | [**encrypt_pkcs1**](docs/V2Api.md#encrypt_pkcs1) | **POST** /encrypt-pkcs1 |
123
123
  *Akeyless::V2Api* | [**encrypt_with_classic_key**](docs/V2Api.md#encrypt_with_classic_key) | **POST** /encrypt-with-classic-key |
124
124
  *Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
125
125
  *Akeyless::V2Api* | [**gateway_create_migration**](docs/V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration |
@@ -139,7 +139,7 @@ Class | Method | HTTP request | Description
139
139
  *Akeyless::V2Api* | [**gateway_create_producer_mongo**](docs/V2Api.md#gateway_create_producer_mongo) | **POST** /gateway-create-producer-mongo |
140
140
  *Akeyless::V2Api* | [**gateway_create_producer_mssql**](docs/V2Api.md#gateway_create_producer_mssql) | **POST** /gateway-create-producer-mssql |
141
141
  *Akeyless::V2Api* | [**gateway_create_producer_my_sql**](docs/V2Api.md#gateway_create_producer_my_sql) | **POST** /gateway-create-producer-mysql |
142
- *Akeyless::V2Api* | [**gateway_create_producer_native_k8_s**](docs/V2Api.md#gateway_create_producer_native_k8_s) | **POST** /gateway-create-producer-k8s-native |
142
+ *Akeyless::V2Api* | [**gateway_create_producer_native_k8_s**](docs/V2Api.md#gateway_create_producer_native_k8_s) | **POST** /gateway-create-producer-k8s |
143
143
  *Akeyless::V2Api* | [**gateway_create_producer_oracle_db**](docs/V2Api.md#gateway_create_producer_oracle_db) | **POST** /gateway-create-producer-oracle |
144
144
  *Akeyless::V2Api* | [**gateway_create_producer_postgre_sql**](docs/V2Api.md#gateway_create_producer_postgre_sql) | **POST** /gateway-create-producer-postgresql |
145
145
  *Akeyless::V2Api* | [**gateway_create_producer_rabbit_mq**](docs/V2Api.md#gateway_create_producer_rabbit_mq) | **POST** /gateway-create-producer-rabbitmq |
@@ -285,7 +285,6 @@ Class | Method | HTTP request | Description
285
285
  *Akeyless::V2Api* | [**update_ssh_target_details**](docs/V2Api.md#update_ssh_target_details) | **POST** /update-ssh-target-details |
286
286
  *Akeyless::V2Api* | [**update_target**](docs/V2Api.md#update_target) | **POST** /update-target |
287
287
  *Akeyless::V2Api* | [**update_target_details**](docs/V2Api.md#update_target_details) | **POST** /update-target-details |
288
- *Akeyless::V2Api* | [**update_tokenizer**](docs/V2Api.md#update_tokenizer) | **POST** /update-tokenizer |
289
288
  *Akeyless::V2Api* | [**update_web_target**](docs/V2Api.md#update_web_target) | **POST** /update-web-target |
290
289
  *Akeyless::V2Api* | [**update_web_target_details**](docs/V2Api.md#update_web_target_details) | **POST** /update-web-target-details |
291
290
  *Akeyless::V2Api* | [**upload_rsa**](docs/V2Api.md#upload_rsa) | **POST** /upload-rsa |
@@ -301,6 +300,7 @@ Class | Method | HTTP request | Description
301
300
  - [Akeyless::AWSIAMAccessRules](docs/AWSIAMAccessRules.md)
302
301
  - [Akeyless::AWSPayload](docs/AWSPayload.md)
303
302
  - [Akeyless::AWSSecretsMigration](docs/AWSSecretsMigration.md)
303
+ - [Akeyless::AccountGeneralSettings](docs/AccountGeneralSettings.md)
304
304
  - [Akeyless::AccountObjectVersionSettingsOutput](docs/AccountObjectVersionSettingsOutput.md)
305
305
  - [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
306
306
  - [Akeyless::AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
@@ -408,6 +408,7 @@ Class | Method | HTTP request | Description
408
408
  - [Akeyless::CustomerFragmentsJson](docs/CustomerFragmentsJson.md)
409
409
  - [Akeyless::CustomerFullAddress](docs/CustomerFullAddress.md)
410
410
  - [Akeyless::DSProducerDetails](docs/DSProducerDetails.md)
411
+ - [Akeyless::DataProtectionSection](docs/DataProtectionSection.md)
411
412
  - [Akeyless::DatadogForwardingConfig](docs/DatadogForwardingConfig.md)
412
413
  - [Akeyless::Decrypt](docs/Decrypt.md)
413
414
  - [Akeyless::DecryptFile](docs/DecryptFile.md)
@@ -437,6 +438,8 @@ Class | Method | HTTP request | Description
437
438
  - [Akeyless::DescribeItem](docs/DescribeItem.md)
438
439
  - [Akeyless::DescribePermissions](docs/DescribePermissions.md)
439
440
  - [Akeyless::DescribePermissionsOutput](docs/DescribePermissionsOutput.md)
441
+ - [Akeyless::DescribeSubClaims](docs/DescribeSubClaims.md)
442
+ - [Akeyless::DescribeSubClaimsOutput](docs/DescribeSubClaimsOutput.md)
440
443
  - [Akeyless::Detokenize](docs/Detokenize.md)
441
444
  - [Akeyless::DetokenizeOutput](docs/DetokenizeOutput.md)
442
445
  - [Akeyless::DynamicSecretProducerInfo](docs/DynamicSecretProducerInfo.md)
@@ -447,8 +450,6 @@ Class | Method | HTTP request | Description
447
450
  - [Akeyless::EncryptFile](docs/EncryptFile.md)
448
451
  - [Akeyless::EncryptFileOutput](docs/EncryptFileOutput.md)
449
452
  - [Akeyless::EncryptOutput](docs/EncryptOutput.md)
450
- - [Akeyless::EncryptPKCS1](docs/EncryptPKCS1.md)
451
- - [Akeyless::EncryptPKCS1Output](docs/EncryptPKCS1Output.md)
452
453
  - [Akeyless::EncryptWithClassicKey](docs/EncryptWithClassicKey.md)
453
454
  - [Akeyless::EncryptWithClassicKeyOutput](docs/EncryptWithClassicKeyOutput.md)
454
455
  - [Akeyless::ExternalKMSKeyId](docs/ExternalKMSKeyId.md)
@@ -712,6 +713,7 @@ Class | Method | HTTP request | Description
712
713
  - [Akeyless::RotatedSecretOutput](docs/RotatedSecretOutput.md)
713
714
  - [Akeyless::Rotator](docs/Rotator.md)
714
715
  - [Akeyless::RotatorsConfigPart](docs/RotatorsConfigPart.md)
716
+ - [Akeyless::RuleAssigner](docs/RuleAssigner.md)
715
717
  - [Akeyless::Rules](docs/Rules.md)
716
718
  - [Akeyless::SAMLAccessRules](docs/SAMLAccessRules.md)
717
719
  - [Akeyless::SAMLAttribute](docs/SAMLAttribute.md)
@@ -771,6 +773,7 @@ Class | Method | HTTP request | Description
771
773
  - [Akeyless::UpdateAuthMethodK8S](docs/UpdateAuthMethodK8S.md)
772
774
  - [Akeyless::UpdateAuthMethodK8SOutput](docs/UpdateAuthMethodK8SOutput.md)
773
775
  - [Akeyless::UpdateAuthMethodLDAP](docs/UpdateAuthMethodLDAP.md)
776
+ - [Akeyless::UpdateAuthMethodLDAPOutput](docs/UpdateAuthMethodLDAPOutput.md)
774
777
  - [Akeyless::UpdateAuthMethodOAuth2](docs/UpdateAuthMethodOAuth2.md)
775
778
  - [Akeyless::UpdateAuthMethodOIDC](docs/UpdateAuthMethodOIDC.md)
776
779
  - [Akeyless::UpdateAuthMethodOutput](docs/UpdateAuthMethodOutput.md)
@@ -822,8 +825,6 @@ Class | Method | HTTP request | Description
822
825
  - [Akeyless::UpdateTarget](docs/UpdateTarget.md)
823
826
  - [Akeyless::UpdateTargetDetailsOutput](docs/UpdateTargetDetailsOutput.md)
824
827
  - [Akeyless::UpdateTargetOutput](docs/UpdateTargetOutput.md)
825
- - [Akeyless::UpdateTokenizer](docs/UpdateTokenizer.md)
826
- - [Akeyless::UpdateTokenizerOutput](docs/UpdateTokenizerOutput.md)
827
828
  - [Akeyless::UpdateWebTarget](docs/UpdateWebTarget.md)
828
829
  - [Akeyless::UpdateWebTargetDetails](docs/UpdateWebTargetDetails.md)
829
830
  - [Akeyless::UpdateWebTargetOutput](docs/UpdateWebTargetOutput.md)
@@ -0,0 +1,20 @@
1
+ # Akeyless::AccountGeneralSettings
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data_protection_section** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional] |
8
+ | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::AccountGeneralSettings.new(
16
+ data_protection_section: null,
17
+ password_policy: null
18
+ )
19
+ ```
20
+
@@ -8,7 +8,7 @@
8
8
  | **artifactory_admin_pwd** | **String** | Artifactory Admin password | |
9
9
  | **base_url** | **String** | Base URL | |
10
10
  | **comment** | **String** | Comment about the target | [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] |
11
+ | **key** | **String** | The name of a key 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
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
14
14
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -11,11 +11,11 @@
11
11
  | **bound_pod_names** | **Array<String>** | A list of pod names that the access is restricted to | [optional] |
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
- | **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'] |
14
+ | **gen_key** | **String** | Automatically generate key-pair for K8S configuration. If set to false, a public key needs to be provided | [optional][default to 'true'] |
15
15
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
16
16
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
17
17
  | **name** | **String** | Auth Method name | |
18
- | **public_key** | **String** | Base64-encoded public key text for K8S authentication method is required [RSA2048] | [optional] |
18
+ | **public_key** | **String** | Base64-encoded or PEM formatted public key data for K8S authentication method is required [RSA2048] | [optional] |
19
19
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
20
20
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
21
21
 
@@ -7,10 +7,11 @@
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
+ | **gen_key** | **String** | Automatically generate key-pair for LDAP configuration. If set to false, a public key needs to be provided | [optional][default to 'true'] |
10
11
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
11
12
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
12
13
  | **name** | **String** | Auth Method name | |
13
- | **public_key_data** | **String** | A public key generated for LDAP authentication method on Akeyless in base64 format [RSA2048] | [optional] |
14
+ | **public_key_data** | **String** | A public key generated for LDAP authentication method on Akeyless in base64 or PEM format [RSA2048] | [optional] |
14
15
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
16
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
17
  | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | [optional] |
@@ -24,6 +25,7 @@ instance = Akeyless::CreateAuthMethodLDAP.new(
24
25
  access_expires: null,
25
26
  bound_ips: null,
26
27
  force_sub_claims: null,
28
+ gen_key: null,
27
29
  gw_bound_ips: null,
28
30
  jwt_ttl: null,
29
31
  name: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_id** | **String** | | [optional] |
8
+ | **prv_key** | **String** | | [optional] |
8
9
 
9
10
  ## Example
10
11
 
@@ -12,7 +13,8 @@
12
13
  require 'akeyless'
13
14
 
14
15
  instance = Akeyless::CreateAuthMethodLDAPOutput.new(
15
- access_id: null
16
+ access_id: null,
17
+ prv_key: null
16
18
  )
17
19
  ```
18
20
 
@@ -4,7 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **display_id** | **String** | | [optional] |
7
8
  | **fragment_results** | **Array<Integer>** | | [optional] |
9
+ | **item_id** | **Integer** | | [optional] |
8
10
 
9
11
  ## Example
10
12
 
@@ -12,7 +14,9 @@
12
14
  require 'akeyless'
13
15
 
14
16
  instance = Akeyless::CreateKeyOutput.new(
15
- fragment_results: null
17
+ display_id: null,
18
+ fragment_results: null,
19
+ item_id: null
16
20
  )
17
21
  ```
18
22
 
@@ -11,6 +11,7 @@
11
11
  | **ldap_ca_cert** | **String** | CA Certificate File Content | [optional] |
12
12
  | **ldap_url** | **String** | LDAP Server URL | |
13
13
  | **name** | **String** | Target name | |
14
+ | **server_type** | **String** | Set Ldap server type, Options:[OpenLDAP, ActiveDirectory]. Default is OpenLDAP | [optional][default to 'OpenLDAP'] |
14
15
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
16
  | **token_expiration** | **String** | Token expiration | [optional] |
16
17
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::CreateLdapTarget.new(
28
29
  ldap_ca_cert: null,
29
30
  ldap_url: null,
30
31
  name: null,
32
+ server_type: null,
31
33
  token: null,
32
34
  token_expiration: null,
33
35
  uid_token: null
@@ -10,21 +10,21 @@
10
10
  | **allowed_uri_sans** | **String** | A list of the allowed URIs that clients can request to be included in the certificate as part of the URI Subject Alternative Names (in a comma-delimited list) | [optional] |
11
11
  | **client_flag** | **Boolean** | If set, certificates will be flagged for client auth use | [optional] |
12
12
  | **code_signing_flag** | **Boolean** | If set, certificates will be flagged for code signing use | [optional] |
13
- | **country** | **String** | A comma-separated list of the country that will be set in the issued certificate | [optional] |
13
+ | **country** | **String** | A comma-separated list of countries that will be set in the issued certificate | [optional] |
14
14
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
15
15
  | **key_usage** | **String** | key-usage | [optional][default to 'DigitalSignature,KeyAgreement,KeyEncipherment'] |
16
- | **locality** | **String** | A comma-separated list of the locality that will be set in the issued certificate | [optional] |
16
+ | **locality** | **String** | A comma-separated list of localities that will be set in the issued certificate | [optional] |
17
17
  | **metadata** | **String** | A metadata about the issuer | [optional] |
18
18
  | **name** | **String** | PKI certificate issuer name | |
19
19
  | **not_enforce_hostnames** | **Boolean** | If set, any names are allowed for CN and SANs in the certificate and not only a valid host name | [optional] |
20
20
  | **not_require_cn** | **Boolean** | If set, clients can request certificates without a CN | [optional] |
21
21
  | **organizational_units** | **String** | A comma-separated list of organizational units (OU) that will be set in the issued certificate | [optional] |
22
22
  | **organizations** | **String** | A comma-separated list of organizations (O) that will be set in the issued certificate | [optional] |
23
- | **postal_code** | **String** | A comma-separated list of the postal code that will be set in the issued certificate | [optional] |
24
- | **province** | **String** | A comma-separated list of the province that will be set in the issued certificate | [optional] |
23
+ | **postal_code** | **String** | A comma-separated list of postal codes that will be set in the issued certificate | [optional] |
24
+ | **province** | **String** | A comma-separated list of provinces that will be set in the issued certificate | [optional] |
25
25
  | **server_flag** | **Boolean** | If set, certificates will be flagged for server auth use | [optional] |
26
26
  | **signer_key_name** | **String** | A key to sign the certificate with | |
27
- | **street_address** | **String** | A comma-separated list of the street address that will be set in the issued certificate | [optional] |
27
+ | **street_address** | **String** | A comma-separated list of street addresses that will be set in the issued certificate | [optional] |
28
28
  | **tag** | **Array<String>** | List of the tags attached to this key | [optional] |
29
29
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
30
  | **ttl** | **Integer** | he requested Time To Live for the certificate, in seconds | |
@@ -19,7 +19,7 @@
19
19
  | **signer_key_name** | **String** | A key to sign the certificate with | |
20
20
  | **tag** | **Array<String>** | List of the tags attached to this key | [optional] |
21
21
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
22
- | **ttl** | **Integer** | he requested Time To Live for the certificate, in seconds | |
22
+ | **ttl** | **Integer** | The requested Time To Live for the certificate, in seconds | |
23
23
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
24
24
 
25
25
  ## Example
@@ -4,16 +4,18 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **app_private_key_data** | **String** | Base64 encoded PEM of the connected app private key (relevant for JWT auth only) | [optional] |
8
+ | **auth_flow** | **String** | type of the auth flow ('jwt' / 'user-password') | |
7
9
  | **ca_cert_data** | **String** | Base64 encoded PEM cert to use when uploading a new key to Salesforce | [optional] |
8
10
  | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
9
11
  | **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 | |
12
+ | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow) | [optional] |
11
13
  | **comment** | **String** | Comment about the target | [optional] |
12
14
  | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
13
15
  | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
14
16
  | **name** | **String** | Target name | |
15
- | **password** | **String** | The password of the user attached to the oauth2 app used for connecting to Salesforce | |
16
- | **security_token** | **String** | The security token of the user attached to the oauth2 app used for connecting to Salesforce | |
17
+ | **password** | **String** | The password of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow) | [optional] |
18
+ | **security_token** | **String** | The security token of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow) | [optional] |
17
19
  | **tenant_url** | **String** | Url of the Salesforce tenant | |
18
20
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
21
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -24,6 +26,8 @@
24
26
  require 'akeyless'
25
27
 
26
28
  instance = Akeyless::CreateSalesforceTarget.new(
29
+ app_private_key_data: null,
30
+ auth_flow: null,
27
31
  ca_cert_data: null,
28
32
  ca_cert_name: null,
29
33
  client_id: null,
data/docs/CreateSecret.md CHANGED
@@ -4,13 +4,15 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **custom_fields** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
7
+ | **accessibility** | **String** | for personal password manager | [optional] |
8
8
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
9
- | **item_accessibility** | **String** | for personal password manager | [optional] |
10
9
  | **metadata** | **String** | Metadata about the secret | [optional] |
11
10
  | **multiline_value** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
12
11
  | **name** | **String** | Secret name | |
13
- | **password_length** | **Integer** | For PasswordPolicy use | [optional] |
12
+ | **password_manager_custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
13
+ | **password_manager_inject_url** | **String** | For Password Management use, reflect the website context | [optional] |
14
+ | **password_manager_password** | **String** | For Password Management use, additional fields | [optional] |
15
+ | **password_manager_username** | **String** | For Password Management use | [optional] |
14
16
  | **protection_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] |
15
17
  | **secure_access_bastion_issuer** | **String** | | [optional] |
16
18
  | **secure_access_enable** | **String** | | [optional] |
@@ -24,13 +26,7 @@
24
26
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
27
  | **type** | **String** | For Password Management use, reflect the website context | [optional] |
26
28
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
27
- | **use_lower_letters** | **String** | For PasswordPolicy use | [optional] |
28
- | **use_numbers** | **String** | For PasswordPolicy use | [optional] |
29
- | **use_special_characters** | **String** | For PasswordPolicy use | [optional] |
30
- | **use_capital_letters** | **String** | For PasswordPolicy use | [optional] |
31
- | **username** | **String** | For Password Management use | [optional] |
32
29
  | **value** | **String** | The secret value | |
33
- | **website** | **String** | For Password Management use, reflect the website context | [optional] |
34
30
 
35
31
  ## Example
36
32
 
@@ -38,13 +34,15 @@
38
34
  require 'akeyless'
39
35
 
40
36
  instance = Akeyless::CreateSecret.new(
41
- custom_fields: null,
37
+ accessibility: null,
42
38
  delete_protection: null,
43
- item_accessibility: null,
44
39
  metadata: null,
45
40
  multiline_value: null,
46
41
  name: null,
47
- password_length: null,
42
+ password_manager_custom_field: null,
43
+ password_manager_inject_url: null,
44
+ password_manager_password: null,
45
+ password_manager_username: null,
48
46
  protection_key: null,
49
47
  secure_access_bastion_issuer: null,
50
48
  secure_access_enable: null,
@@ -58,13 +56,7 @@ instance = Akeyless::CreateSecret.new(
58
56
  token: null,
59
57
  type: null,
60
58
  uid_token: null,
61
- use_lower_letters: null,
62
- use_numbers: null,
63
- use_special_characters: null,
64
- use_capital_letters: null,
65
- username: null,
66
- value: null,
67
- website: null
59
+ value: null
68
60
  )
69
61
  ```
70
62
 
@@ -96,6 +96,7 @@
96
96
  | **hanadb_revocation_statements** | **String** | | [optional] |
97
97
  | **host_name** | **String** | | [optional] |
98
98
  | **host_port** | **String** | | [optional] |
99
+ | **implementation_type** | **String** | | [optional] |
99
100
  | **is_fixed_user** | **String** | | [optional] |
100
101
  | **item_targets_assoc** | [**Array<ItemTargetAssociation>**](ItemTargetAssociation.md) | | [optional] |
101
102
  | **k8s_bearer_token** | **String** | | [optional] |
@@ -277,6 +278,7 @@ instance = Akeyless::DSProducerDetails.new(
277
278
  hanadb_revocation_statements: null,
278
279
  host_name: null,
279
280
  host_port: null,
281
+ implementation_type: null,
280
282
  is_fixed_user: null,
281
283
  item_targets_assoc: null,
282
284
  k8s_bearer_token: null,
@@ -0,0 +1,18 @@
1
+ # Akeyless::DataProtectionSection
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enable_classic_key_protection** | **Boolean** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::DataProtectionSection.new(
15
+ enable_classic_key_protection: null
16
+ )
17
+ ```
18
+
data/docs/Decrypt.md CHANGED
@@ -7,7 +7,8 @@
7
7
  | **ciphertext** | **String** | Ciphertext to be decrypted in base64 encoded format | [optional] |
8
8
  | **display_id** | **String** | The display id of the key to use in the decryption process | [optional] |
9
9
  | **encryption_context** | **Hash<String, String>** | The encryption context. If this was specified in the encrypt command, it must be specified here or the decryption operation will fail | [optional] |
10
- | **key_name** | **String** | The name of the key to use in the decryption process | [optional] |
10
+ | **item_id** | **Integer** | The item id of the key to use in the decryption process | [optional] |
11
+ | **key_name** | **String** | The name of the key to use in the decryption process | |
11
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
13
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
13
14
 
@@ -20,6 +21,7 @@ instance = Akeyless::Decrypt.new(
20
21
  ciphertext: null,
21
22
  display_id: null,
22
23
  encryption_context: null,
24
+ item_id: null,
23
25
  key_name: null,
24
26
  token: null,
25
27
  uid_token: null
data/docs/DecryptFile.md CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **display_id** | **String** | The display id of the key to use in the decryption process | [optional] |
8
+ | **item_id** | **Integer** | The item id of the key to use in the decryption process | [optional] |
9
+ | **key_name** | **String** | The name of the key to use in the decryption process | |
7
10
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
8
11
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
9
12
 
@@ -13,6 +16,9 @@
13
16
  require 'akeyless'
14
17
 
15
18
  instance = Akeyless::DecryptFile.new(
19
+ display_id: null,
20
+ item_id: null,
21
+ key_name: null,
16
22
  token: null,
17
23
  uid_token: null
18
24
  )
data/docs/DecryptPKCS1.md CHANGED
@@ -5,7 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **ciphertext** | **String** | Ciphertext to be decrypted in base64 encoded format | |
8
- | **key_name** | **String** | The name of the RSA key to use in the decryption process | |
8
+ | **display_id** | **String** | The display id of the key to use in the decryption process | [optional] |
9
+ | **item_id** | **Integer** | The item id of the key to use in the decryption process | [optional] |
10
+ | **key_name** | **String** | The name of the key to use in the decryption process | |
9
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
11
13
 
@@ -16,6 +18,8 @@ require 'akeyless'
16
18
 
17
19
  instance = Akeyless::DecryptPKCS1.new(
18
20
  ciphertext: null,
21
+ display_id: null,
22
+ item_id: null,
19
23
  key_name: null,
20
24
  token: null,
21
25
  uid_token: null
data/docs/DeleteItem.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **accessibility** | **String** | for personal password manager | [optional] |
7
8
  | **delete_immediately** | **Boolean** | When delete-in-days=-1, must be set | [optional][default to false] |
8
9
  | **delete_in_days** | **Integer** | The number of days to wait before deleting the item (relevant for keys only) | [optional][default to 7] |
9
- | **item_accessibility** | **String** | for personal password manager | [optional] |
10
10
  | **name** | **String** | Item name | |
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] |
@@ -18,9 +18,9 @@
18
18
  require 'akeyless'
19
19
 
20
20
  instance = Akeyless::DeleteItem.new(
21
+ accessibility: null,
21
22
  delete_immediately: null,
22
23
  delete_in_days: null,
23
- item_accessibility: null,
24
24
  name: null,
25
25
  token: null,
26
26
  uid_token: null,
data/docs/DescribeItem.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **display_id** | **String** | The display id of the item | [optional] |
8
+ | **item_id** | **Integer** | Item id of the item | [optional] |
7
9
  | **name** | **String** | Item name | |
8
10
  | **show_versions** | **Boolean** | Include all item versions in reply | [optional][default to false] |
9
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -15,6 +17,8 @@
15
17
  require 'akeyless'
16
18
 
17
19
  instance = Akeyless::DescribeItem.new(
20
+ display_id: null,
21
+ item_id: null,
18
22
  name: null,
19
23
  show_versions: null,
20
24
  token: null,
@@ -0,0 +1,20 @@
1
+ # Akeyless::DescribeSubClaims
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
8
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::DescribeSubClaims.new(
16
+ token: null,
17
+ uid_token: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::DescribeSubClaimsOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **sub_claims** | **Hash<String, Array<String>>** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::DescribeSubClaimsOutput.new(
15
+ sub_claims: null
16
+ )
17
+ ```
18
+
data/docs/Encrypt.md CHANGED
@@ -6,7 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **display_id** | **String** | The display id of the key to use in the encryption process | [optional] |
8
8
  | **encryption_context** | **Hash<String, String>** | name-value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the decrypt command or decryption will fail | [optional] |
9
- | **key_name** | **String** | The name of the key to use in the encryption process | [optional] |
9
+ | **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
10
+ | **key_name** | **String** | The name of the key to use in the encryption process | |
10
11
  | **plaintext** | **String** | Data to be encrypted | [optional] |
11
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
12
13
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -19,6 +20,7 @@ require 'akeyless'
19
20
  instance = Akeyless::Encrypt.new(
20
21
  display_id: null,
21
22
  encryption_context: null,
23
+ item_id: null,
22
24
  key_name: null,
23
25
  plaintext: null,
24
26
  token: null,
data/docs/EncryptFile.md CHANGED
@@ -4,8 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **display_id** | **String** | The display id of the key to use in the encryption process | [optional] |
7
8
  | **encryption_context** | **Hash<String, String>** | name-value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the decrypt command or decryption will fail | [optional] |
8
9
  | **_in** | **String** | Path to the file to be encrypted. If not provided, the content will be taken from stdin | |
10
+ | **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
9
11
  | **key_name** | **String** | The name of the key to use in the encryption process | |
10
12
  | **out** | **String** | Path to the output file. If not provided, the output will be sent to stdout | [optional] |
11
13
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -17,8 +19,10 @@
17
19
  require 'akeyless'
18
20
 
19
21
  instance = Akeyless::EncryptFile.new(
22
+ display_id: null,
20
23
  encryption_context: null,
21
24
  _in: null,
25
+ item_id: null,
22
26
  key_name: null,
23
27
  out: null,
24
28
  token: null,
data/docs/EncryptPKCS1.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **key_name** | **String** | The name of the RSA key to use in the encryption process | |
7
+ | **display_id** | **String** | The display id of the key to use in the encryption process | [optional] |
8
+ | **item_id** | **Integer** | The item id of the key to use in the encryption process | [optional] |
9
+ | **key_name** | **String** | The name of the key to use in the encryption process | |
8
10
  | **plaintext** | **String** | Data to be encrypted | |
9
11
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
12
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -15,6 +17,8 @@
15
17
  require 'akeyless'
16
18
 
17
19
  instance = Akeyless::EncryptPKCS1.new(
20
+ display_id: null,
21
+ item_id: null,
18
22
  key_name: null,
19
23
  plaintext: null,
20
24
  token: null,