akeyless 5.0.27 → 5.0.28

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.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -1
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/EsmGetSecretOutput.md +7 -1
  5. data/docs/FolderDeleteSync.md +32 -0
  6. data/docs/FolderDeleteSyncOutput.md +24 -0
  7. data/docs/FolderSync.md +34 -0
  8. data/docs/FolderSyncAll.md +26 -0
  9. data/docs/FolderSyncAllOutput.md +18 -0
  10. data/docs/FolderSyncOutput.md +24 -0
  11. data/docs/FolderUSCSyncConfig.md +2 -0
  12. data/docs/OIDCAccessRules.md +2 -0
  13. data/docs/PersonalFolderGlobalMappingSettings.md +20 -0
  14. data/docs/RotatedSecretCreateAws.md +4 -4
  15. data/docs/RotatedSecretCreateAzure.md +6 -4
  16. data/docs/RotatedSecretCreateCassandra.md +4 -4
  17. data/docs/RotatedSecretCreateCustom.md +4 -4
  18. data/docs/RotatedSecretCreateDockerhub.md +4 -4
  19. data/docs/RotatedSecretCreateGcp.md +4 -4
  20. data/docs/RotatedSecretCreateHanadb.md +4 -4
  21. data/docs/RotatedSecretCreateHashiVault.md +60 -0
  22. data/docs/RotatedSecretCreateLdap.md +4 -4
  23. data/docs/RotatedSecretCreateMongodb.md +4 -4
  24. data/docs/RotatedSecretCreateMssql.md +4 -4
  25. data/docs/RotatedSecretCreateMysql.md +4 -4
  26. data/docs/RotatedSecretCreateOpenAI.md +4 -4
  27. data/docs/RotatedSecretCreateOracledb.md +4 -4
  28. data/docs/RotatedSecretCreatePostgresql.md +4 -4
  29. data/docs/RotatedSecretCreateRedis.md +4 -4
  30. data/docs/RotatedSecretCreateRedshift.md +4 -4
  31. data/docs/RotatedSecretCreateSnowflake.md +4 -4
  32. data/docs/RotatedSecretCreateSplunk.md +4 -4
  33. data/docs/RotatedSecretCreateSsh.md +4 -4
  34. data/docs/RotatedSecretCreateWindows.md +4 -4
  35. data/docs/RotatedSecretUpdateAws.md +4 -4
  36. data/docs/RotatedSecretUpdateAzure.md +6 -4
  37. data/docs/RotatedSecretUpdateCassandra.md +4 -4
  38. data/docs/RotatedSecretUpdateCustom.md +4 -4
  39. data/docs/RotatedSecretUpdateDockerhub.md +4 -4
  40. data/docs/RotatedSecretUpdateGcp.md +4 -4
  41. data/docs/RotatedSecretUpdateHanadb.md +4 -4
  42. data/docs/RotatedSecretUpdateHashiVault.md +64 -0
  43. data/docs/RotatedSecretUpdateLdap.md +4 -4
  44. data/docs/RotatedSecretUpdateMongodb.md +4 -4
  45. data/docs/RotatedSecretUpdateMssql.md +4 -4
  46. data/docs/RotatedSecretUpdateMysql.md +4 -4
  47. data/docs/RotatedSecretUpdateOpenAI.md +4 -4
  48. data/docs/RotatedSecretUpdateOracledb.md +4 -4
  49. data/docs/RotatedSecretUpdatePostgresql.md +4 -4
  50. data/docs/RotatedSecretUpdateRedis.md +4 -4
  51. data/docs/RotatedSecretUpdateRedshift.md +4 -4
  52. data/docs/RotatedSecretUpdateSnowflake.md +4 -4
  53. data/docs/RotatedSecretUpdateSplunk.md +4 -4
  54. data/docs/RotatedSecretUpdateSsh.md +4 -4
  55. data/docs/RotatedSecretUpdateWindows.md +4 -4
  56. data/docs/SecretInfo.md +5 -1
  57. data/docs/UscGetSecretOutput.md +7 -1
  58. data/docs/V2Api.md +315 -0
  59. data/lib/akeyless/api/v2_api.rb +320 -0
  60. data/lib/akeyless/models/account_general_settings.rb +10 -1
  61. data/lib/akeyless/models/esm_get_secret_output.rb +35 -4
  62. data/lib/akeyless/models/folder_delete_sync.rb +305 -0
  63. data/lib/akeyless/models/folder_delete_sync_output.rb +245 -0
  64. data/lib/akeyless/models/folder_sync.rb +306 -0
  65. data/lib/akeyless/models/folder_sync_all.rb +266 -0
  66. data/lib/akeyless/models/folder_sync_all_output.rb +214 -0
  67. data/lib/akeyless/models/folder_sync_output.rb +247 -0
  68. data/lib/akeyless/models/folder_usc_sync_config.rb +10 -1
  69. data/lib/akeyless/models/oidc_access_rules.rb +11 -1
  70. data/lib/akeyless/models/personal_folder_global_mapping_settings.rb +223 -0
  71. data/lib/akeyless/models/rotated_secret_create_aws.rb +0 -4
  72. data/lib/akeyless/models/rotated_secret_create_azure.rb +11 -5
  73. data/lib/akeyless/models/rotated_secret_create_cassandra.rb +0 -4
  74. data/lib/akeyless/models/rotated_secret_create_custom.rb +0 -4
  75. data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +0 -4
  76. data/lib/akeyless/models/rotated_secret_create_gcp.rb +0 -4
  77. data/lib/akeyless/models/rotated_secret_create_hanadb.rb +0 -4
  78. data/lib/akeyless/models/rotated_secret_create_hashi_vault.rb +446 -0
  79. data/lib/akeyless/models/rotated_secret_create_ldap.rb +0 -4
  80. data/lib/akeyless/models/rotated_secret_create_mongodb.rb +0 -4
  81. data/lib/akeyless/models/rotated_secret_create_mssql.rb +0 -4
  82. data/lib/akeyless/models/rotated_secret_create_mysql.rb +0 -4
  83. data/lib/akeyless/models/rotated_secret_create_open_ai.rb +0 -4
  84. data/lib/akeyless/models/rotated_secret_create_oracledb.rb +0 -4
  85. data/lib/akeyless/models/rotated_secret_create_postgresql.rb +0 -4
  86. data/lib/akeyless/models/rotated_secret_create_redis.rb +0 -4
  87. data/lib/akeyless/models/rotated_secret_create_redshift.rb +0 -4
  88. data/lib/akeyless/models/rotated_secret_create_snowflake.rb +0 -4
  89. data/lib/akeyless/models/rotated_secret_create_splunk.rb +0 -4
  90. data/lib/akeyless/models/rotated_secret_create_ssh.rb +0 -4
  91. data/lib/akeyless/models/rotated_secret_create_windows.rb +0 -4
  92. data/lib/akeyless/models/rotated_secret_sync.rb +1 -1
  93. data/lib/akeyless/models/rotated_secret_update_aws.rb +0 -4
  94. data/lib/akeyless/models/rotated_secret_update_azure.rb +11 -5
  95. data/lib/akeyless/models/rotated_secret_update_cassandra.rb +0 -4
  96. data/lib/akeyless/models/rotated_secret_update_custom.rb +0 -4
  97. data/lib/akeyless/models/rotated_secret_update_dockerhub.rb +0 -4
  98. data/lib/akeyless/models/rotated_secret_update_gcp.rb +0 -4
  99. data/lib/akeyless/models/rotated_secret_update_hanadb.rb +0 -4
  100. data/lib/akeyless/models/rotated_secret_update_hashi_vault.rb +463 -0
  101. data/lib/akeyless/models/rotated_secret_update_ldap.rb +0 -4
  102. data/lib/akeyless/models/rotated_secret_update_mongodb.rb +0 -4
  103. data/lib/akeyless/models/rotated_secret_update_mssql.rb +0 -4
  104. data/lib/akeyless/models/rotated_secret_update_mysql.rb +0 -4
  105. data/lib/akeyless/models/rotated_secret_update_open_ai.rb +0 -4
  106. data/lib/akeyless/models/rotated_secret_update_oracledb.rb +0 -4
  107. data/lib/akeyless/models/rotated_secret_update_postgresql.rb +0 -4
  108. data/lib/akeyless/models/rotated_secret_update_redis.rb +0 -4
  109. data/lib/akeyless/models/rotated_secret_update_redshift.rb +0 -4
  110. data/lib/akeyless/models/rotated_secret_update_snowflake.rb +0 -4
  111. data/lib/akeyless/models/rotated_secret_update_splunk.rb +0 -4
  112. data/lib/akeyless/models/rotated_secret_update_ssh.rb +0 -4
  113. data/lib/akeyless/models/rotated_secret_update_windows.rb +0 -4
  114. data/lib/akeyless/models/secret_info.rb +24 -4
  115. data/lib/akeyless/models/static_secret_sync.rb +1 -1
  116. data/lib/akeyless/models/usc_get_secret_output.rb +35 -4
  117. data/lib/akeyless/version.rb +1 -1
  118. data/lib/akeyless.rb +9 -0
  119. data/spec/models/folder_delete_sync_output_spec.rb +54 -0
  120. data/spec/models/folder_delete_sync_spec.rb +78 -0
  121. data/spec/models/folder_sync_all_output_spec.rb +36 -0
  122. data/spec/models/folder_sync_all_spec.rb +60 -0
  123. data/spec/models/folder_sync_output_spec.rb +54 -0
  124. data/spec/models/folder_sync_spec.rb +84 -0
  125. data/spec/models/personal_folder_global_mapping_settings_spec.rb +42 -0
  126. data/spec/models/rotated_secret_create_hashi_vault_spec.rb +162 -0
  127. data/spec/models/rotated_secret_update_hashi_vault_spec.rb +174 -0
  128. metadata +38 -2
@@ -0,0 +1,223 @@
1
+ =begin
2
+ #Akeyless API
3
+
4
+ #The purpose of this application is to provide access to Akeyless API.
5
+
6
+ The version of the OpenAPI document: 3.0
7
+ Contact: support@akeyless.io
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.10.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Akeyless
17
+ class PersonalFolderGlobalMappingSettings
18
+ attr_accessor :enable
19
+
20
+ attr_accessor :unique_identifier_claim
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'enable' => :'enable',
26
+ :'unique_identifier_claim' => :'unique_identifier_claim'
27
+ }
28
+ end
29
+
30
+ # Returns all the JSON keys this model knows about
31
+ def self.acceptable_attributes
32
+ attribute_map.values
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.openapi_types
37
+ {
38
+ :'enable' => :'Boolean',
39
+ :'unique_identifier_claim' => :'String'
40
+ }
41
+ end
42
+
43
+ # List of attributes with nullable: true
44
+ def self.openapi_nullable
45
+ Set.new([
46
+ ])
47
+ end
48
+
49
+ # Initializes the object
50
+ # @param [Hash] attributes Model attributes in the form of hash
51
+ def initialize(attributes = {})
52
+ if (!attributes.is_a?(Hash))
53
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Akeyless::PersonalFolderGlobalMappingSettings` initialize method"
54
+ end
55
+
56
+ # check to see if the attribute exists and convert string to symbol for hash key
57
+ attributes = attributes.each_with_object({}) { |(k, v), h|
58
+ if (!self.class.attribute_map.key?(k.to_sym))
59
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Akeyless::PersonalFolderGlobalMappingSettings`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
60
+ end
61
+ h[k.to_sym] = v
62
+ }
63
+
64
+ if attributes.key?(:'enable')
65
+ self.enable = attributes[:'enable']
66
+ end
67
+
68
+ if attributes.key?(:'unique_identifier_claim')
69
+ self.unique_identifier_claim = attributes[:'unique_identifier_claim']
70
+ end
71
+ end
72
+
73
+ # Show invalid properties with the reasons. Usually used together with valid?
74
+ # @return Array for valid properties with the reasons
75
+ def list_invalid_properties
76
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
77
+ invalid_properties = Array.new
78
+ invalid_properties
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ def valid?
84
+ warn '[DEPRECATED] the `valid?` method is obsolete'
85
+ true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param [Object] Object to be compared
90
+ def ==(o)
91
+ return true if self.equal?(o)
92
+ self.class == o.class &&
93
+ enable == o.enable &&
94
+ unique_identifier_claim == o.unique_identifier_claim
95
+ end
96
+
97
+ # @see the `==` method
98
+ # @param [Object] Object to be compared
99
+ def eql?(o)
100
+ self == o
101
+ end
102
+
103
+ # Calculates hash code according to all attributes.
104
+ # @return [Integer] Hash code
105
+ def hash
106
+ [enable, unique_identifier_claim].hash
107
+ end
108
+
109
+ # Builds the object from hash
110
+ # @param [Hash] attributes Model attributes in the form of hash
111
+ # @return [Object] Returns the model itself
112
+ def self.build_from_hash(attributes)
113
+ return nil unless attributes.is_a?(Hash)
114
+ attributes = attributes.transform_keys(&:to_sym)
115
+ transformed_hash = {}
116
+ openapi_types.each_pair do |key, type|
117
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
118
+ transformed_hash["#{key}"] = nil
119
+ elsif type =~ /\AArray<(.*)>/i
120
+ # check to ensure the input is an array given that the attribute
121
+ # is documented as an array but the input is not
122
+ if attributes[attribute_map[key]].is_a?(Array)
123
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
124
+ end
125
+ elsif !attributes[attribute_map[key]].nil?
126
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
127
+ end
128
+ end
129
+ new(transformed_hash)
130
+ end
131
+
132
+ # Deserializes the data based on type
133
+ # @param string type Data type
134
+ # @param string value Value to be deserialized
135
+ # @return [Object] Deserialized data
136
+ def self._deserialize(type, value)
137
+ case type.to_sym
138
+ when :Time
139
+ Time.parse(value)
140
+ when :Date
141
+ Date.parse(value)
142
+ when :String
143
+ value.to_s
144
+ when :Integer
145
+ value.to_i
146
+ when :Float
147
+ value.to_f
148
+ when :Boolean
149
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
150
+ true
151
+ else
152
+ false
153
+ end
154
+ when :Object
155
+ # generic object (usually a Hash), return directly
156
+ value
157
+ when /\AArray<(?<inner_type>.+)>\z/
158
+ inner_type = Regexp.last_match[:inner_type]
159
+ value.map { |v| _deserialize(inner_type, v) }
160
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
161
+ k_type = Regexp.last_match[:k_type]
162
+ v_type = Regexp.last_match[:v_type]
163
+ {}.tap do |hash|
164
+ value.each do |k, v|
165
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
166
+ end
167
+ end
168
+ else # model
169
+ # models (e.g. Pet) or oneOf
170
+ klass = Akeyless.const_get(type)
171
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
172
+ end
173
+ end
174
+
175
+ # Returns the string representation of the object
176
+ # @return [String] String presentation of the object
177
+ def to_s
178
+ to_hash.to_s
179
+ end
180
+
181
+ # to_body is an alias to to_hash (backward compatibility)
182
+ # @return [Hash] Returns the object in the form of hash
183
+ def to_body
184
+ to_hash
185
+ end
186
+
187
+ # Returns the object in the form of hash
188
+ # @return [Hash] Returns the object in the form of hash
189
+ def to_hash
190
+ hash = {}
191
+ self.class.attribute_map.each_pair do |attr, param|
192
+ value = self.send(attr)
193
+ if value.nil?
194
+ is_nullable = self.class.openapi_nullable.include?(attr)
195
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
196
+ end
197
+
198
+ hash[param] = _to_hash(value)
199
+ end
200
+ hash
201
+ end
202
+
203
+ # Outputs non-array value in the form of hash
204
+ # For object, use to_hash. Otherwise, just return the value
205
+ # @param [Object] value Any valid value
206
+ # @return [Hash] Returns the value in the form of hash
207
+ def _to_hash(value)
208
+ if value.is_a?(Array)
209
+ value.compact.map { |v| _to_hash(v) }
210
+ elsif value.is_a?(Hash)
211
+ {}.tap do |hash|
212
+ value.each { |k, v| hash[k] = _to_hash(v) }
213
+ end
214
+ elsif value.respond_to? :to_hash
215
+ value.to_hash
216
+ else
217
+ value
218
+ end
219
+ end
220
+
221
+ end
222
+
223
+ end
@@ -24,7 +24,6 @@ module Akeyless
24
24
  # The credentials to connect with use-user-creds/use-target-creds
25
25
  attr_accessor :authentication_credentials
26
26
 
27
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
28
27
  attr_accessor :auto_rotate
29
28
 
30
29
  # Aws Region
@@ -57,7 +56,6 @@ module Akeyless
57
56
  # Set output format to JSON
58
57
  attr_accessor :json
59
58
 
60
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
61
59
  attr_accessor :key
62
60
 
63
61
  # Lock this secret for read/update while an SRA session is active
@@ -81,10 +79,8 @@ module Akeyless
81
79
  # How many days before the rotation of the item would you like to be notified
82
80
  attr_accessor :rotation_event_in
83
81
 
84
- # The Hour of the rotation in UTC
85
82
  attr_accessor :rotation_hour
86
83
 
87
- # The number of days to wait between every automatic key rotation (1-365)
88
84
  attr_accessor :rotation_interval
89
85
 
90
86
  # The rotator type. options: [target/api-key]
@@ -27,7 +27,6 @@ module Akeyless
27
27
  # The credentials to connect with use-user-creds/use-target-creds
28
28
  attr_accessor :authentication_credentials
29
29
 
30
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
31
30
  attr_accessor :auto_rotate
32
31
 
33
32
  # Protection from accidental deletion of this object [true/false]
@@ -60,7 +59,6 @@ module Akeyless
60
59
  # Set output format to JSON
61
60
  attr_accessor :json
62
61
 
63
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
64
62
  attr_accessor :key
65
63
 
66
64
  # Lock this secret for read/update while an SRA session is active
@@ -75,6 +73,9 @@ module Akeyless
75
73
  # Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets)
76
74
  attr_accessor :output_rule
77
75
 
76
+ # The password for the user principal name to rotate (relevant only for rotator-type=password)
77
+ attr_accessor :password
78
+
78
79
  # The length of the password to be generated
79
80
  attr_accessor :password_length
80
81
 
@@ -90,10 +91,8 @@ module Akeyless
90
91
  # How many days before the rotation of the item would you like to be notified
91
92
  attr_accessor :rotation_event_in
92
93
 
93
- # The Hour of the rotation in UTC
94
94
  attr_accessor :rotation_hour
95
95
 
96
- # The number of days to wait between every automatic key rotation (1-365)
97
96
  attr_accessor :rotation_interval
98
97
 
99
98
  # The rotator type. options: [target/password/api-key/azure-storage-account]
@@ -169,6 +168,7 @@ module Akeyless
169
168
  :'max_versions' => :'max-versions',
170
169
  :'name' => :'name',
171
170
  :'output_rule' => :'output-rule',
171
+ :'password' => :'password',
172
172
  :'password_length' => :'password-length',
173
173
  :'resource_group_name' => :'resource-group-name',
174
174
  :'resource_name' => :'resource-name',
@@ -224,6 +224,7 @@ module Akeyless
224
224
  :'max_versions' => :'String',
225
225
  :'name' => :'String',
226
226
  :'output_rule' => :'Array<String>',
227
+ :'password' => :'String',
227
228
  :'password_length' => :'String',
228
229
  :'resource_group_name' => :'String',
229
230
  :'resource_name' => :'String',
@@ -366,6 +367,10 @@ module Akeyless
366
367
  end
367
368
  end
368
369
 
370
+ if attributes.key?(:'password')
371
+ self.password = attributes[:'password']
372
+ end
373
+
369
374
  if attributes.key?(:'password_length')
370
375
  self.password_length = attributes[:'password_length']
371
376
  end
@@ -532,6 +537,7 @@ module Akeyless
532
537
  max_versions == o.max_versions &&
533
538
  name == o.name &&
534
539
  output_rule == o.output_rule &&
540
+ password == o.password &&
535
541
  password_length == o.password_length &&
536
542
  resource_group_name == o.resource_group_name &&
537
543
  resource_name == o.resource_name &&
@@ -567,7 +573,7 @@ module Akeyless
567
573
  # Calculates hash code according to all attributes.
568
574
  # @return [Integer] Hash code
569
575
  def hash
570
- [api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, input_rule, item_custom_fields, json, key, lock_during_sra_session, max_versions, name, output_rule, password_length, resource_group_name, resource_name, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, tags, target_name, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters, username].hash
576
+ [api_id, api_key, application_id, authentication_credentials, auto_rotate, delete_protection, description, explicitly_set_sa, grace_rotation, grace_rotation_hour, grace_rotation_interval, grace_rotation_timing, input_rule, item_custom_fields, json, key, lock_during_sra_session, max_versions, name, output_rule, password, password_length, resource_group_name, resource_name, rotate_after_disconnect, rotation_event_in, rotation_hour, rotation_interval, rotator_type, secure_access_disable_concurrent_connections, secure_access_enable, secure_access_url, secure_access_web, secure_access_web_browsing, secure_access_web_proxy, storage_account_key_name, tags, target_name, token, uid_token, use_capital_letters, use_lower_letters, use_numbers, use_special_characters, username].hash
571
577
  end
572
578
 
573
579
  # Builds the object from hash
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -60,10 +58,8 @@ module Akeyless
60
58
  # How many days before the rotation of the item would you like to be notified
61
59
  attr_accessor :rotation_event_in
62
60
 
63
- # The Hour of the rotation in UTC
64
61
  attr_accessor :rotation_hour
65
62
 
66
- # The number of days to wait between every automatic key rotation (1-365)
67
63
  attr_accessor :rotation_interval
68
64
 
69
65
  # The rotator type. options: [target/password]
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Secret payload to be sent with rotation request
@@ -42,7 +41,6 @@ module Akeyless
42
41
  # Set output format to JSON
43
42
  attr_accessor :json
44
43
 
45
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
46
44
  attr_accessor :key
47
45
 
48
46
  # Lock this secret for read/update while an SRA session is active
@@ -66,10 +64,8 @@ module Akeyless
66
64
  # How many days before the rotation of the item would you like to be notified
67
65
  attr_accessor :rotation_event_in
68
66
 
69
- # The Hour of the rotation in UTC
70
67
  attr_accessor :rotation_hour
71
68
 
72
- # The number of days to wait between every automatic key rotation (1-365)
73
69
  attr_accessor :rotation_interval
74
70
 
75
71
  # Allow providing external user for a domain users
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -54,10 +52,8 @@ module Akeyless
54
52
  # How many days before the rotation of the item would you like to be notified
55
53
  attr_accessor :rotation_event_in
56
54
 
57
- # The Hour of the rotation in UTC
58
55
  attr_accessor :rotation_hour
59
56
 
60
- # The number of days to wait between every automatic key rotation (1-365)
61
57
  attr_accessor :rotation_interval
62
58
 
63
59
  # Add tags attached to this object
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -57,7 +56,6 @@ module Akeyless
57
56
  # Set output format to JSON
58
57
  attr_accessor :json
59
58
 
60
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
61
59
  attr_accessor :key
62
60
 
63
61
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -75,10 +73,8 @@ module Akeyless
75
73
  # How many days before the rotation of the item would you like to be notified
76
74
  attr_accessor :rotation_event_in
77
75
 
78
- # The Hour of the rotation in UTC
79
76
  attr_accessor :rotation_hour
80
77
 
81
- # The number of days to wait between every automatic key rotation (1-365)
82
78
  attr_accessor :rotation_interval
83
79
 
84
80
  # The rotator type. options: [target/service-account-rotator]
@@ -18,7 +18,6 @@ module Akeyless
18
18
  # The credentials to connect with use-user-creds/use-target-creds
19
19
  attr_accessor :authentication_credentials
20
20
 
21
- # Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
22
21
  attr_accessor :auto_rotate
23
22
 
24
23
  # Protection from accidental deletion of this object [true/false]
@@ -36,7 +35,6 @@ module Akeyless
36
35
  # Set output format to JSON
37
36
  attr_accessor :json
38
37
 
39
- # The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
40
38
  attr_accessor :key
41
39
 
42
40
  # Set the maximum number of versions, limited by the account settings defaults.
@@ -60,10 +58,8 @@ module Akeyless
60
58
  # How many days before the rotation of the item would you like to be notified
61
59
  attr_accessor :rotation_event_in
62
60
 
63
- # The Hour of the rotation in UTC
64
61
  attr_accessor :rotation_hour
65
62
 
66
- # The number of days to wait between every automatic key rotation (1-365)
67
63
  attr_accessor :rotation_interval
68
64
 
69
65
  # The rotator type. options: [target/password]