akeyless 2.16.9 → 2.16.10

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: ce46f1aa9186ae913ccbf23b7afe3888aee9de670dad91c5a95110aefa1150e9
4
- data.tar.gz: fcbef2c91ddead53ae133efb4bd8dace52704e1bbeb69639affc3217b09de6f2
3
+ metadata.gz: 49b6b6fd9155dbd1f414a97aa5de48125e9b3ce2a5f2731e98b2b46bfad18459
4
+ data.tar.gz: 341e89049529b912cd9b04e3f79523f0de796fe1b6b8a226908adb1fe50461ed
5
5
  SHA512:
6
- metadata.gz: 821e4754b74fd1027e241b6a60185cfb3e544739c9f496eace5be7b9d84978ebdf94b23454f54efa33667fbad40b516c0a93cb8184f1ceb0a05cccc71d8c1b9b
7
- data.tar.gz: 95ba44b3eb1c9e747153b892d75406d6a000b5724801ae6c7f42e402899c063c7e03f59cf0f3498d1c6fb8232578401dfe5aa05682e570af43bf237535e1117e
6
+ metadata.gz: 82c780fe54bd031a6136fa47d5988124690f726c40cf0423d4de6d1699f0beb45e6b089b8ca487c10d6192de6a0a53821b85b896e8e613432781a3d9b2f61b97
7
+ data.tar.gz: 932f9ad4b55f90b9fae9b28e5cf9ea2996890a430add3271235329c9977092f58a729d4081feed12c24def62483a62cf83af1323f6c88f51d278c62be35b4915
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.9
10
+ - Package version: 2.16.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
 
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **alphabet** | **String** | Alphabet to use in regexp vaultless tokenization | [optional] |
8
- | **decryption_template** | **String** | The Decryption output template to use in regexp vaultless tokenization | [optional] |
8
+ | **decoding_template** | **String** | The Decoding output template to use in regexp vaultless tokenization | [optional] |
9
9
  | **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
10
+ | **encoding_template** | **String** | The Encoding output template to use in regexp vaultless tokenization | [optional] |
10
11
  | **encryption_key_name** | **String** | AES key name to use in vaultless tokenization | [optional] |
11
- | **encryption_template** | **String** | The Encryption output template to use in regexp vaultless tokenization | [optional] |
12
12
  | **metadata** | **String** | A metadata about the tokenizer | [optional] |
13
13
  | **name** | **String** | Tokenizer name | |
14
14
  | **pattern** | **String** | Pattern to use in regexp vaultless tokenization | [optional] |
@@ -26,10 +26,10 @@ require 'akeyless'
26
26
 
27
27
  instance = Akeyless::CreateTokenizer.new(
28
28
  alphabet: null,
29
- decryption_template: null,
29
+ decoding_template: null,
30
30
  delete_protection: null,
31
+ encoding_template: null,
31
32
  encryption_key_name: null,
32
- encryption_template: null,
33
33
  metadata: null,
34
34
  name: null,
35
35
  pattern: null,
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **alphabet** | **String** | The Alphabet used for the tokenization | [optional] |
8
- | **decryption_template** | **String** | Transformation to perform on the decrypted data | [optional] |
9
- | **encryption_template** | **String** | Transformation to perform on the encrypted data, if the required output template doesn't match the input string The output Should still be valid for the Pattern, otherwise the secret would be able to be decrypted. | [optional] |
8
+ | **decoding_template** | **String** | Transformation to perform on the decrypted data | [optional] |
9
+ | **encoding_template** | **String** | Transformation to perform on the encrypted data, if the required output template doesn't match the input string The output Should still be valid for the Pattern, otherwise the secret would be able to be decrypted. | [optional] |
10
10
  | **pattern** | **String** | Regexp pattern to extract and deposit the text/encdata | [optional] |
11
11
 
12
12
  ## Example
@@ -16,8 +16,8 @@ require 'akeyless'
16
16
 
17
17
  instance = Akeyless::RegexpTokenizerInfo.new(
18
18
  alphabet: null,
19
- decryption_template: null,
20
- encryption_template: null,
19
+ decoding_template: null,
20
+ encoding_template: null,
21
21
  pattern: null
22
22
  )
23
23
  ```
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
8
  | **alphabet** | **String** | Alphabet to use in regexp vaultless tokenization | [optional] |
9
- | **decryption_template** | **String** | The Decryption output template to use in regexp vaultless tokenization | [optional] |
9
+ | **decoding_template** | **String** | The Decoding output template to use in regexp vaultless tokenization | [optional] |
10
10
  | **delete_protection** | **String** | | [optional] |
11
+ | **encoding_template** | **String** | The Encoding output template to use in regexp vaultless tokenization | [optional] |
11
12
  | **encryption_key_name** | **String** | AES key name to use in vaultless tokenization | [optional] |
12
- | **encryption_template** | **String** | The Encryption output template to use in regexp vaultless tokenization | [optional] |
13
13
  | **name** | **String** | Current item name | |
14
14
  | **new_metadata** | **String** | New item metadata | [optional][default to 'default_metadata'] |
15
15
  | **new_name** | **String** | New item name | [optional] |
@@ -29,10 +29,10 @@ require 'akeyless'
29
29
  instance = Akeyless::UpdateTokenizer.new(
30
30
  add_tag: null,
31
31
  alphabet: null,
32
- decryption_template: null,
32
+ decoding_template: null,
33
33
  delete_protection: null,
34
+ encoding_template: null,
34
35
  encryption_key_name: null,
35
- encryption_template: null,
36
36
  name: null,
37
37
  new_metadata: null,
38
38
  new_name: null,
@@ -19,18 +19,18 @@ module Akeyless
19
19
  # Alphabet to use in regexp vaultless tokenization
20
20
  attr_accessor :alphabet
21
21
 
22
- # The Decryption output template to use in regexp vaultless tokenization
23
- attr_accessor :decryption_template
22
+ # The Decoding output template to use in regexp vaultless tokenization
23
+ attr_accessor :decoding_template
24
24
 
25
25
  # Protection from accidental deletion of this item
26
26
  attr_accessor :delete_protection
27
27
 
28
+ # The Encoding output template to use in regexp vaultless tokenization
29
+ attr_accessor :encoding_template
30
+
28
31
  # AES key name to use in vaultless tokenization
29
32
  attr_accessor :encryption_key_name
30
33
 
31
- # The Encryption output template to use in regexp vaultless tokenization
32
- attr_accessor :encryption_template
33
-
34
34
  # A metadata about the tokenizer
35
35
  attr_accessor :metadata
36
36
 
@@ -62,10 +62,10 @@ module Akeyless
62
62
  def self.attribute_map
63
63
  {
64
64
  :'alphabet' => :'alphabet',
65
- :'decryption_template' => :'decryption-template',
65
+ :'decoding_template' => :'decoding-template',
66
66
  :'delete_protection' => :'delete_protection',
67
+ :'encoding_template' => :'encoding-template',
67
68
  :'encryption_key_name' => :'encryption-key-name',
68
- :'encryption_template' => :'encryption-template',
69
69
  :'metadata' => :'metadata',
70
70
  :'name' => :'name',
71
71
  :'pattern' => :'pattern',
@@ -87,10 +87,10 @@ module Akeyless
87
87
  def self.openapi_types
88
88
  {
89
89
  :'alphabet' => :'String',
90
- :'decryption_template' => :'String',
90
+ :'decoding_template' => :'String',
91
91
  :'delete_protection' => :'String',
92
+ :'encoding_template' => :'String',
92
93
  :'encryption_key_name' => :'String',
93
- :'encryption_template' => :'String',
94
94
  :'metadata' => :'String',
95
95
  :'name' => :'String',
96
96
  :'pattern' => :'String',
@@ -128,20 +128,20 @@ module Akeyless
128
128
  self.alphabet = attributes[:'alphabet']
129
129
  end
130
130
 
131
- if attributes.key?(:'decryption_template')
132
- self.decryption_template = attributes[:'decryption_template']
131
+ if attributes.key?(:'decoding_template')
132
+ self.decoding_template = attributes[:'decoding_template']
133
133
  end
134
134
 
135
135
  if attributes.key?(:'delete_protection')
136
136
  self.delete_protection = attributes[:'delete_protection']
137
137
  end
138
138
 
139
- if attributes.key?(:'encryption_key_name')
140
- self.encryption_key_name = attributes[:'encryption_key_name']
139
+ if attributes.key?(:'encoding_template')
140
+ self.encoding_template = attributes[:'encoding_template']
141
141
  end
142
142
 
143
- if attributes.key?(:'encryption_template')
144
- self.encryption_template = attributes[:'encryption_template']
143
+ if attributes.key?(:'encryption_key_name')
144
+ self.encryption_key_name = attributes[:'encryption_key_name']
145
145
  end
146
146
 
147
147
  if attributes.key?(:'metadata')
@@ -217,10 +217,10 @@ module Akeyless
217
217
  return true if self.equal?(o)
218
218
  self.class == o.class &&
219
219
  alphabet == o.alphabet &&
220
- decryption_template == o.decryption_template &&
220
+ decoding_template == o.decoding_template &&
221
221
  delete_protection == o.delete_protection &&
222
+ encoding_template == o.encoding_template &&
222
223
  encryption_key_name == o.encryption_key_name &&
223
- encryption_template == o.encryption_template &&
224
224
  metadata == o.metadata &&
225
225
  name == o.name &&
226
226
  pattern == o.pattern &&
@@ -241,7 +241,7 @@ module Akeyless
241
241
  # Calculates hash code according to all attributes.
242
242
  # @return [Integer] Hash code
243
243
  def hash
244
- [alphabet, decryption_template, delete_protection, encryption_key_name, encryption_template, metadata, name, pattern, tag, template_type, token, tokenizer_type, tweak_type, uid_token].hash
244
+ [alphabet, decoding_template, delete_protection, encoding_template, encryption_key_name, metadata, name, pattern, tag, template_type, token, tokenizer_type, tweak_type, uid_token].hash
245
245
  end
246
246
 
247
247
  # Builds the object from hash
@@ -20,10 +20,10 @@ module Akeyless
20
20
  attr_accessor :alphabet
21
21
 
22
22
  # Transformation to perform on the decrypted data
23
- attr_accessor :decryption_template
23
+ attr_accessor :decoding_template
24
24
 
25
25
  # Transformation to perform on the encrypted data, if the required output template doesn't match the input string The output Should still be valid for the Pattern, otherwise the secret would be able to be decrypted.
26
- attr_accessor :encryption_template
26
+ attr_accessor :encoding_template
27
27
 
28
28
  # Regexp pattern to extract and deposit the text/encdata
29
29
  attr_accessor :pattern
@@ -32,8 +32,8 @@ module Akeyless
32
32
  def self.attribute_map
33
33
  {
34
34
  :'alphabet' => :'alphabet',
35
- :'decryption_template' => :'decryption_template',
36
- :'encryption_template' => :'encryption_template',
35
+ :'decoding_template' => :'decoding_template',
36
+ :'encoding_template' => :'encoding_template',
37
37
  :'pattern' => :'pattern'
38
38
  }
39
39
  end
@@ -47,8 +47,8 @@ module Akeyless
47
47
  def self.openapi_types
48
48
  {
49
49
  :'alphabet' => :'String',
50
- :'decryption_template' => :'String',
51
- :'encryption_template' => :'String',
50
+ :'decoding_template' => :'String',
51
+ :'encoding_template' => :'String',
52
52
  :'pattern' => :'String'
53
53
  }
54
54
  end
@@ -78,12 +78,12 @@ module Akeyless
78
78
  self.alphabet = attributes[:'alphabet']
79
79
  end
80
80
 
81
- if attributes.key?(:'decryption_template')
82
- self.decryption_template = attributes[:'decryption_template']
81
+ if attributes.key?(:'decoding_template')
82
+ self.decoding_template = attributes[:'decoding_template']
83
83
  end
84
84
 
85
- if attributes.key?(:'encryption_template')
86
- self.encryption_template = attributes[:'encryption_template']
85
+ if attributes.key?(:'encoding_template')
86
+ self.encoding_template = attributes[:'encoding_template']
87
87
  end
88
88
 
89
89
  if attributes.key?(:'pattern')
@@ -110,8 +110,8 @@ module Akeyless
110
110
  return true if self.equal?(o)
111
111
  self.class == o.class &&
112
112
  alphabet == o.alphabet &&
113
- decryption_template == o.decryption_template &&
114
- encryption_template == o.encryption_template &&
113
+ decoding_template == o.decoding_template &&
114
+ encoding_template == o.encoding_template &&
115
115
  pattern == o.pattern
116
116
  end
117
117
 
@@ -124,7 +124,7 @@ module Akeyless
124
124
  # Calculates hash code according to all attributes.
125
125
  # @return [Integer] Hash code
126
126
  def hash
127
- [alphabet, decryption_template, encryption_template, pattern].hash
127
+ [alphabet, decoding_template, encoding_template, pattern].hash
128
128
  end
129
129
 
130
130
  # Builds the object from hash
@@ -22,17 +22,17 @@ module Akeyless
22
22
  # Alphabet to use in regexp vaultless tokenization
23
23
  attr_accessor :alphabet
24
24
 
25
- # The Decryption output template to use in regexp vaultless tokenization
26
- attr_accessor :decryption_template
25
+ # The Decoding output template to use in regexp vaultless tokenization
26
+ attr_accessor :decoding_template
27
27
 
28
28
  attr_accessor :delete_protection
29
29
 
30
+ # The Encoding output template to use in regexp vaultless tokenization
31
+ attr_accessor :encoding_template
32
+
30
33
  # AES key name to use in vaultless tokenization
31
34
  attr_accessor :encryption_key_name
32
35
 
33
- # The Encryption output template to use in regexp vaultless tokenization
34
- attr_accessor :encryption_template
35
-
36
36
  # Current item name
37
37
  attr_accessor :name
38
38
 
@@ -68,10 +68,10 @@ module Akeyless
68
68
  {
69
69
  :'add_tag' => :'add-tag',
70
70
  :'alphabet' => :'alphabet',
71
- :'decryption_template' => :'decryption-template',
71
+ :'decoding_template' => :'decoding-template',
72
72
  :'delete_protection' => :'delete_protection',
73
+ :'encoding_template' => :'encoding-template',
73
74
  :'encryption_key_name' => :'encryption-key-name',
74
- :'encryption_template' => :'encryption-template',
75
75
  :'name' => :'name',
76
76
  :'new_metadata' => :'new-metadata',
77
77
  :'new_name' => :'new-name',
@@ -95,10 +95,10 @@ module Akeyless
95
95
  {
96
96
  :'add_tag' => :'Array<String>',
97
97
  :'alphabet' => :'String',
98
- :'decryption_template' => :'String',
98
+ :'decoding_template' => :'String',
99
99
  :'delete_protection' => :'String',
100
+ :'encoding_template' => :'String',
100
101
  :'encryption_key_name' => :'String',
101
- :'encryption_template' => :'String',
102
102
  :'name' => :'String',
103
103
  :'new_metadata' => :'String',
104
104
  :'new_name' => :'String',
@@ -143,20 +143,20 @@ module Akeyless
143
143
  self.alphabet = attributes[:'alphabet']
144
144
  end
145
145
 
146
- if attributes.key?(:'decryption_template')
147
- self.decryption_template = attributes[:'decryption_template']
146
+ if attributes.key?(:'decoding_template')
147
+ self.decoding_template = attributes[:'decoding_template']
148
148
  end
149
149
 
150
150
  if attributes.key?(:'delete_protection')
151
151
  self.delete_protection = attributes[:'delete_protection']
152
152
  end
153
153
 
154
- if attributes.key?(:'encryption_key_name')
155
- self.encryption_key_name = attributes[:'encryption_key_name']
154
+ if attributes.key?(:'encoding_template')
155
+ self.encoding_template = attributes[:'encoding_template']
156
156
  end
157
157
 
158
- if attributes.key?(:'encryption_template')
159
- self.encryption_template = attributes[:'encryption_template']
158
+ if attributes.key?(:'encryption_key_name')
159
+ self.encryption_key_name = attributes[:'encryption_key_name']
160
160
  end
161
161
 
162
162
  if attributes.key?(:'name')
@@ -239,10 +239,10 @@ module Akeyless
239
239
  self.class == o.class &&
240
240
  add_tag == o.add_tag &&
241
241
  alphabet == o.alphabet &&
242
- decryption_template == o.decryption_template &&
242
+ decoding_template == o.decoding_template &&
243
243
  delete_protection == o.delete_protection &&
244
+ encoding_template == o.encoding_template &&
244
245
  encryption_key_name == o.encryption_key_name &&
245
- encryption_template == o.encryption_template &&
246
246
  name == o.name &&
247
247
  new_metadata == o.new_metadata &&
248
248
  new_name == o.new_name &&
@@ -264,7 +264,7 @@ module Akeyless
264
264
  # Calculates hash code according to all attributes.
265
265
  # @return [Integer] Hash code
266
266
  def hash
267
- [add_tag, alphabet, decryption_template, delete_protection, encryption_key_name, encryption_template, name, new_metadata, new_name, pattern, rm_tag, template_type, token, tokenizer_type, tweak_type, uid_token].hash
267
+ [add_tag, alphabet, decoding_template, delete_protection, encoding_template, encryption_key_name, name, new_metadata, new_name, pattern, rm_tag, template_type, token, tokenizer_type, tweak_type, uid_token].hash
268
268
  end
269
269
 
270
270
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Akeyless
14
- VERSION = '2.16.9'
14
+ VERSION = '2.16.10'
15
15
  end
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: 2.16.9
4
+ version: 2.16.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus