akeyless 5.0.13 → 5.0.14

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -1
  3. data/docs/CreateESM.md +2 -0
  4. data/docs/CreateRole.md +2 -0
  5. data/docs/CreateUSC.md +2 -0
  6. data/docs/DecryptWithClassicKey.md +2 -0
  7. data/docs/DynamicSecretCreateGcp.md +2 -0
  8. data/docs/DynamicSecretUpdateGcp.md +2 -0
  9. data/docs/EncryptWithClassicKey.md +2 -0
  10. data/docs/FolderCreate.md +34 -0
  11. data/docs/FolderCreateOutput.md +18 -0
  12. data/docs/FolderDelete.md +28 -0
  13. data/docs/FolderGet.md +28 -0
  14. data/docs/FolderGetOutput.md +18 -0
  15. data/docs/FolderUpdate.md +36 -0
  16. data/docs/GatewayCreateProducerGcp.md +2 -0
  17. data/docs/GatewayUpdateProducerGcp.md +2 -0
  18. data/docs/GetFolderOutput.md +36 -0
  19. data/docs/V2Api.md +252 -0
  20. data/lib/akeyless/api/v2_api.rb +256 -0
  21. data/lib/akeyless/models/create_esm.rb +11 -1
  22. data/lib/akeyless/models/create_role.rb +13 -1
  23. data/lib/akeyless/models/create_usc.rb +11 -1
  24. data/lib/akeyless/models/decrypt_with_classic_key.rb +13 -1
  25. data/lib/akeyless/models/dynamic_secret_create_gcp.rb +11 -1
  26. data/lib/akeyless/models/dynamic_secret_update_gcp.rb +11 -1
  27. data/lib/akeyless/models/encrypt_with_classic_key.rb +13 -1
  28. data/lib/akeyless/models/folder_create.rb +308 -0
  29. data/lib/akeyless/models/folder_create_output.rb +214 -0
  30. data/lib/akeyless/models/folder_delete.rb +276 -0
  31. data/lib/akeyless/models/folder_get.rb +276 -0
  32. data/lib/akeyless/models/folder_get_output.rb +214 -0
  33. data/lib/akeyless/models/folder_update.rb +320 -0
  34. data/lib/akeyless/models/gateway_create_producer_gcp.rb +11 -1
  35. data/lib/akeyless/models/gateway_update_producer_gcp.rb +11 -1
  36. data/lib/akeyless/models/get_folder_output.rb +298 -0
  37. data/lib/akeyless/version.rb +1 -1
  38. data/lib/akeyless.rb +7 -0
  39. data/spec/models/folder_create_output_spec.rb +36 -0
  40. data/spec/models/folder_create_spec.rb +84 -0
  41. data/spec/models/folder_delete_spec.rb +66 -0
  42. data/spec/models/folder_get_output_spec.rb +36 -0
  43. data/spec/models/folder_get_spec.rb +66 -0
  44. data/spec/models/folder_update_spec.rb +90 -0
  45. data/spec/models/get_folder_output_spec.rb +90 -0
  46. metadata +29 -1
@@ -0,0 +1,90 @@
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::FolderUpdate
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Akeyless::FolderUpdate do
21
+ let(:instance) { Akeyless::FolderUpdate.new }
22
+
23
+ describe 'test an instance of FolderUpdate' do
24
+ it 'should create an instance of FolderUpdate' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Akeyless::FolderUpdate)
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 "add_tag"' 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 "json"' 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 "name"' 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 "rm_tag"' 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 "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 "type"' 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 "uid_token"' 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
+ end
@@ -0,0 +1,90 @@
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::GetFolderOutput
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Akeyless::GetFolderOutput do
21
+ let(:instance) { Akeyless::GetFolderOutput.new }
22
+
23
+ describe 'test an instance of GetFolderOutput' do
24
+ it 'should create an instance of GetFolderOutput' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Akeyless::GetFolderOutput)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "access_date"' 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 "access_date_display"' 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 "accessibility"' 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 "creation_date"' 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 "delete_protection"' 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 "folder_id"' 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 "folder_name"' 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 "metadata"' 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 "modification_date"' 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 "tags"' 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
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akeyless
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.13
4
+ version: 5.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -469,6 +469,12 @@ files:
469
469
  - docs/ExportClassicKeyOutput.md
470
470
  - docs/Extension.md
471
471
  - docs/ExternalKMSKeyId.md
472
+ - docs/FolderCreate.md
473
+ - docs/FolderCreateOutput.md
474
+ - docs/FolderDelete.md
475
+ - docs/FolderGet.md
476
+ - docs/FolderGetOutput.md
477
+ - docs/FolderUpdate.md
472
478
  - docs/GCPAccessRules.md
473
479
  - docs/GCPPayload.md
474
480
  - docs/GCPSecretsMigration.md
@@ -690,6 +696,7 @@ files:
690
696
  - docs/GetDynamicSecretValue.md
691
697
  - docs/GetEventForwarder.md
692
698
  - docs/GetEventForwarderOutput.md
699
+ - docs/GetFolderOutput.md
693
700
  - docs/GetGroup.md
694
701
  - docs/GetGroupOutput.md
695
702
  - docs/GetKubeExecCreds.md
@@ -1622,6 +1629,12 @@ files:
1622
1629
  - lib/akeyless/models/export_classic_key_output.rb
1623
1630
  - lib/akeyless/models/extension.rb
1624
1631
  - lib/akeyless/models/external_kms_key_id.rb
1632
+ - lib/akeyless/models/folder_create.rb
1633
+ - lib/akeyless/models/folder_create_output.rb
1634
+ - lib/akeyless/models/folder_delete.rb
1635
+ - lib/akeyless/models/folder_get.rb
1636
+ - lib/akeyless/models/folder_get_output.rb
1637
+ - lib/akeyless/models/folder_update.rb
1625
1638
  - lib/akeyless/models/gateway_add_allowed_management_access.rb
1626
1639
  - lib/akeyless/models/gateway_basic_info.rb
1627
1640
  - lib/akeyless/models/gateway_create_allowed_access.rb
@@ -1842,6 +1855,7 @@ files:
1842
1855
  - lib/akeyless/models/get_dynamic_secret_value.rb
1843
1856
  - lib/akeyless/models/get_event_forwarder.rb
1844
1857
  - lib/akeyless/models/get_event_forwarder_output.rb
1858
+ - lib/akeyless/models/get_folder_output.rb
1845
1859
  - lib/akeyless/models/get_group.rb
1846
1860
  - lib/akeyless/models/get_group_output.rb
1847
1861
  - lib/akeyless/models/get_kube_exec_creds.rb
@@ -3261,6 +3275,12 @@ files:
3261
3275
  - spec/models/export_classic_key_spec.rb
3262
3276
  - spec/models/extension_spec.rb
3263
3277
  - spec/models/external_kms_key_id_spec.rb
3278
+ - spec/models/folder_create_output_spec.rb
3279
+ - spec/models/folder_create_spec.rb
3280
+ - spec/models/folder_delete_spec.rb
3281
+ - spec/models/folder_get_output_spec.rb
3282
+ - spec/models/folder_get_spec.rb
3283
+ - spec/models/folder_update_spec.rb
3264
3284
  - spec/models/gateway_add_allowed_management_access_spec.rb
3265
3285
  - spec/models/gateway_basic_info_spec.rb
3266
3286
  - spec/models/gateway_create_allowed_access_spec.rb
@@ -3481,6 +3501,7 @@ files:
3481
3501
  - spec/models/get_dynamic_secret_value_spec.rb
3482
3502
  - spec/models/get_event_forwarder_output_spec.rb
3483
3503
  - spec/models/get_event_forwarder_spec.rb
3504
+ - spec/models/get_folder_output_spec.rb
3484
3505
  - spec/models/get_group_output_spec.rb
3485
3506
  - spec/models/get_group_spec.rb
3486
3507
  - spec/models/get_kube_exec_creds_output_spec.rb
@@ -4433,6 +4454,12 @@ test_files:
4433
4454
  - spec/models/export_classic_key_spec.rb
4434
4455
  - spec/models/extension_spec.rb
4435
4456
  - spec/models/external_kms_key_id_spec.rb
4457
+ - spec/models/folder_create_output_spec.rb
4458
+ - spec/models/folder_create_spec.rb
4459
+ - spec/models/folder_delete_spec.rb
4460
+ - spec/models/folder_get_output_spec.rb
4461
+ - spec/models/folder_get_spec.rb
4462
+ - spec/models/folder_update_spec.rb
4436
4463
  - spec/models/gateway_add_allowed_management_access_spec.rb
4437
4464
  - spec/models/gateway_basic_info_spec.rb
4438
4465
  - spec/models/gateway_create_allowed_access_spec.rb
@@ -4653,6 +4680,7 @@ test_files:
4653
4680
  - spec/models/get_dynamic_secret_value_spec.rb
4654
4681
  - spec/models/get_event_forwarder_output_spec.rb
4655
4682
  - spec/models/get_event_forwarder_spec.rb
4683
+ - spec/models/get_folder_output_spec.rb
4656
4684
  - spec/models/get_group_output_spec.rb
4657
4685
  - spec/models/get_group_spec.rb
4658
4686
  - spec/models/get_kube_exec_creds_output_spec.rb