akeyless 3.3.8 → 3.3.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/docs/AccountGeneralSettings.md +6 -0
  4. data/docs/CertificateChainInfo.md +2 -0
  5. data/docs/CreateRotatedSecret.md +2 -0
  6. data/docs/CreateSecret.md +8 -8
  7. data/docs/DSProducerDetails.md +2 -0
  8. data/docs/ElasticsearchLogForwardingConfig.md +4 -0
  9. data/docs/GatewayCreateProducerLdap.md +2 -0
  10. data/docs/GatewayUpdateProducerLdap.md +2 -0
  11. data/docs/GetRotatedSecretValue.md +2 -0
  12. data/docs/LogForwardingConfigPart.md +2 -0
  13. data/docs/LogstashLogForwardingConfig.md +5 -1
  14. data/docs/RotatedSecretDetailsInfo.md +3 -1
  15. data/docs/SplunkLogForwardingConfig.md +4 -0
  16. data/docs/SumologicLogForwardingConfig.md +22 -0
  17. data/docs/SyslogLogForwardingConfig.md +5 -1
  18. data/docs/TargetTypeDetailsInput.md +1 -1
  19. data/docs/UpdateAccountSettings.md +4 -0
  20. data/docs/UpdateCertificateValue.md +10 -0
  21. data/docs/UpdateRotatedSecret.md +2 -0
  22. data/docs/UpdateSecretVal.md +8 -8
  23. data/lib/akeyless/models/account_general_settings.rb +30 -1
  24. data/lib/akeyless/models/certificate_chain_info.rb +10 -1
  25. data/lib/akeyless/models/create_rotated_secret.rb +11 -1
  26. data/lib/akeyless/models/create_secret.rb +41 -41
  27. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  28. data/lib/akeyless/models/elasticsearch_log_forwarding_config.rb +19 -1
  29. data/lib/akeyless/models/gateway_create_producer_ldap.rb +11 -1
  30. data/lib/akeyless/models/gateway_update_producer_ldap.rb +11 -1
  31. data/lib/akeyless/models/get_rotated_secret_value.rb +11 -1
  32. data/lib/akeyless/models/log_forwarding_config_part.rb +10 -1
  33. data/lib/akeyless/models/logstash_log_forwarding_config.rb +22 -4
  34. data/lib/akeyless/models/rotated_secret_details_info.rb +13 -4
  35. data/lib/akeyless/models/splunk_log_forwarding_config.rb +19 -1
  36. data/lib/akeyless/models/sumologic_log_forwarding_config.rb +237 -0
  37. data/lib/akeyless/models/syslog_log_forwarding_config.rb +22 -4
  38. data/lib/akeyless/models/target_type_details_input.rb +1 -0
  39. data/lib/akeyless/models/update_account_settings.rb +21 -1
  40. data/lib/akeyless/models/update_certificate_value.rb +55 -1
  41. data/lib/akeyless/models/update_rotated_secret.rb +11 -1
  42. data/lib/akeyless/models/update_secret_val.rb +41 -41
  43. data/lib/akeyless/version.rb +1 -1
  44. data/lib/akeyless.rb +1 -0
  45. data/spec/models/sumologic_log_forwarding_config_spec.rb +46 -0
  46. metadata +624 -620
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16ddb8bd0d5a0d50bd02ec2446eadc961a6a4dee406837abdfdf20b951003f39
4
- data.tar.gz: 16a79cfb33edea59790e6db30808fdeb17f0c2f87fe117e48a035eacb3668dce
3
+ metadata.gz: bf897d5277e79551ede417600b33c148b8bc93b5a5310d9084ae7e08264a4a12
4
+ data.tar.gz: 8e6a94bdf9810f827e2f1da56618af32489327089b0507be27fb16aa6b4534c9
5
5
  SHA512:
6
- metadata.gz: 1e4f0e83662518bb51ca5ccbbdc80a4c535d50425d57298630c81a760cfc3fab82f12f3d3e9db06e3d9068448943d464494a99806d7cb686c7a91b9aee13827f
7
- data.tar.gz: 27a9cb3149315134facf063164c30f1f5ab7040f6264030dffea93fd6894c60e4229cd631c62088a7961779871872b5cb9e0d7f94d43330f289de45654f10fcd
6
+ metadata.gz: 303b84b2ede62690f07ea744435c1524861ae33b48a17958f46bd74295c3bfe003969df6aa7418831b89eafe2a372cec5a238dcd73c1c0a4909077c5d8d94390
7
+ data.tar.gz: 69aaf0b5b4738c6931e3696a87916b656be792479f5c42ede402db5303e180b4f5bad7e77ed9b90efcee6f90e552cad8621ed22e8010451a984b8a26f56ec9c0
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: 3.3.8
10
+ - Package version: 3.3.10
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -880,6 +880,7 @@ Class | Method | HTTP request | Description
880
880
  - [Akeyless::StaticCredsAuth](docs/StaticCredsAuth.md)
881
881
  - [Akeyless::StaticCredsAuthOutput](docs/StaticCredsAuthOutput.md)
882
882
  - [Akeyless::StaticSecretDetailsInfo](docs/StaticSecretDetailsInfo.md)
883
+ - [Akeyless::SumologicLogForwardingConfig](docs/SumologicLogForwardingConfig.md)
883
884
  - [Akeyless::SyslogLogForwardingConfig](docs/SyslogLogForwardingConfig.md)
884
885
  - [Akeyless::SystemAccessCredentialsReplyObj](docs/SystemAccessCredentialsReplyObj.md)
885
886
  - [Akeyless::SystemAccessCredsSettings](docs/SystemAccessCredsSettings.md)
@@ -4,9 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **account_default_key_item_id** | **Integer** | AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key | [optional] |
8
+ | **account_default_key_name** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional] |
7
9
  | **data_protection_section** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional] |
8
10
  | **enable_request_for_access** | **Boolean** | | [optional] |
9
11
  | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
12
+ | **protect_items_by_default** | **Boolean** | | [optional] |
10
13
  | **sharing_policy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional] |
11
14
 
12
15
  ## Example
@@ -15,9 +18,12 @@
15
18
  require 'akeyless'
16
19
 
17
20
  instance = Akeyless::AccountGeneralSettings.new(
21
+ account_default_key_item_id: null,
22
+ account_default_key_name: null,
18
23
  data_protection_section: null,
19
24
  enable_request_for_access: null,
20
25
  password_policy: null,
26
+ protect_items_by_default: null,
21
27
  sharing_policy: null
22
28
  )
23
29
  ```
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate_chain** | [**Array<CertificateInfo>**](CertificateInfo.md) | | [optional] |
8
8
  | **certificate_format** | **String** | | [optional] |
9
+ | **certificate_issuer_item_id** | **Integer** | | [optional] |
9
10
  | **certificate_issuer_name** | **String** | | [optional] |
10
11
  | **certificate_pem** | **String** | | [optional] |
11
12
  | **certificate_status** | **String** | | [optional] |
@@ -19,6 +20,7 @@ require 'akeyless'
19
20
  instance = Akeyless::CertificateChainInfo.new(
20
21
  certificate_chain: null,
21
22
  certificate_format: null,
23
+ certificate_issuer_item_id: null,
22
24
  certificate_issuer_name: null,
23
25
  certificate_pem: null,
24
26
  certificate_status: null,
@@ -26,6 +26,7 @@
26
26
  | **rotator_creds_type** | **String** | | [optional] |
27
27
  | **rotator_custom_cmd** | **String** | Custom rotation command (relevant only for ssh target) | [optional] |
28
28
  | **rotator_type** | **String** | Rotator Type | |
29
+ | **same_password** | **String** | Rotate same password for each host from the Linked Target (relevant only for Linked Target) | [optional] |
29
30
  | **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users (relevant only for rdp) | [optional][default to false] |
30
31
  | **secure_access_aws_account_id** | **String** | The AWS account id (relevant only for aws) | [optional] |
31
32
  | **secure_access_aws_native_cli** | **Boolean** | The AWS native cli | [optional] |
@@ -77,6 +78,7 @@ instance = Akeyless::CreateRotatedSecret.new(
77
78
  rotator_creds_type: null,
78
79
  rotator_custom_cmd: null,
79
80
  rotator_type: null,
81
+ same_password: null,
80
82
  secure_access_allow_external_user: null,
81
83
  secure_access_aws_account_id: null,
82
84
  secure_access_aws_native_cli: null,
data/docs/CreateSecret.md CHANGED
@@ -5,16 +5,15 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
+ | **custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
8
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
9
10
  | **description** | **String** | Description of the object | [optional] |
11
+ | **inject_url** | **Array<String>** | For Password Management use, reflect the website context | [optional] |
10
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
13
  | **metadata** | **String** | Deprecated - use description | [optional] |
12
14
  | **multiline_value** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
13
15
  | **name** | **String** | Secret name | |
14
- | **password_manager_custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
15
- | **password_manager_inject_url** | **Array<String>** | For Password Management use, reflect the website context | [optional] |
16
- | **password_manager_password** | **String** | For Password Management use, additional fields | [optional] |
17
- | **password_manager_username** | **String** | For Password Management use | [optional] |
16
+ | **password** | **String** | For Password Management use, additional fields | [optional] |
18
17
  | **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] |
19
18
  | **secure_access_bastion_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
20
19
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -29,6 +28,7 @@
29
28
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
30
29
  | **type** | **String** | The secret sub type [generic/password] | [optional][default to 'generic'] |
31
30
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
31
+ | **username** | **String** | For Password Management use | [optional] |
32
32
  | **value** | **String** | The secret value | |
33
33
 
34
34
  ## Example
@@ -38,16 +38,15 @@ require 'akeyless'
38
38
 
39
39
  instance = Akeyless::CreateSecret.new(
40
40
  accessibility: null,
41
+ custom_field: null,
41
42
  delete_protection: null,
42
43
  description: null,
44
+ inject_url: null,
43
45
  json: null,
44
46
  metadata: null,
45
47
  multiline_value: null,
46
48
  name: null,
47
- password_manager_custom_field: null,
48
- password_manager_inject_url: null,
49
- password_manager_password: null,
50
- password_manager_username: null,
49
+ password: null,
51
50
  protection_key: null,
52
51
  secure_access_bastion_issuer: null,
53
52
  secure_access_enable: null,
@@ -62,6 +61,7 @@ instance = Akeyless::CreateSecret.new(
62
61
  token: null,
63
62
  type: null,
64
63
  uid_token: null,
64
+ username: null,
65
65
  value: null
66
66
  )
67
67
  ```
@@ -130,6 +130,7 @@
130
130
  | **ldap_bind_dn** | **String** | | [optional] |
131
131
  | **ldap_bind_password** | **String** | | [optional] |
132
132
  | **ldap_certificate** | **String** | | [optional] |
133
+ | **ldap_group_dn** | **String** | | [optional] |
133
134
  | **ldap_token_expiration** | **String** | | [optional] |
134
135
  | **ldap_url** | **String** | | [optional] |
135
136
  | **ldap_user_attr** | **String** | | [optional] |
@@ -345,6 +346,7 @@ instance = Akeyless::DSProducerDetails.new(
345
346
  ldap_bind_dn: null,
346
347
  ldap_bind_password: null,
347
348
  ldap_certificate: null,
349
+ ldap_group_dn: null,
348
350
  ldap_token_expiration: null,
349
351
  ldap_url: null,
350
352
  ldap_user_attr: null,
@@ -7,10 +7,12 @@
7
7
  | **elasticsearch_api_key** | **String** | | [optional] |
8
8
  | **elasticsearch_auth_type** | **String** | | [optional] |
9
9
  | **elasticsearch_cloud_id** | **String** | | [optional] |
10
+ | **elasticsearch_enable_tls** | **Boolean** | | [optional] |
10
11
  | **elasticsearch_index** | **String** | | [optional] |
11
12
  | **elasticsearch_nodes** | **String** | | [optional] |
12
13
  | **elasticsearch_password** | **String** | | [optional] |
13
14
  | **elasticsearch_server_type** | **String** | | [optional] |
15
+ | **elasticsearch_tls_certificate** | **String** | | [optional] |
14
16
  | **elasticsearch_user_name** | **String** | | [optional] |
15
17
 
16
18
  ## Example
@@ -22,10 +24,12 @@ instance = Akeyless::ElasticsearchLogForwardingConfig.new(
22
24
  elasticsearch_api_key: null,
23
25
  elasticsearch_auth_type: null,
24
26
  elasticsearch_cloud_id: null,
27
+ elasticsearch_enable_tls: null,
25
28
  elasticsearch_index: null,
26
29
  elasticsearch_nodes: null,
27
30
  elasticsearch_password: null,
28
31
  elasticsearch_server_type: null,
32
+ elasticsearch_tls_certificate: null,
29
33
  elasticsearch_user_name: null
30
34
  )
31
35
  ```
@@ -8,6 +8,7 @@
8
8
  | **bind_dn_password** | **String** | Bind DN Password | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
10
  | **external_username** | **String** | Externally provided username [true/false] | [optional][default to 'false'] |
11
+ | **group_dn** | **String** | Group DN which the temporary user should be added | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
13
  | **ldap_ca_cert** | **String** | CA Certificate File Content | [optional] |
13
14
  | **ldap_url** | **String** | LDAP Server URL | [optional] |
@@ -32,6 +33,7 @@ instance = Akeyless::GatewayCreateProducerLdap.new(
32
33
  bind_dn_password: null,
33
34
  delete_protection: null,
34
35
  external_username: null,
36
+ group_dn: null,
35
37
  json: null,
36
38
  ldap_ca_cert: null,
37
39
  ldap_url: null,
@@ -8,6 +8,7 @@
8
8
  | **bind_dn_password** | **String** | Bind DN Password | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
10
  | **external_username** | **String** | Externally provided username [true/false] | [optional][default to 'false'] |
11
+ | **group_dn** | **String** | Group DN which the temporary user should be added | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
12
13
  | **ldap_ca_cert** | **String** | CA Certificate File Content | [optional] |
13
14
  | **ldap_url** | **String** | LDAP Server URL | [optional] |
@@ -33,6 +34,7 @@ instance = Akeyless::GatewayUpdateProducerLdap.new(
33
34
  bind_dn_password: null,
34
35
  delete_protection: null,
35
36
  external_username: null,
37
+ group_dn: null,
36
38
  json: null,
37
39
  ldap_ca_cert: null,
38
40
  ldap_url: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **host** | **String** | Get rotated secret value of specific Host (relevant only for Linked Target) | [optional] |
7
8
  | **ignore_cache** | **String** | Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI | [optional][default to 'false'] |
8
9
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
10
  | **names** | **String** | Secret name | |
@@ -17,6 +18,7 @@
17
18
  require 'akeyless'
18
19
 
19
20
  instance = Akeyless::GetRotatedSecretValue.new(
21
+ host: null,
20
22
  ignore_cache: null,
21
23
  json: null,
22
24
  names: null,
@@ -15,6 +15,7 @@
15
15
  | **logz_io_config** | [**LogzIoLogForwardingConfig**](LogzIoLogForwardingConfig.md) | | [optional] |
16
16
  | **pull_interval_sec** | **String** | | [optional] |
17
17
  | **splunk_config** | [**SplunkLogForwardingConfig**](SplunkLogForwardingConfig.md) | | [optional] |
18
+ | **sumo_logic_config** | [**SumologicLogForwardingConfig**](SumologicLogForwardingConfig.md) | | [optional] |
18
19
  | **syslog_config** | [**SyslogLogForwardingConfig**](SyslogLogForwardingConfig.md) | | [optional] |
19
20
  | **target_log_type** | **String** | | [optional] |
20
21
 
@@ -35,6 +36,7 @@ instance = Akeyless::LogForwardingConfigPart.new(
35
36
  logz_io_config: null,
36
37
  pull_interval_sec: null,
37
38
  splunk_config: null,
39
+ sumo_logic_config: null,
38
40
  syslog_config: null,
39
41
  target_log_type: null
40
42
  )
@@ -5,7 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **logstash_dns** | **String** | | [optional] |
8
+ | **logstash_enable_tls** | **Boolean** | | [optional] |
8
9
  | **logstash_protocol** | **String** | | [optional] |
10
+ | **logstash_tls_certificate** | **String** | | [optional] |
9
11
 
10
12
  ## Example
11
13
 
@@ -14,7 +16,9 @@ require 'akeyless'
14
16
 
15
17
  instance = Akeyless::LogstashLogForwardingConfig.new(
16
18
  logstash_dns: null,
17
- logstash_protocol: null
19
+ logstash_enable_tls: null,
20
+ logstash_protocol: null,
21
+ logstash_tls_certificate: null
18
22
  )
19
23
  ```
20
24
 
@@ -14,6 +14,7 @@
14
14
  | **rotator_creds_type** | **String** | | [optional] |
15
15
  | **rotator_status** | **String** | RotationStatus defines types of rotation Status | [optional] |
16
16
  | **rotator_type** | **String** | | [optional] |
17
+ | **same_password** | **Boolean** | | [optional] |
17
18
 
18
19
  ## Example
19
20
 
@@ -30,7 +31,8 @@ instance = Akeyless::RotatedSecretDetailsInfo.new(
30
31
  rotation_statement: null,
31
32
  rotator_creds_type: null,
32
33
  rotator_status: null,
33
- rotator_type: null
34
+ rotator_type: null,
35
+ same_password: null
34
36
  )
35
37
  ```
36
38
 
@@ -4,9 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **splunk_enable_tls** | **Boolean** | | [optional] |
7
8
  | **splunk_index** | **String** | | [optional] |
8
9
  | **splunk_source** | **String** | | [optional] |
9
10
  | **splunk_sourcetype** | **String** | | [optional] |
11
+ | **splunk_tls_certificate** | **String** | | [optional] |
10
12
  | **splunk_token** | **String** | | [optional] |
11
13
  | **splunk_url** | **String** | | [optional] |
12
14
 
@@ -16,9 +18,11 @@
16
18
  require 'akeyless'
17
19
 
18
20
  instance = Akeyless::SplunkLogForwardingConfig.new(
21
+ splunk_enable_tls: null,
19
22
  splunk_index: null,
20
23
  splunk_source: null,
21
24
  splunk_sourcetype: null,
25
+ splunk_tls_certificate: null,
22
26
  splunk_token: null,
23
27
  splunk_url: null
24
28
  )
@@ -0,0 +1,22 @@
1
+ # Akeyless::SumologicLogForwardingConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **sumo_logic_endpoint** | **String** | | [optional] |
8
+ | **sumo_logic_host** | **String** | | [optional] |
9
+ | **sumo_logic_tags** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::SumologicLogForwardingConfig.new(
17
+ sumo_logic_endpoint: null,
18
+ sumo_logic_host: null,
19
+ sumo_logic_tags: null
20
+ )
21
+ ```
22
+
@@ -4,10 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **syslog_enable_tls** | **Boolean** | | [optional] |
7
8
  | **syslog_formatter** | **String** | | [optional] |
8
9
  | **syslog_host** | **String** | | [optional] |
9
10
  | **syslog_network** | **String** | | [optional] |
10
11
  | **syslog_target_tag** | **String** | | [optional] |
12
+ | **syslog_tls_certificate** | **String** | | [optional] |
11
13
 
12
14
  ## Example
13
15
 
@@ -15,10 +17,12 @@
15
17
  require 'akeyless'
16
18
 
17
19
  instance = Akeyless::SyslogLogForwardingConfig.new(
20
+ syslog_enable_tls: null,
18
21
  syslog_formatter: null,
19
22
  syslog_host: null,
20
23
  syslog_network: null,
21
- syslog_target_tag: null
24
+ syslog_target_tag: null,
25
+ syslog_tls_certificate: null
22
26
  )
23
27
  ```
24
28
 
@@ -64,7 +64,7 @@
64
64
  | **gke_service_account_name** | **String** | | [optional] |
65
65
  | **host** | **String** | | [optional] |
66
66
  | **hostname** | **String** | | [optional] |
67
- | **hosts** | **Hash<String, String>** | | [optional] |
67
+ | **hosts** | **Hash<String, String>** | key hostname, value description | [optional] |
68
68
  | **imap_fqdn** | **String** | | [optional] |
69
69
  | **imap_password** | **String** | | [optional] |
70
70
  | **imap_port** | **String** | | [optional] |
@@ -8,10 +8,12 @@
8
8
  | **city** | **String** | City | [optional] |
9
9
  | **company_name** | **String** | Company name | [optional] |
10
10
  | **country** | **String** | Country | [optional] |
11
+ | **default_key_name** | **String** | Set the account default key based on the DFC key item name. Use \"set-original-akeyless-default-key\" to revert to using the original default key of the account. Empty string will change nothing. | [optional] |
11
12
  | **default_share_link_ttl_minutes** | **String** | Set the default ttl in minutes for sharing item number between 60 and 43200 | [optional] |
12
13
  | **default_versioning** | **String** | If set to true, new item version will be created on each update [true/false] | [optional] |
13
14
  | **dp_enable_classic_key_protection** | **String** | Set to update protection with classic keys state [true/false] | [optional] |
14
15
  | **item_type** | **String** | VersionSettingsObjectType defines object types for account version settings | [optional] |
16
+ | **items_deletion_protection** | **String** | Set or unset the default behaviour of items deletion protection [true/false] | [optional] |
15
17
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
16
18
  | **jwt_ttl_default** | **Integer** | Default ttl | [optional] |
17
19
  | **jwt_ttl_max** | **Integer** | Maximum ttl | [optional] |
@@ -37,10 +39,12 @@ instance = Akeyless::UpdateAccountSettings.new(
37
39
  city: null,
38
40
  company_name: null,
39
41
  country: null,
42
+ default_key_name: null,
40
43
  default_share_link_ttl_minutes: null,
41
44
  default_versioning: null,
42
45
  dp_enable_classic_key_protection: null,
43
46
  item_type: null,
47
+ items_deletion_protection: null,
44
48
  json: null,
45
49
  jwt_ttl_default: null,
46
50
  jwt_ttl_max: null,
@@ -4,13 +4,18 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
7
8
  | **certificate_data** | **String** | Content of the certificate in a Base64 format. | [optional] |
9
+ | **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
10
+ | **description** | **String** | Description of the object | [optional] |
8
11
  | **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
9
12
  | **format** | **String** | CertificateFormat of the certificate and private key, possible values: cer,crt,pem,pfx,p12. Required when passing inline certificate content with --certificate-data or --key-data, otherwise format is derived from the file extension. | [optional] |
10
13
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
11
14
  | **key** | **String** | The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) | [optional] |
12
15
  | **key_data** | **String** | Content of the certificate's private key in a Base64 format. | [optional] |
16
+ | **metadata** | **String** | Deprecated - use description | [optional] |
13
17
  | **name** | **String** | Certificate name | |
18
+ | **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
14
19
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
20
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
21
 
@@ -20,13 +25,18 @@
20
25
  require 'akeyless'
21
26
 
22
27
  instance = Akeyless::UpdateCertificateValue.new(
28
+ add_tag: null,
23
29
  certificate_data: null,
30
+ delete_protection: null,
31
+ description: null,
24
32
  expiration_event_in: null,
25
33
  format: null,
26
34
  json: null,
27
35
  key: null,
28
36
  key_data: null,
37
+ metadata: null,
29
38
  name: null,
39
+ rm_tag: null,
30
40
  token: null,
31
41
  uid_token: null
32
42
  )
@@ -27,6 +27,7 @@
27
27
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (7-365) | [optional] |
28
28
  | **rotator_creds_type** | **String** | The credentials to connect with use-self-creds/use-target-creds | [optional][default to 'use-self-creds'] |
29
29
  | **rotator_custom_cmd** | **String** | \"Custom rotation command (relevant only for ssh target) | [optional] |
30
+ | **same_password** | **String** | Rotate same password for each host from the Linked Target (relevant only for Linked Target) | [optional] |
30
31
  | **secure_access_allow_external_user** | **Boolean** | Allow providing external user for a domain users (relevant only for rdp) | [optional][default to false] |
31
32
  | **secure_access_aws_account_id** | **String** | The AWS account id (relevant only for aws) | [optional] |
32
33
  | **secure_access_aws_native_cli** | **Boolean** | The AWS native cli | [optional] |
@@ -75,6 +76,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
75
76
  rotation_interval: null,
76
77
  rotator_creds_type: null,
77
78
  rotator_custom_cmd: null,
79
+ same_password: null,
78
80
  secure_access_allow_external_user: null,
79
81
  secure_access_aws_account_id: null,
80
82
  secure_access_aws_native_cli: null,
@@ -5,18 +5,18 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
8
+ | **custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
9
+ | **inject_url** | **Array<String>** | For Password Management use, reflect the website context | [optional] |
8
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
11
  | **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
10
12
  | **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] |
11
13
  | **multiline** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
12
14
  | **name** | **String** | Secret name | |
13
15
  | **new_version** | **Boolean** | Deprecated | [optional] |
14
- | **password_manager_custom_field** | **Hash<String, String>** | For Password Management use, additional fields | [optional] |
15
- | **password_manager_inject_url** | **Array<String>** | For Password Management use, reflect the website context | [optional] |
16
- | **password_manager_password** | **String** | For Password Management use, additional fields | [optional] |
17
- | **password_manager_username** | **String** | For Password Management use | [optional] |
16
+ | **password** | **String** | For Password Management use, additional fields | [optional] |
18
17
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
18
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+ | **username** | **String** | For Password Management use | [optional] |
20
20
  | **value** | **String** | The new secret value | |
21
21
 
22
22
  ## Example
@@ -26,18 +26,18 @@ require 'akeyless'
26
26
 
27
27
  instance = Akeyless::UpdateSecretVal.new(
28
28
  accessibility: null,
29
+ custom_field: null,
30
+ inject_url: null,
29
31
  json: null,
30
32
  keep_prev_version: null,
31
33
  key: null,
32
34
  multiline: null,
33
35
  name: null,
34
36
  new_version: null,
35
- password_manager_custom_field: null,
36
- password_manager_inject_url: null,
37
- password_manager_password: null,
38
- password_manager_username: null,
37
+ password: null,
39
38
  token: null,
40
39
  uid_token: null,
40
+ username: null,
41
41
  value: null
42
42
  )
43
43
  ```
@@ -16,20 +16,31 @@ require 'time'
16
16
  module Akeyless
17
17
  # AccountGeneralSettings describes general settings for an account
18
18
  class AccountGeneralSettings
19
+ # AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key
20
+ attr_accessor :account_default_key_item_id
21
+
22
+ # AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will.
23
+ attr_accessor :account_default_key_name
24
+
19
25
  attr_accessor :data_protection_section
20
26
 
21
27
  attr_accessor :enable_request_for_access
22
28
 
23
29
  attr_accessor :password_policy
24
30
 
31
+ attr_accessor :protect_items_by_default
32
+
25
33
  attr_accessor :sharing_policy
26
34
 
27
35
  # Attribute mapping from ruby-style variable name to JSON key.
28
36
  def self.attribute_map
29
37
  {
38
+ :'account_default_key_item_id' => :'account_default_key_item_id',
39
+ :'account_default_key_name' => :'account_default_key_name',
30
40
  :'data_protection_section' => :'data_protection_section',
31
41
  :'enable_request_for_access' => :'enable_request_for_access',
32
42
  :'password_policy' => :'password_policy',
43
+ :'protect_items_by_default' => :'protect_items_by_default',
33
44
  :'sharing_policy' => :'sharing_policy'
34
45
  }
35
46
  end
@@ -42,9 +53,12 @@ module Akeyless
42
53
  # Attribute type mapping.
43
54
  def self.openapi_types
44
55
  {
56
+ :'account_default_key_item_id' => :'Integer',
57
+ :'account_default_key_name' => :'String',
45
58
  :'data_protection_section' => :'DataProtectionSection',
46
59
  :'enable_request_for_access' => :'Boolean',
47
60
  :'password_policy' => :'PasswordPolicyInfo',
61
+ :'protect_items_by_default' => :'Boolean',
48
62
  :'sharing_policy' => :'SharingPolicyInfo'
49
63
  }
50
64
  end
@@ -70,6 +84,14 @@ module Akeyless
70
84
  h[k.to_sym] = v
71
85
  }
72
86
 
87
+ if attributes.key?(:'account_default_key_item_id')
88
+ self.account_default_key_item_id = attributes[:'account_default_key_item_id']
89
+ end
90
+
91
+ if attributes.key?(:'account_default_key_name')
92
+ self.account_default_key_name = attributes[:'account_default_key_name']
93
+ end
94
+
73
95
  if attributes.key?(:'data_protection_section')
74
96
  self.data_protection_section = attributes[:'data_protection_section']
75
97
  end
@@ -82,6 +104,10 @@ module Akeyless
82
104
  self.password_policy = attributes[:'password_policy']
83
105
  end
84
106
 
107
+ if attributes.key?(:'protect_items_by_default')
108
+ self.protect_items_by_default = attributes[:'protect_items_by_default']
109
+ end
110
+
85
111
  if attributes.key?(:'sharing_policy')
86
112
  self.sharing_policy = attributes[:'sharing_policy']
87
113
  end
@@ -105,9 +131,12 @@ module Akeyless
105
131
  def ==(o)
106
132
  return true if self.equal?(o)
107
133
  self.class == o.class &&
134
+ account_default_key_item_id == o.account_default_key_item_id &&
135
+ account_default_key_name == o.account_default_key_name &&
108
136
  data_protection_section == o.data_protection_section &&
109
137
  enable_request_for_access == o.enable_request_for_access &&
110
138
  password_policy == o.password_policy &&
139
+ protect_items_by_default == o.protect_items_by_default &&
111
140
  sharing_policy == o.sharing_policy
112
141
  end
113
142
 
@@ -120,7 +149,7 @@ module Akeyless
120
149
  # Calculates hash code according to all attributes.
121
150
  # @return [Integer] Hash code
122
151
  def hash
123
- [data_protection_section, enable_request_for_access, password_policy, sharing_policy].hash
152
+ [account_default_key_item_id, account_default_key_name, data_protection_section, enable_request_for_access, password_policy, protect_items_by_default, sharing_policy].hash
124
153
  end
125
154
 
126
155
  # Builds the object from hash
@@ -19,6 +19,8 @@ module Akeyless
19
19
 
20
20
  attr_accessor :certificate_format
21
21
 
22
+ attr_accessor :certificate_issuer_item_id
23
+
22
24
  attr_accessor :certificate_issuer_name
23
25
 
24
26
  attr_accessor :certificate_pem
@@ -32,6 +34,7 @@ module Akeyless
32
34
  {
33
35
  :'certificate_chain' => :'certificate_chain',
34
36
  :'certificate_format' => :'certificate_format',
37
+ :'certificate_issuer_item_id' => :'certificate_issuer_item_id',
35
38
  :'certificate_issuer_name' => :'certificate_issuer_name',
36
39
  :'certificate_pem' => :'certificate_pem',
37
40
  :'certificate_status' => :'certificate_status',
@@ -49,6 +52,7 @@ module Akeyless
49
52
  {
50
53
  :'certificate_chain' => :'Array<CertificateInfo>',
51
54
  :'certificate_format' => :'String',
55
+ :'certificate_issuer_item_id' => :'Integer',
52
56
  :'certificate_issuer_name' => :'String',
53
57
  :'certificate_pem' => :'String',
54
58
  :'certificate_status' => :'String',
@@ -87,6 +91,10 @@ module Akeyless
87
91
  self.certificate_format = attributes[:'certificate_format']
88
92
  end
89
93
 
94
+ if attributes.key?(:'certificate_issuer_item_id')
95
+ self.certificate_issuer_item_id = attributes[:'certificate_issuer_item_id']
96
+ end
97
+
90
98
  if attributes.key?(:'certificate_issuer_name')
91
99
  self.certificate_issuer_name = attributes[:'certificate_issuer_name']
92
100
  end
@@ -126,6 +134,7 @@ module Akeyless
126
134
  self.class == o.class &&
127
135
  certificate_chain == o.certificate_chain &&
128
136
  certificate_format == o.certificate_format &&
137
+ certificate_issuer_item_id == o.certificate_issuer_item_id &&
129
138
  certificate_issuer_name == o.certificate_issuer_name &&
130
139
  certificate_pem == o.certificate_pem &&
131
140
  certificate_status == o.certificate_status &&
@@ -141,7 +150,7 @@ module Akeyless
141
150
  # Calculates hash code according to all attributes.
142
151
  # @return [Integer] Hash code
143
152
  def hash
144
- [certificate_chain, certificate_format, certificate_issuer_name, certificate_pem, certificate_status, expiration_events].hash
153
+ [certificate_chain, certificate_format, certificate_issuer_item_id, certificate_issuer_name, certificate_pem, certificate_status, expiration_events].hash
145
154
  end
146
155
 
147
156
  # Builds the object from hash