akeyless 3.3.7 → 3.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a58478490360a3f9f0a7b9d706e40bfa139a39b0d09ed98da0b08f4764c553f4
4
- data.tar.gz: bc3568f0358816e2eb54b127cba525c74ab744612db310fd3c75c5e3d5addbdd
3
+ metadata.gz: b8d60d58aebe4015630b616eeb1e0cb7e16d923a0b29bef1dee379bba1a0f068
4
+ data.tar.gz: 64be785feeb2d865c9bc32a22914a0198da3533b4ee87fb6d4880abdd92bbf6f
5
5
  SHA512:
6
- metadata.gz: 37b4fe0e495ab7092c994f16b232f28bb49dc73f1d57a3b9a0d5775375d89033e5df4cc07b811cf5ff76acb2c4179d64909a7405844156e80f052e99f11cb949
7
- data.tar.gz: 426d38b9eeec69d495294c1fef8439eed5b9b42ac077be15a8123992fe99353f7f57bfed0f3cb00cde326ccedfb88c73e3b00e0ca11561ccc7264c1a721f265d
6
+ metadata.gz: f81e8389da803543223af884b94fe373d55963a2e4e857264d5adefcac31e5d448dc820841f14abb7d03c7d8decc215410d5b59469e73f5df3468aa23f5fd1e6
7
+ data.tar.gz: 310c6979fd6713752444152ea8bf4fa081dd98bbb41f20f8dfec09cc0fa5bcd0715e07a84dfc9ed40440b8a5766c68303d8d427f5b5284e76e07bc5e5336411e
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.7
10
+ - Package version: 3.3.9
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -7,6 +7,7 @@
7
7
  | **data_protection_section** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional] |
8
8
  | **enable_request_for_access** | **Boolean** | | [optional] |
9
9
  | **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
10
+ | **protect_items_by_default** | **Boolean** | | [optional] |
10
11
  | **sharing_policy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional] |
11
12
 
12
13
  ## Example
@@ -18,6 +19,7 @@ instance = Akeyless::AccountGeneralSettings.new(
18
19
  data_protection_section: null,
19
20
  enable_request_for_access: null,
20
21
  password_policy: null,
22
+ protect_items_by_default: null,
21
23
  sharing_policy: null
22
24
  )
23
25
  ```
data/docs/AuthMethod.md CHANGED
@@ -7,6 +7,7 @@
7
7
  | **access_date** | **Time** | | [optional] |
8
8
  | **access_info** | [**AuthMethodAccessInfo**](AuthMethodAccessInfo.md) | | [optional] |
9
9
  | **account_id** | **String** | | [optional] |
10
+ | **associated_gw_ids** | **Array<Integer>** | | [optional] |
10
11
  | **auth_method_access_id** | **String** | | [optional] |
11
12
  | **auth_method_name** | **String** | | [optional] |
12
13
  | **auth_method_roles_assoc** | [**Array<AuthMethodRoleAssociation>**](AuthMethodRoleAssociation.md) | | [optional] |
@@ -24,6 +25,7 @@ instance = Akeyless::AuthMethod.new(
24
25
  access_date: null,
25
26
  access_info: null,
26
27
  account_id: null,
28
+ associated_gw_ids: null,
27
29
  auth_method_access_id: null,
28
30
  auth_method_name: null,
29
31
  auth_method_roles_assoc: 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,
@@ -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,
@@ -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
 
@@ -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] |
@@ -12,6 +12,7 @@
12
12
  | **default_versioning** | **String** | If set to true, new item version will be created on each update [true/false] | [optional] |
13
13
  | **dp_enable_classic_key_protection** | **String** | Set to update protection with classic keys state [true/false] | [optional] |
14
14
  | **item_type** | **String** | VersionSettingsObjectType defines object types for account version settings | [optional] |
15
+ | **items_deletion_protection** | **String** | Set or unset the default behaviour of items deletion protection [true/false] | [optional] |
15
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
16
17
  | **jwt_ttl_default** | **Integer** | Default ttl | [optional] |
17
18
  | **jwt_ttl_max** | **Integer** | Maximum ttl | [optional] |
@@ -41,6 +42,7 @@ instance = Akeyless::UpdateAccountSettings.new(
41
42
  default_versioning: null,
42
43
  dp_enable_classic_key_protection: null,
43
44
  item_type: null,
45
+ items_deletion_protection: null,
44
46
  json: null,
45
47
  jwt_ttl_default: null,
46
48
  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
  ```
@@ -22,6 +22,8 @@ module Akeyless
22
22
 
23
23
  attr_accessor :password_policy
24
24
 
25
+ attr_accessor :protect_items_by_default
26
+
25
27
  attr_accessor :sharing_policy
26
28
 
27
29
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -30,6 +32,7 @@ module Akeyless
30
32
  :'data_protection_section' => :'data_protection_section',
31
33
  :'enable_request_for_access' => :'enable_request_for_access',
32
34
  :'password_policy' => :'password_policy',
35
+ :'protect_items_by_default' => :'protect_items_by_default',
33
36
  :'sharing_policy' => :'sharing_policy'
34
37
  }
35
38
  end
@@ -45,6 +48,7 @@ module Akeyless
45
48
  :'data_protection_section' => :'DataProtectionSection',
46
49
  :'enable_request_for_access' => :'Boolean',
47
50
  :'password_policy' => :'PasswordPolicyInfo',
51
+ :'protect_items_by_default' => :'Boolean',
48
52
  :'sharing_policy' => :'SharingPolicyInfo'
49
53
  }
50
54
  end
@@ -82,6 +86,10 @@ module Akeyless
82
86
  self.password_policy = attributes[:'password_policy']
83
87
  end
84
88
 
89
+ if attributes.key?(:'protect_items_by_default')
90
+ self.protect_items_by_default = attributes[:'protect_items_by_default']
91
+ end
92
+
85
93
  if attributes.key?(:'sharing_policy')
86
94
  self.sharing_policy = attributes[:'sharing_policy']
87
95
  end
@@ -108,6 +116,7 @@ module Akeyless
108
116
  data_protection_section == o.data_protection_section &&
109
117
  enable_request_for_access == o.enable_request_for_access &&
110
118
  password_policy == o.password_policy &&
119
+ protect_items_by_default == o.protect_items_by_default &&
111
120
  sharing_policy == o.sharing_policy
112
121
  end
113
122
 
@@ -120,7 +129,7 @@ module Akeyless
120
129
  # Calculates hash code according to all attributes.
121
130
  # @return [Integer] Hash code
122
131
  def hash
123
- [data_protection_section, enable_request_for_access, password_policy, sharing_policy].hash
132
+ [data_protection_section, enable_request_for_access, password_policy, protect_items_by_default, sharing_policy].hash
124
133
  end
125
134
 
126
135
  # Builds the object from hash
@@ -21,6 +21,8 @@ module Akeyless
21
21
 
22
22
  attr_accessor :account_id
23
23
 
24
+ attr_accessor :associated_gw_ids
25
+
24
26
  attr_accessor :auth_method_access_id
25
27
 
26
28
  attr_accessor :auth_method_name
@@ -41,6 +43,7 @@ module Akeyless
41
43
  :'access_date' => :'access_date',
42
44
  :'access_info' => :'access_info',
43
45
  :'account_id' => :'account_id',
46
+ :'associated_gw_ids' => :'associated_gw_ids',
44
47
  :'auth_method_access_id' => :'auth_method_access_id',
45
48
  :'auth_method_name' => :'auth_method_name',
46
49
  :'auth_method_roles_assoc' => :'auth_method_roles_assoc',
@@ -62,6 +65,7 @@ module Akeyless
62
65
  :'access_date' => :'Time',
63
66
  :'access_info' => :'AuthMethodAccessInfo',
64
67
  :'account_id' => :'String',
68
+ :'associated_gw_ids' => :'Array<Integer>',
65
69
  :'auth_method_access_id' => :'String',
66
70
  :'auth_method_name' => :'String',
67
71
  :'auth_method_roles_assoc' => :'Array<AuthMethodRoleAssociation>',
@@ -105,6 +109,12 @@ module Akeyless
105
109
  self.account_id = attributes[:'account_id']
106
110
  end
107
111
 
112
+ if attributes.key?(:'associated_gw_ids')
113
+ if (value = attributes[:'associated_gw_ids']).is_a?(Array)
114
+ self.associated_gw_ids = value
115
+ end
116
+ end
117
+
108
118
  if attributes.key?(:'auth_method_access_id')
109
119
  self.auth_method_access_id = attributes[:'auth_method_access_id']
110
120
  end
@@ -159,6 +169,7 @@ module Akeyless
159
169
  access_date == o.access_date &&
160
170
  access_info == o.access_info &&
161
171
  account_id == o.account_id &&
172
+ associated_gw_ids == o.associated_gw_ids &&
162
173
  auth_method_access_id == o.auth_method_access_id &&
163
174
  auth_method_name == o.auth_method_name &&
164
175
  auth_method_roles_assoc == o.auth_method_roles_assoc &&
@@ -177,7 +188,7 @@ module Akeyless
177
188
  # Calculates hash code according to all attributes.
178
189
  # @return [Integer] Hash code
179
190
  def hash
180
- [access_date, access_info, account_id, auth_method_access_id, auth_method_name, auth_method_roles_assoc, client_permissions, creation_date, is_approved, modification_date].hash
191
+ [access_date, access_info, account_id, associated_gw_ids, auth_method_access_id, auth_method_name, auth_method_roles_assoc, client_permissions, creation_date, is_approved, modification_date].hash
181
192
  end
182
193
 
183
194
  # Builds the object from hash
@@ -80,6 +80,9 @@ module Akeyless
80
80
  # Rotator Type
81
81
  attr_accessor :rotator_type
82
82
 
83
+ # Rotate same password for each host from the Linked Target (relevant only for Linked Target)
84
+ attr_accessor :same_password
85
+
83
86
  # Allow providing external user for a domain users (relevant only for rdp)
84
87
  attr_accessor :secure_access_allow_external_user
85
88
 
@@ -171,6 +174,7 @@ module Akeyless
171
174
  :'rotator_creds_type' => :'rotator-creds-type',
172
175
  :'rotator_custom_cmd' => :'rotator-custom-cmd',
173
176
  :'rotator_type' => :'rotator-type',
177
+ :'same_password' => :'same-password',
174
178
  :'secure_access_allow_external_user' => :'secure-access-allow-external-user',
175
179
  :'secure_access_aws_account_id' => :'secure-access-aws-account-id',
176
180
  :'secure_access_aws_native_cli' => :'secure-access-aws-native-cli',
@@ -226,6 +230,7 @@ module Akeyless
226
230
  :'rotator_creds_type' => :'String',
227
231
  :'rotator_custom_cmd' => :'String',
228
232
  :'rotator_type' => :'String',
233
+ :'same_password' => :'String',
229
234
  :'secure_access_allow_external_user' => :'Boolean',
230
235
  :'secure_access_aws_account_id' => :'String',
231
236
  :'secure_access_aws_native_cli' => :'Boolean',
@@ -368,6 +373,10 @@ module Akeyless
368
373
  self.rotator_type = attributes[:'rotator_type']
369
374
  end
370
375
 
376
+ if attributes.key?(:'same_password')
377
+ self.same_password = attributes[:'same_password']
378
+ end
379
+
371
380
  if attributes.key?(:'secure_access_allow_external_user')
372
381
  self.secure_access_allow_external_user = attributes[:'secure_access_allow_external_user']
373
382
  else
@@ -524,6 +533,7 @@ module Akeyless
524
533
  rotator_creds_type == o.rotator_creds_type &&
525
534
  rotator_custom_cmd == o.rotator_custom_cmd &&
526
535
  rotator_type == o.rotator_type &&
536
+ same_password == o.same_password &&
527
537
  secure_access_allow_external_user == o.secure_access_allow_external_user &&
528
538
  secure_access_aws_account_id == o.secure_access_aws_account_id &&
529
539
  secure_access_aws_native_cli == o.secure_access_aws_native_cli &&
@@ -557,7 +567,7 @@ module Akeyless
557
567
  # Calculates hash code according to all attributes.
558
568
  # @return [Integer] Hash code
559
569
  def hash
560
- [api_id, api_key, application_id, authentication_credentials, auto_rotate, aws_region, custom_payload, delete_protection, description, gcp_key, json, key, metadata, name, rotate_after_disconnect, rotated_password, rotated_username, rotation_hour, rotation_interval, rotator_creds_type, rotator_custom_cmd, rotator_type, secure_access_allow_external_user, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, ssh_password, ssh_username, storage_account_key_name, tags, target_name, token, uid_token, user_attribute, user_dn].hash
570
+ [api_id, api_key, application_id, authentication_credentials, auto_rotate, aws_region, custom_payload, delete_protection, description, gcp_key, json, key, metadata, name, rotate_after_disconnect, rotated_password, rotated_username, rotation_hour, rotation_interval, rotator_creds_type, rotator_custom_cmd, rotator_type, same_password, secure_access_allow_external_user, secure_access_aws_account_id, secure_access_aws_native_cli, secure_access_bastion_issuer, secure_access_db_name, secure_access_db_schema, secure_access_enable, secure_access_host, secure_access_rdp_domain, secure_access_rdp_user, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, ssh_password, ssh_username, storage_account_key_name, tags, target_name, token, uid_token, user_attribute, user_dn].hash
561
571
  end
562
572
 
563
573
  # Builds the object from hash