akeyless 5.0.34 → 5.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/UscList.md +3 -1
- data/lib/akeyless/models/usc_list.rb +12 -2
- data/lib/akeyless/version.rb +1 -1
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a46ba7561450280984c16232be7a4b57d0434d220eb6229a9a02d70fe8ba80e
|
|
4
|
+
data.tar.gz: 320d59cd6adbdca3a7f873066a2769420e171a971e531c862e31e27517a72f4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fe51f5629b7087df66b3f345a3633f4c4dbbc60d3f91768353f4c452f9aaae16b646f535bd57f98f994cf1371c6c87d48a08f27f43d7830324310939bab9946
|
|
7
|
+
data.tar.gz: ad5d3de9fc6a997af9f632425ab9827dff7ea3cda4f8ab2fa5ec6684fecb47e5fe896ad17c2061d8f52d4bc37bf3eec61dac8c7a2faf98aabbb4aaac32748dc6
|
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: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.35
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
data/docs/UscList.md
CHANGED
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
| **gcp_project_id** | **String** | The GCP project to list secrets from (GCP only). Required when the connector spans multiple projects or uses folder/organization scope. | [optional] |
|
|
8
8
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
9
9
|
| **object_type** | **String** | | [optional] |
|
|
10
|
-
| **page_size** | **Integer** | Optional: number of items requested per response
|
|
10
|
+
| **page_size** | **Integer** | Optional: number of items requested per response. When set, response may include next_token | [optional] |
|
|
11
11
|
| **page_token** | **String** | Optional: continuation token returned by a previous usc list --page-size call | [optional] |
|
|
12
|
+
| **search** | **String** | Search query used to match secret names and paths. | [optional] |
|
|
12
13
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
13
14
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
14
15
|
| **usc_name** | **String** | Name of the Universal Secrets Connector item | |
|
|
@@ -24,6 +25,7 @@ instance = Akeyless::UscList.new(
|
|
|
24
25
|
object_type: null,
|
|
25
26
|
page_size: null,
|
|
26
27
|
page_token: null,
|
|
28
|
+
search: null,
|
|
27
29
|
token: null,
|
|
28
30
|
uid_token: null,
|
|
29
31
|
usc_name: null
|
|
@@ -24,12 +24,15 @@ module Akeyless
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :object_type
|
|
26
26
|
|
|
27
|
-
# Optional: number of items requested per response
|
|
27
|
+
# Optional: number of items requested per response. When set, response may include next_token
|
|
28
28
|
attr_accessor :page_size
|
|
29
29
|
|
|
30
30
|
# Optional: continuation token returned by a previous usc list --page-size call
|
|
31
31
|
attr_accessor :page_token
|
|
32
32
|
|
|
33
|
+
# Search query used to match secret names and paths.
|
|
34
|
+
attr_accessor :search
|
|
35
|
+
|
|
33
36
|
# Authentication token (see `/auth` and `/configure`)
|
|
34
37
|
attr_accessor :token
|
|
35
38
|
|
|
@@ -47,6 +50,7 @@ module Akeyless
|
|
|
47
50
|
:'object_type' => :'object-type',
|
|
48
51
|
:'page_size' => :'page-size',
|
|
49
52
|
:'page_token' => :'page-token',
|
|
53
|
+
:'search' => :'search',
|
|
50
54
|
:'token' => :'token',
|
|
51
55
|
:'uid_token' => :'uid-token',
|
|
52
56
|
:'usc_name' => :'usc-name'
|
|
@@ -66,6 +70,7 @@ module Akeyless
|
|
|
66
70
|
:'object_type' => :'String',
|
|
67
71
|
:'page_size' => :'Integer',
|
|
68
72
|
:'page_token' => :'String',
|
|
73
|
+
:'search' => :'String',
|
|
69
74
|
:'token' => :'String',
|
|
70
75
|
:'uid_token' => :'String',
|
|
71
76
|
:'usc_name' => :'String'
|
|
@@ -115,6 +120,10 @@ module Akeyless
|
|
|
115
120
|
self.page_token = attributes[:'page_token']
|
|
116
121
|
end
|
|
117
122
|
|
|
123
|
+
if attributes.key?(:'search')
|
|
124
|
+
self.search = attributes[:'search']
|
|
125
|
+
end
|
|
126
|
+
|
|
118
127
|
if attributes.key?(:'token')
|
|
119
128
|
self.token = attributes[:'token']
|
|
120
129
|
end
|
|
@@ -160,6 +169,7 @@ module Akeyless
|
|
|
160
169
|
object_type == o.object_type &&
|
|
161
170
|
page_size == o.page_size &&
|
|
162
171
|
page_token == o.page_token &&
|
|
172
|
+
search == o.search &&
|
|
163
173
|
token == o.token &&
|
|
164
174
|
uid_token == o.uid_token &&
|
|
165
175
|
usc_name == o.usc_name
|
|
@@ -174,7 +184,7 @@ module Akeyless
|
|
|
174
184
|
# Calculates hash code according to all attributes.
|
|
175
185
|
# @return [Integer] Hash code
|
|
176
186
|
def hash
|
|
177
|
-
[gcp_project_id, json, object_type, page_size, page_token, token, uid_token, usc_name].hash
|
|
187
|
+
[gcp_project_id, json, object_type, page_size, page_token, search, token, uid_token, usc_name].hash
|
|
178
188
|
end
|
|
179
189
|
|
|
180
190
|
# Builds the object from hash
|
data/lib/akeyless/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akeyless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.35
|
|
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-09-
|
|
11
|
+
date: 2026-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -4501,7 +4501,10 @@ test_files:
|
|
|
4501
4501
|
- spec/models/agentic_rules_spec.rb
|
|
4502
4502
|
- spec/models/ai_insights_config_part_spec.rb
|
|
4503
4503
|
- spec/models/ai_insights_setting_spec.rb
|
|
4504
|
+
- spec/models/ai_model_entry_spec.rb
|
|
4505
|
+
- spec/models/ai_quorum_setting_spec.rb
|
|
4504
4506
|
- spec/models/akeyless_gateway_config_spec.rb
|
|
4507
|
+
- spec/models/ali_cloud_access_rules_spec.rb
|
|
4505
4508
|
- spec/models/alias_details_output_spec.rb
|
|
4506
4509
|
- spec/models/alias_details_spec.rb
|
|
4507
4510
|
- spec/models/all_analytics_data_spec.rb
|
|
@@ -4521,6 +4524,7 @@ test_files:
|
|
|
4521
4524
|
- spec/models/auth_expiration_event_spec.rb
|
|
4522
4525
|
- spec/models/auth_method_access_info_spec.rb
|
|
4523
4526
|
- spec/models/auth_method_additional_data_spec.rb
|
|
4527
|
+
- spec/models/auth_method_create_ali_cloud_spec.rb
|
|
4524
4528
|
- spec/models/auth_method_create_api_key_spec.rb
|
|
4525
4529
|
- spec/models/auth_method_create_aws_iam_spec.rb
|
|
4526
4530
|
- spec/models/auth_method_create_azure_ad_spec.rb
|
|
@@ -4542,6 +4546,7 @@ test_files:
|
|
|
4542
4546
|
- spec/models/auth_method_list_spec.rb
|
|
4543
4547
|
- spec/models/auth_method_role_association_spec.rb
|
|
4544
4548
|
- spec/models/auth_method_spec.rb
|
|
4549
|
+
- spec/models/auth_method_update_ali_cloud_spec.rb
|
|
4545
4550
|
- spec/models/auth_method_update_api_key_spec.rb
|
|
4546
4551
|
- spec/models/auth_method_update_aws_iam_spec.rb
|
|
4547
4552
|
- spec/models/auth_method_update_azure_ad_spec.rb
|
|
@@ -4565,7 +4570,6 @@ test_files:
|
|
|
4565
4570
|
- spec/models/aws_secrets_migration_spec.rb
|
|
4566
4571
|
- spec/models/aws_storage_spec.rb
|
|
4567
4572
|
- spec/models/aws_target_details_spec.rb
|
|
4568
|
-
- spec/models/cf_info_spec.rb
|
|
4569
4573
|
- spec/models/awsiam_access_rules_spec.rb
|
|
4570
4574
|
- spec/models/azure_ad_access_rules_spec.rb
|
|
4571
4575
|
- spec/models/azure_key_vault_migration_spec.rb
|
|
@@ -4601,6 +4605,7 @@ test_files:
|
|
|
4601
4605
|
- spec/models/certificate_template_info_spec.rb
|
|
4602
4606
|
- spec/models/certificate_version_info_spec.rb
|
|
4603
4607
|
- spec/models/cf_config_part_spec.rb
|
|
4608
|
+
- spec/models/cf_info_spec.rb
|
|
4604
4609
|
- spec/models/change_admin_account_password_spec.rb
|
|
4605
4610
|
- spec/models/chef_target_details_spec.rb
|
|
4606
4611
|
- spec/models/classic_key_details_info_spec.rb
|
|
@@ -4645,9 +4650,9 @@ test_files:
|
|
|
4645
4650
|
- spec/models/create_auth_method_saml_output_spec.rb
|
|
4646
4651
|
- spec/models/create_auth_method_saml_spec.rb
|
|
4647
4652
|
- spec/models/create_auth_method_spec.rb
|
|
4653
|
+
- spec/models/create_aws_target_output_spec.rb
|
|
4648
4654
|
- spec/models/create_auth_method_universal_identity_output_spec.rb
|
|
4649
4655
|
- spec/models/create_auth_method_universal_identity_spec.rb
|
|
4650
|
-
- spec/models/create_aws_target_output_spec.rb
|
|
4651
4656
|
- spec/models/create_aws_target_spec.rb
|
|
4652
4657
|
- spec/models/create_azure_target_output_spec.rb
|
|
4653
4658
|
- spec/models/create_azure_target_spec.rb
|
|
@@ -4824,9 +4829,9 @@ test_files:
|
|
|
4824
4829
|
- spec/models/dynamic_secret_create_redshift_spec.rb
|
|
4825
4830
|
- spec/models/dynamic_secret_create_snowflake_spec.rb
|
|
4826
4831
|
- spec/models/dynamic_secret_create_venafi_spec.rb
|
|
4827
|
-
- spec/models/dynamic_secret_get_spec.rb
|
|
4828
4832
|
- spec/models/dynamic_secret_delete_output_spec.rb
|
|
4829
4833
|
- spec/models/dynamic_secret_delete_spec.rb
|
|
4834
|
+
- spec/models/dynamic_secret_get_spec.rb
|
|
4830
4835
|
- spec/models/dynamic_secret_get_value_spec.rb
|
|
4831
4836
|
- spec/models/dynamic_secret_list_spec.rb
|
|
4832
4837
|
- spec/models/dynamic_secret_max_ttl_spec.rb
|
|
@@ -4905,11 +4910,11 @@ test_files:
|
|
|
4905
4910
|
- spec/models/event_forwarder_delete_spec.rb
|
|
4906
4911
|
- spec/models/event_forwarder_get_output_spec.rb
|
|
4907
4912
|
- spec/models/event_forwarder_get_spec.rb
|
|
4913
|
+
- spec/models/extension_spec.rb
|
|
4908
4914
|
- spec/models/event_forwarder_update_email_spec.rb
|
|
4909
4915
|
- spec/models/event_forwarder_update_service_now_spec.rb
|
|
4910
4916
|
- spec/models/event_forwarder_update_slack_spec.rb
|
|
4911
4917
|
- spec/models/event_forwarder_update_teams_spec.rb
|
|
4912
|
-
- spec/models/extension_spec.rb
|
|
4913
4918
|
- spec/models/event_forwarder_update_webhook_spec.rb
|
|
4914
4919
|
- spec/models/export_classic_key_output_spec.rb
|
|
4915
4920
|
- spec/models/export_classic_key_spec.rb
|
|
@@ -4985,7 +4990,6 @@ test_files:
|
|
|
4985
4990
|
- spec/models/gateway_create_producer_rdp_spec.rb
|
|
4986
4991
|
- spec/models/gateway_create_producer_redis_output_spec.rb
|
|
4987
4992
|
- spec/models/gateway_create_producer_redis_spec.rb
|
|
4988
|
-
- spec/models/mock_migration_spec.rb
|
|
4989
4993
|
- spec/models/gateway_create_producer_redshift_output_spec.rb
|
|
4990
4994
|
- spec/models/gateway_create_producer_redshift_spec.rb
|
|
4991
4995
|
- spec/models/gateway_create_producer_snowflake_output_spec.rb
|
|
@@ -5132,7 +5136,6 @@ test_files:
|
|
|
5132
5136
|
- spec/models/gemini_target_details_spec.rb
|
|
5133
5137
|
- spec/models/gen_customer_fragment_spec.rb
|
|
5134
5138
|
- spec/models/general_config_part_spec.rb
|
|
5135
|
-
- spec/models/k8_s_payload_spec.rb
|
|
5136
5139
|
- spec/models/generate_acme_eab_output_spec.rb
|
|
5137
5140
|
- spec/models/generate_acme_eab_spec.rb
|
|
5138
5141
|
- spec/models/generate_ca_output_spec.rb
|
|
@@ -5221,6 +5224,7 @@ test_files:
|
|
|
5221
5224
|
- spec/models/k8_s_auths_config_last_change_spec.rb
|
|
5222
5225
|
- spec/models/k8_s_auths_config_part_spec.rb
|
|
5223
5226
|
- spec/models/k8_s_migration_spec.rb
|
|
5227
|
+
- spec/models/k8_s_payload_spec.rb
|
|
5224
5228
|
- spec/models/kerberos_access_rules_spec.rb
|
|
5225
5229
|
- spec/models/kerberos_auth_method_info_spec.rb
|
|
5226
5230
|
- spec/models/kerberos_config_part_spec.rb
|
|
@@ -5308,12 +5312,17 @@ test_files:
|
|
|
5308
5312
|
- spec/models/log_forwarding_config_part_spec.rb
|
|
5309
5313
|
- spec/models/logstash_log_forwarding_config_spec.rb
|
|
5310
5314
|
- spec/models/logz_io_log_forwarding_config_spec.rb
|
|
5315
|
+
- spec/models/migration_download_job_spec.rb
|
|
5316
|
+
- spec/models/migration_download_report_spec.rb
|
|
5317
|
+
- spec/models/migration_download_secret_spec.rb
|
|
5318
|
+
- spec/models/migration_download_summary_spec.rb
|
|
5311
5319
|
- spec/models/migration_general_spec.rb
|
|
5312
5320
|
- spec/models/migration_items_spec.rb
|
|
5313
5321
|
- spec/models/migration_status_reply_obj_spec.rb
|
|
5314
5322
|
- spec/models/migration_status_spec.rb
|
|
5315
5323
|
- spec/models/migrations_config_last_change_spec.rb
|
|
5316
5324
|
- spec/models/migrations_config_part_spec.rb
|
|
5325
|
+
- spec/models/mock_migration_spec.rb
|
|
5317
5326
|
- spec/models/mock_payload_spec.rb
|
|
5318
5327
|
- spec/models/mongo_db_target_details_spec.rb
|
|
5319
5328
|
- spec/models/move_objects_spec.rb
|
|
@@ -5452,6 +5461,7 @@ test_files:
|
|
|
5452
5461
|
- spec/models/salesforce_target_details_spec.rb
|
|
5453
5462
|
- spec/models/saml_access_rules_spec.rb
|
|
5454
5463
|
- spec/models/saml_attribute_spec.rb
|
|
5464
|
+
- spec/models/saml_sp_config_part_spec.rb
|
|
5455
5465
|
- spec/models/scan_results_spec.rb
|
|
5456
5466
|
- spec/models/secret_info_spec.rb
|
|
5457
5467
|
- spec/models/secret_sync_output_spec.rb
|
|
@@ -5574,6 +5584,7 @@ test_files:
|
|
|
5574
5584
|
- spec/models/target_update_github_spec.rb
|
|
5575
5585
|
- spec/models/target_update_gitlab_spec.rb
|
|
5576
5586
|
- spec/models/target_update_gke_spec.rb
|
|
5587
|
+
- spec/models/update_gitlab_target_output_spec.rb
|
|
5577
5588
|
- spec/models/target_update_global_sign_atlas_spec.rb
|
|
5578
5589
|
- spec/models/target_update_global_sign_spec.rb
|
|
5579
5590
|
- spec/models/target_update_godaddy_spec.rb
|
|
@@ -5661,7 +5672,6 @@ test_files:
|
|
|
5661
5672
|
- spec/models/update_gcp_target_spec.rb
|
|
5662
5673
|
- spec/models/update_github_target_output_spec.rb
|
|
5663
5674
|
- spec/models/update_github_target_spec.rb
|
|
5664
|
-
- spec/models/update_gitlab_target_output_spec.rb
|
|
5665
5675
|
- spec/models/update_gitlab_target_spec.rb
|
|
5666
5676
|
- spec/models/update_gke_target_output_spec.rb
|
|
5667
5677
|
- spec/models/update_gke_target_spec.rb
|
|
@@ -5765,14 +5775,4 @@ test_files:
|
|
|
5765
5775
|
- spec/models/windows_service_spec.rb
|
|
5766
5776
|
- spec/models/windows_target_details_spec.rb
|
|
5767
5777
|
- spec/models/zero_ssl_target_details_spec.rb
|
|
5768
|
-
- spec/models/ai_model_entry_spec.rb
|
|
5769
|
-
- spec/models/ai_quorum_setting_spec.rb
|
|
5770
|
-
- spec/models/ali_cloud_access_rules_spec.rb
|
|
5771
|
-
- spec/models/auth_method_create_ali_cloud_spec.rb
|
|
5772
|
-
- spec/models/auth_method_update_ali_cloud_spec.rb
|
|
5773
|
-
- spec/models/migration_download_job_spec.rb
|
|
5774
|
-
- spec/models/migration_download_report_spec.rb
|
|
5775
|
-
- spec/models/migration_download_secret_spec.rb
|
|
5776
|
-
- spec/models/migration_download_summary_spec.rb
|
|
5777
|
-
- spec/models/saml_sp_config_part_spec.rb
|
|
5778
5778
|
- spec/spec_helper.rb
|