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.
- checksums.yaml +4 -4
- data/README.md +15 -1
- data/docs/AccountGeneralSettings.md +2 -0
- data/docs/EsmGetSecretOutput.md +7 -1
- data/docs/FolderDeleteSync.md +32 -0
- data/docs/FolderDeleteSyncOutput.md +24 -0
- data/docs/FolderSync.md +34 -0
- data/docs/FolderSyncAll.md +26 -0
- data/docs/FolderSyncAllOutput.md +18 -0
- data/docs/FolderSyncOutput.md +24 -0
- data/docs/FolderUSCSyncConfig.md +2 -0
- data/docs/OIDCAccessRules.md +2 -0
- data/docs/PersonalFolderGlobalMappingSettings.md +20 -0
- data/docs/RotatedSecretCreateAws.md +4 -4
- data/docs/RotatedSecretCreateAzure.md +6 -4
- data/docs/RotatedSecretCreateCassandra.md +4 -4
- data/docs/RotatedSecretCreateCustom.md +4 -4
- data/docs/RotatedSecretCreateDockerhub.md +4 -4
- data/docs/RotatedSecretCreateGcp.md +4 -4
- data/docs/RotatedSecretCreateHanadb.md +4 -4
- data/docs/RotatedSecretCreateHashiVault.md +60 -0
- data/docs/RotatedSecretCreateLdap.md +4 -4
- data/docs/RotatedSecretCreateMongodb.md +4 -4
- data/docs/RotatedSecretCreateMssql.md +4 -4
- data/docs/RotatedSecretCreateMysql.md +4 -4
- data/docs/RotatedSecretCreateOpenAI.md +4 -4
- data/docs/RotatedSecretCreateOracledb.md +4 -4
- data/docs/RotatedSecretCreatePostgresql.md +4 -4
- data/docs/RotatedSecretCreateRedis.md +4 -4
- data/docs/RotatedSecretCreateRedshift.md +4 -4
- data/docs/RotatedSecretCreateSnowflake.md +4 -4
- data/docs/RotatedSecretCreateSplunk.md +4 -4
- data/docs/RotatedSecretCreateSsh.md +4 -4
- data/docs/RotatedSecretCreateWindows.md +4 -4
- data/docs/RotatedSecretUpdateAws.md +4 -4
- data/docs/RotatedSecretUpdateAzure.md +6 -4
- data/docs/RotatedSecretUpdateCassandra.md +4 -4
- data/docs/RotatedSecretUpdateCustom.md +4 -4
- data/docs/RotatedSecretUpdateDockerhub.md +4 -4
- data/docs/RotatedSecretUpdateGcp.md +4 -4
- data/docs/RotatedSecretUpdateHanadb.md +4 -4
- data/docs/RotatedSecretUpdateHashiVault.md +64 -0
- data/docs/RotatedSecretUpdateLdap.md +4 -4
- data/docs/RotatedSecretUpdateMongodb.md +4 -4
- data/docs/RotatedSecretUpdateMssql.md +4 -4
- data/docs/RotatedSecretUpdateMysql.md +4 -4
- data/docs/RotatedSecretUpdateOpenAI.md +4 -4
- data/docs/RotatedSecretUpdateOracledb.md +4 -4
- data/docs/RotatedSecretUpdatePostgresql.md +4 -4
- data/docs/RotatedSecretUpdateRedis.md +4 -4
- data/docs/RotatedSecretUpdateRedshift.md +4 -4
- data/docs/RotatedSecretUpdateSnowflake.md +4 -4
- data/docs/RotatedSecretUpdateSplunk.md +4 -4
- data/docs/RotatedSecretUpdateSsh.md +4 -4
- data/docs/RotatedSecretUpdateWindows.md +4 -4
- data/docs/SecretInfo.md +5 -1
- data/docs/UscGetSecretOutput.md +7 -1
- data/docs/V2Api.md +315 -0
- data/lib/akeyless/api/v2_api.rb +320 -0
- data/lib/akeyless/models/account_general_settings.rb +10 -1
- data/lib/akeyless/models/esm_get_secret_output.rb +35 -4
- data/lib/akeyless/models/folder_delete_sync.rb +305 -0
- data/lib/akeyless/models/folder_delete_sync_output.rb +245 -0
- data/lib/akeyless/models/folder_sync.rb +306 -0
- data/lib/akeyless/models/folder_sync_all.rb +266 -0
- data/lib/akeyless/models/folder_sync_all_output.rb +214 -0
- data/lib/akeyless/models/folder_sync_output.rb +247 -0
- data/lib/akeyless/models/folder_usc_sync_config.rb +10 -1
- data/lib/akeyless/models/oidc_access_rules.rb +11 -1
- data/lib/akeyless/models/personal_folder_global_mapping_settings.rb +223 -0
- data/lib/akeyless/models/rotated_secret_create_aws.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_azure.rb +11 -5
- data/lib/akeyless/models/rotated_secret_create_cassandra.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_custom.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_dockerhub.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_gcp.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_hanadb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_hashi_vault.rb +446 -0
- data/lib/akeyless/models/rotated_secret_create_ldap.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mongodb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mssql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_mysql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_open_ai.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_oracledb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_postgresql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_redis.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_redshift.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_snowflake.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_splunk.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +0 -4
- data/lib/akeyless/models/rotated_secret_create_windows.rb +0 -4
- data/lib/akeyless/models/rotated_secret_sync.rb +1 -1
- data/lib/akeyless/models/rotated_secret_update_aws.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_azure.rb +11 -5
- data/lib/akeyless/models/rotated_secret_update_cassandra.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_custom.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_dockerhub.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_gcp.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_hanadb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_hashi_vault.rb +463 -0
- data/lib/akeyless/models/rotated_secret_update_ldap.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mongodb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mssql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_mysql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_open_ai.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_oracledb.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_postgresql.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_redis.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_redshift.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_snowflake.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_splunk.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_ssh.rb +0 -4
- data/lib/akeyless/models/rotated_secret_update_windows.rb +0 -4
- data/lib/akeyless/models/secret_info.rb +24 -4
- data/lib/akeyless/models/static_secret_sync.rb +1 -1
- data/lib/akeyless/models/usc_get_secret_output.rb +35 -4
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +9 -0
- data/spec/models/folder_delete_sync_output_spec.rb +54 -0
- data/spec/models/folder_delete_sync_spec.rb +78 -0
- data/spec/models/folder_sync_all_output_spec.rb +36 -0
- data/spec/models/folder_sync_all_spec.rb +60 -0
- data/spec/models/folder_sync_output_spec.rb +54 -0
- data/spec/models/folder_sync_spec.rb +84 -0
- data/spec/models/personal_folder_global_mapping_settings_spec.rb +42 -0
- data/spec/models/rotated_secret_create_hashi_vault_spec.rb +162 -0
- data/spec/models/rotated_secret_update_hashi_vault_spec.rb +174 -0
- metadata +38 -2
|
@@ -0,0 +1,84 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::FolderSync
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::FolderSync do
|
|
21
|
+
let(:instance) { Akeyless::FolderSync.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of FolderSync' do
|
|
24
|
+
it 'should create an instance of FolderSync' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Akeyless::FolderSync)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "accessibility"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "delete_remote"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "engine_name"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "json"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "name"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "namespace"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
describe 'test attribute "token"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
describe 'test attribute "uid_token"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
describe 'test attribute "usc_name"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::PersonalFolderGlobalMappingSettings
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::PersonalFolderGlobalMappingSettings do
|
|
21
|
+
let(:instance) { Akeyless::PersonalFolderGlobalMappingSettings.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PersonalFolderGlobalMappingSettings' do
|
|
24
|
+
it 'should create an instance of PersonalFolderGlobalMappingSettings' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Akeyless::PersonalFolderGlobalMappingSettings)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "enable"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "unique_identifier_claim"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
|
@@ -0,0 +1,162 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::RotatedSecretCreateHashiVault
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::RotatedSecretCreateHashiVault do
|
|
21
|
+
let(:instance) { Akeyless::RotatedSecretCreateHashiVault.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of RotatedSecretCreateHashiVault' do
|
|
24
|
+
it 'should create an instance of RotatedSecretCreateHashiVault' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Akeyless::RotatedSecretCreateHashiVault)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "auto_rotate"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "delete_protection"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "description"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "input_rule"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "item_custom_fields"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "json"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
describe 'test attribute "key"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
describe 'test attribute "max_versions"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
describe 'test attribute "name"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
describe 'test attribute "output_rule"' do
|
|
85
|
+
it 'should work' do
|
|
86
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
describe 'test attribute "password_length"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
describe 'test attribute "rotation_event_in"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
describe 'test attribute "rotation_hour"' do
|
|
103
|
+
it 'should work' do
|
|
104
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
describe 'test attribute "rotation_interval"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
describe 'test attribute "tags"' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
describe 'test attribute "target_name"' do
|
|
121
|
+
it 'should work' do
|
|
122
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
describe 'test attribute "token"' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
describe 'test attribute "uid_token"' do
|
|
133
|
+
it 'should work' do
|
|
134
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
describe 'test attribute "use_capital_letters"' do
|
|
139
|
+
it 'should work' do
|
|
140
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
describe 'test attribute "use_lower_letters"' do
|
|
145
|
+
it 'should work' do
|
|
146
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
describe 'test attribute "use_numbers"' do
|
|
151
|
+
it 'should work' do
|
|
152
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
describe 'test attribute "use_special_characters"' do
|
|
157
|
+
it 'should work' do
|
|
158
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
end
|
|
@@ -0,0 +1,174 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::RotatedSecretUpdateHashiVault
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::RotatedSecretUpdateHashiVault do
|
|
21
|
+
let(:instance) { Akeyless::RotatedSecretUpdateHashiVault.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of RotatedSecretUpdateHashiVault' do
|
|
24
|
+
it 'should create an instance of RotatedSecretUpdateHashiVault' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Akeyless::RotatedSecretUpdateHashiVault)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "add_tag"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "auto_rotate"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "delete_protection"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "description"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "input_rule"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "item_custom_fields"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
describe 'test attribute "json"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
describe 'test attribute "keep_prev_version"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
describe 'test attribute "key"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
describe 'test attribute "max_versions"' do
|
|
85
|
+
it 'should work' do
|
|
86
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
describe 'test attribute "name"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
describe 'test attribute "new_name"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
describe 'test attribute "output_rule"' do
|
|
103
|
+
it 'should work' do
|
|
104
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
describe 'test attribute "password_length"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
describe 'test attribute "rm_tag"' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
describe 'test attribute "rotation_event_in"' do
|
|
121
|
+
it 'should work' do
|
|
122
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
describe 'test attribute "rotation_hour"' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
describe 'test attribute "rotation_interval"' do
|
|
133
|
+
it 'should work' do
|
|
134
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
describe 'test attribute "token"' do
|
|
139
|
+
it 'should work' do
|
|
140
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
describe 'test attribute "uid_token"' do
|
|
145
|
+
it 'should work' do
|
|
146
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
describe 'test attribute "use_capital_letters"' do
|
|
151
|
+
it 'should work' do
|
|
152
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
describe 'test attribute "use_lower_letters"' do
|
|
157
|
+
it 'should work' do
|
|
158
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
describe 'test attribute "use_numbers"' do
|
|
163
|
+
it 'should work' do
|
|
164
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
describe 'test attribute "use_special_characters"' do
|
|
169
|
+
it 'should work' do
|
|
170
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
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: 5.0.
|
|
4
|
+
version: 5.0.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -487,8 +487,14 @@ files:
|
|
|
487
487
|
- docs/FolderCreate.md
|
|
488
488
|
- docs/FolderCreateOutput.md
|
|
489
489
|
- docs/FolderDelete.md
|
|
490
|
+
- docs/FolderDeleteSync.md
|
|
491
|
+
- docs/FolderDeleteSyncOutput.md
|
|
490
492
|
- docs/FolderGet.md
|
|
491
493
|
- docs/FolderGetOutput.md
|
|
494
|
+
- docs/FolderSync.md
|
|
495
|
+
- docs/FolderSyncAll.md
|
|
496
|
+
- docs/FolderSyncAllOutput.md
|
|
497
|
+
- docs/FolderSyncOutput.md
|
|
492
498
|
- docs/FolderUSCSyncConfig.md
|
|
493
499
|
- docs/FolderUpdate.md
|
|
494
500
|
- docs/GCPAccessRules.md
|
|
@@ -892,6 +898,7 @@ files:
|
|
|
892
898
|
- docs/PasswordScoreSetting.md
|
|
893
899
|
- docs/PasswordSecurityInfo.md
|
|
894
900
|
- docs/PathRule.md
|
|
901
|
+
- docs/PersonalFolderGlobalMappingSettings.md
|
|
895
902
|
- docs/PingTargetDetails.md
|
|
896
903
|
- docs/PoliciesCreateOutput.md
|
|
897
904
|
- docs/PoliciesDelete.md
|
|
@@ -942,6 +949,7 @@ files:
|
|
|
942
949
|
- docs/RotatedSecretCreateDockerhub.md
|
|
943
950
|
- docs/RotatedSecretCreateGcp.md
|
|
944
951
|
- docs/RotatedSecretCreateHanadb.md
|
|
952
|
+
- docs/RotatedSecretCreateHashiVault.md
|
|
945
953
|
- docs/RotatedSecretCreateLdap.md
|
|
946
954
|
- docs/RotatedSecretCreateMongodb.md
|
|
947
955
|
- docs/RotatedSecretCreateMssql.md
|
|
@@ -971,6 +979,7 @@ files:
|
|
|
971
979
|
- docs/RotatedSecretUpdateDockerhub.md
|
|
972
980
|
- docs/RotatedSecretUpdateGcp.md
|
|
973
981
|
- docs/RotatedSecretUpdateHanadb.md
|
|
982
|
+
- docs/RotatedSecretUpdateHashiVault.md
|
|
974
983
|
- docs/RotatedSecretUpdateLdap.md
|
|
975
984
|
- docs/RotatedSecretUpdateMongodb.md
|
|
976
985
|
- docs/RotatedSecretUpdateMssql.md
|
|
@@ -1716,8 +1725,14 @@ files:
|
|
|
1716
1725
|
- lib/akeyless/models/folder_create.rb
|
|
1717
1726
|
- lib/akeyless/models/folder_create_output.rb
|
|
1718
1727
|
- lib/akeyless/models/folder_delete.rb
|
|
1728
|
+
- lib/akeyless/models/folder_delete_sync.rb
|
|
1729
|
+
- lib/akeyless/models/folder_delete_sync_output.rb
|
|
1719
1730
|
- lib/akeyless/models/folder_get.rb
|
|
1720
1731
|
- lib/akeyless/models/folder_get_output.rb
|
|
1732
|
+
- lib/akeyless/models/folder_sync.rb
|
|
1733
|
+
- lib/akeyless/models/folder_sync_all.rb
|
|
1734
|
+
- lib/akeyless/models/folder_sync_all_output.rb
|
|
1735
|
+
- lib/akeyless/models/folder_sync_output.rb
|
|
1721
1736
|
- lib/akeyless/models/folder_update.rb
|
|
1722
1737
|
- lib/akeyless/models/folder_usc_sync_config.rb
|
|
1723
1738
|
- lib/akeyless/models/gateway_add_allowed_management_access.rb
|
|
@@ -2120,6 +2135,7 @@ files:
|
|
|
2120
2135
|
- lib/akeyless/models/password_score_setting.rb
|
|
2121
2136
|
- lib/akeyless/models/password_security_info.rb
|
|
2122
2137
|
- lib/akeyless/models/path_rule.rb
|
|
2138
|
+
- lib/akeyless/models/personal_folder_global_mapping_settings.rb
|
|
2123
2139
|
- lib/akeyless/models/ping_target_details.rb
|
|
2124
2140
|
- lib/akeyless/models/pki_certificate_issue_details.rb
|
|
2125
2141
|
- lib/akeyless/models/policies_create_output.rb
|
|
@@ -2171,6 +2187,7 @@ files:
|
|
|
2171
2187
|
- lib/akeyless/models/rotated_secret_create_dockerhub.rb
|
|
2172
2188
|
- lib/akeyless/models/rotated_secret_create_gcp.rb
|
|
2173
2189
|
- lib/akeyless/models/rotated_secret_create_hanadb.rb
|
|
2190
|
+
- lib/akeyless/models/rotated_secret_create_hashi_vault.rb
|
|
2174
2191
|
- lib/akeyless/models/rotated_secret_create_ldap.rb
|
|
2175
2192
|
- lib/akeyless/models/rotated_secret_create_mongodb.rb
|
|
2176
2193
|
- lib/akeyless/models/rotated_secret_create_mssql.rb
|
|
@@ -2200,6 +2217,7 @@ files:
|
|
|
2200
2217
|
- lib/akeyless/models/rotated_secret_update_dockerhub.rb
|
|
2201
2218
|
- lib/akeyless/models/rotated_secret_update_gcp.rb
|
|
2202
2219
|
- lib/akeyless/models/rotated_secret_update_hanadb.rb
|
|
2220
|
+
- lib/akeyless/models/rotated_secret_update_hashi_vault.rb
|
|
2203
2221
|
- lib/akeyless/models/rotated_secret_update_ldap.rb
|
|
2204
2222
|
- lib/akeyless/models/rotated_secret_update_mongodb.rb
|
|
2205
2223
|
- lib/akeyless/models/rotated_secret_update_mssql.rb
|
|
@@ -3431,8 +3449,14 @@ files:
|
|
|
3431
3449
|
- spec/models/folder_create_output_spec.rb
|
|
3432
3450
|
- spec/models/folder_create_spec.rb
|
|
3433
3451
|
- spec/models/folder_delete_spec.rb
|
|
3452
|
+
- spec/models/folder_delete_sync_output_spec.rb
|
|
3453
|
+
- spec/models/folder_delete_sync_spec.rb
|
|
3434
3454
|
- spec/models/folder_get_output_spec.rb
|
|
3435
3455
|
- spec/models/folder_get_spec.rb
|
|
3456
|
+
- spec/models/folder_sync_all_output_spec.rb
|
|
3457
|
+
- spec/models/folder_sync_all_spec.rb
|
|
3458
|
+
- spec/models/folder_sync_output_spec.rb
|
|
3459
|
+
- spec/models/folder_sync_spec.rb
|
|
3436
3460
|
- spec/models/folder_update_spec.rb
|
|
3437
3461
|
- spec/models/folder_usc_sync_config_spec.rb
|
|
3438
3462
|
- spec/models/gateway_add_allowed_management_access_spec.rb
|
|
@@ -3835,6 +3859,7 @@ files:
|
|
|
3835
3859
|
- spec/models/password_score_setting_spec.rb
|
|
3836
3860
|
- spec/models/password_security_info_spec.rb
|
|
3837
3861
|
- spec/models/path_rule_spec.rb
|
|
3862
|
+
- spec/models/personal_folder_global_mapping_settings_spec.rb
|
|
3838
3863
|
- spec/models/ping_target_details_spec.rb
|
|
3839
3864
|
- spec/models/pki_certificate_issue_details_spec.rb
|
|
3840
3865
|
- spec/models/policies_create_output_spec.rb
|
|
@@ -3886,6 +3911,7 @@ files:
|
|
|
3886
3911
|
- spec/models/rotated_secret_create_dockerhub_spec.rb
|
|
3887
3912
|
- spec/models/rotated_secret_create_gcp_spec.rb
|
|
3888
3913
|
- spec/models/rotated_secret_create_hanadb_spec.rb
|
|
3914
|
+
- spec/models/rotated_secret_create_hashi_vault_spec.rb
|
|
3889
3915
|
- spec/models/rotated_secret_create_ldap_spec.rb
|
|
3890
3916
|
- spec/models/rotated_secret_create_mongodb_spec.rb
|
|
3891
3917
|
- spec/models/rotated_secret_create_mssql_spec.rb
|
|
@@ -3915,6 +3941,7 @@ files:
|
|
|
3915
3941
|
- spec/models/rotated_secret_update_dockerhub_spec.rb
|
|
3916
3942
|
- spec/models/rotated_secret_update_gcp_spec.rb
|
|
3917
3943
|
- spec/models/rotated_secret_update_hanadb_spec.rb
|
|
3944
|
+
- spec/models/rotated_secret_update_hashi_vault_spec.rb
|
|
3918
3945
|
- spec/models/rotated_secret_update_ldap_spec.rb
|
|
3919
3946
|
- spec/models/rotated_secret_update_mongodb_spec.rb
|
|
3920
3947
|
- spec/models/rotated_secret_update_mssql_spec.rb
|
|
@@ -4282,6 +4309,7 @@ test_files:
|
|
|
4282
4309
|
- spec/models/auth_method_access_info_spec.rb
|
|
4283
4310
|
- spec/models/unconfigure_spec.rb
|
|
4284
4311
|
- spec/models/create_role_spec.rb
|
|
4312
|
+
- spec/models/personal_folder_global_mapping_settings_spec.rb
|
|
4285
4313
|
- spec/models/gateway_message_queue_info_spec.rb
|
|
4286
4314
|
- spec/models/update_auth_method_o_auth2_spec.rb
|
|
4287
4315
|
- spec/models/gateway_create_producer_redshift_spec.rb
|
|
@@ -4364,6 +4392,7 @@ test_files:
|
|
|
4364
4392
|
- spec/models/update_pki_cert_issuer_output_spec.rb
|
|
4365
4393
|
- spec/models/sharing_item_full_info_spec.rb
|
|
4366
4394
|
- spec/models/create_hashi_vault_target_spec.rb
|
|
4395
|
+
- spec/models/rotated_secret_create_hashi_vault_spec.rb
|
|
4367
4396
|
- spec/models/gateway_create_producer_aws_output_spec.rb
|
|
4368
4397
|
- spec/models/create_auth_method_o_auth2_spec.rb
|
|
4369
4398
|
- spec/models/dynamic_secret_create_eks_spec.rb
|
|
@@ -4610,6 +4639,7 @@ test_files:
|
|
|
4610
4639
|
- spec/models/sign_pkcs1_output_spec.rb
|
|
4611
4640
|
- spec/models/kmip_client_spec.rb
|
|
4612
4641
|
- spec/models/locking_info_spec.rb
|
|
4642
|
+
- spec/models/folder_sync_all_output_spec.rb
|
|
4613
4643
|
- spec/models/dynamic_secret_create_oracle_db_spec.rb
|
|
4614
4644
|
- spec/models/auth_method_create_cert_spec.rb
|
|
4615
4645
|
- spec/models/update_ping_target_spec.rb
|
|
@@ -4684,6 +4714,7 @@ test_files:
|
|
|
4684
4714
|
- spec/models/item_custom_fields_details_spec.rb
|
|
4685
4715
|
- spec/models/gateway_create_producer_ldap_spec.rb
|
|
4686
4716
|
- spec/models/rotated_secret_update_windows_spec.rb
|
|
4717
|
+
- spec/models/folder_delete_sync_output_spec.rb
|
|
4687
4718
|
- spec/models/batch_encryption_response_line_spec.rb
|
|
4688
4719
|
- spec/models/bastion_global_conf_spec.rb
|
|
4689
4720
|
- spec/models/godaddy_target_details_spec.rb
|
|
@@ -5089,6 +5120,7 @@ test_files:
|
|
|
5089
5120
|
- spec/models/gateway_details_for_item_reply_obj_spec.rb
|
|
5090
5121
|
- spec/models/update_secret_val_spec.rb
|
|
5091
5122
|
- spec/models/kmip_client_get_response_spec.rb
|
|
5123
|
+
- spec/models/folder_sync_all_spec.rb
|
|
5092
5124
|
- spec/models/certificate_template_info_spec.rb
|
|
5093
5125
|
- spec/models/web_bastion_conf_spec.rb
|
|
5094
5126
|
- spec/models/oidc_client_info_spec.rb
|
|
@@ -5153,12 +5185,14 @@ test_files:
|
|
|
5153
5185
|
- spec/models/gw_update_remote_access_session_logs_datadog_spec.rb
|
|
5154
5186
|
- spec/models/gateway_update_producer_my_sql_output_spec.rb
|
|
5155
5187
|
- spec/models/dynamic_secret_update_cassandra_spec.rb
|
|
5188
|
+
- spec/models/folder_delete_sync_spec.rb
|
|
5156
5189
|
- spec/models/producers_config_part_spec.rb
|
|
5157
5190
|
- spec/models/update_global_sign_atlas_target_output_spec.rb
|
|
5158
5191
|
- spec/models/dynamic_secret_create_github_spec.rb
|
|
5159
5192
|
- spec/models/auth_method_update_email_spec.rb
|
|
5160
5193
|
- spec/models/gateway_update_producer_hana_db_output_spec.rb
|
|
5161
5194
|
- spec/models/decrypt_spec.rb
|
|
5195
|
+
- spec/models/rotated_secret_update_hashi_vault_spec.rb
|
|
5162
5196
|
- spec/models/delete_auth_method_spec.rb
|
|
5163
5197
|
- spec/models/list_items_output_spec.rb
|
|
5164
5198
|
- spec/models/netapp_storage_spec.rb
|
|
@@ -5339,6 +5373,7 @@ test_files:
|
|
|
5339
5373
|
- spec/models/gateway_update_producer_artifactory_output_spec.rb
|
|
5340
5374
|
- spec/models/webhook_noti_forwarder_details_spec.rb
|
|
5341
5375
|
- spec/models/create_auth_method_spec.rb
|
|
5376
|
+
- spec/models/folder_sync_spec.rb
|
|
5342
5377
|
- spec/models/reverse_rbac_spec.rb
|
|
5343
5378
|
- spec/models/create_windows_target_output_spec.rb
|
|
5344
5379
|
- spec/models/get_rsa_public_output_spec.rb
|
|
@@ -5469,6 +5504,7 @@ test_files:
|
|
|
5469
5504
|
- spec/models/kmip_client_delete_rule_spec.rb
|
|
5470
5505
|
- spec/models/update_classic_key_certificate_spec.rb
|
|
5471
5506
|
- spec/models/dynamic_secret_update_snowflake_spec.rb
|
|
5507
|
+
- spec/models/folder_sync_output_spec.rb
|
|
5472
5508
|
- spec/models/create_auth_method_k8_s_output_spec.rb
|
|
5473
5509
|
- spec/models/email_error_spec.rb
|
|
5474
5510
|
- spec/models/dynamic_secret_tmp_creds_update_spec.rb
|