akeyless 3.3.7 → 3.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/AuthMethod.md +2 -0
- data/lib/akeyless/models/auth_method.rb +12 -1
- data/lib/akeyless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16ddb8bd0d5a0d50bd02ec2446eadc961a6a4dee406837abdfdf20b951003f39
|
|
4
|
+
data.tar.gz: 16a79cfb33edea59790e6db30808fdeb17f0c2f87fe117e48a035eacb3668dce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e4f0e83662518bb51ca5ccbbdc80a4c535d50425d57298630c81a760cfc3fab82f12f3d3e9db06e3d9068448943d464494a99806d7cb686c7a91b9aee13827f
|
|
7
|
+
data.tar.gz: 27a9cb3149315134facf063164c30f1f5ab7040f6264030dffea93fd6894c60e4229cd631c62088a7961779871872b5cb9e0d7f94d43330f289de45654f10fcd
|
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.
|
|
10
|
+
- Package version: 3.3.8
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
13
13
|
|
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,
|
|
@@ -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
|
data/lib/akeyless/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akeyless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|